Copper
#b87333
Looking for the precise values behind Copper (#b87333)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #b87333 | |
|---|---|---|
| RGB | rgb(184, 115, 51) | |
| HSL | hsl(29, 57%, 46%) | |
| CMYK | cmyk(0%, 38%, 72%, 28%) | |
| LAB | lab(55, 24, 46) | |
| OKLCH | oklch(0.62 0.117 60) |
Color harmonies
Tints & shades
Code snippets
color: #b87333;
background-color: #b87333;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFFB87333)
/* Swift / UIKit */
UIColor(red: 0.72, green: 0.45, blue: 0.20, alpha: 1.0)