Copper Hex Code — #B87333
RGB, HSL, and CMYK values for Copper.
Copper Color Values
| Format | Value |
|---|---|
| HEX | #B87333 |
| RGB | rgb(184, 115, 51) |
| HSL | hsl(29, 57%, 46%) |
| CMYK | cmyk(0%, 38%, 72%, 28%) |
Want to explore more shades? Use our Color Converter
About Copper
Color psychology: Wealth, warmth.
Copper (#B87333) is a medium shade of orange. It's commonly used in web design, graphic design, and branding where wealth, warmth are desired associations.
How to Use Copper in CSS
/* Using HEX */ color: #B87333; background-color: #B87333; /* Using RGB */ color: rgb(184, 115, 51); /* Using HSL */ color: hsl(29, 57%, 46%);