Copper Hopper
#bf4000
Here's everything about the color Copper Hopper (#bf4000) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #bf4000 | |
|---|---|---|
| RGB | rgb(191, 64, 0) | |
| HSL | hsl(20, 100%, 37%) | |
| CMYK | cmyk(0%, 66%, 100%, 25%) | |
| LAB | lab(46, 50, 58) | |
| OKLCH | oklch(0.55 0.173 40) |
Color harmonies
Tints & shades
Code snippets
color: #bf4000;
background-color: #bf4000;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFBF4000)
/* Swift / UIKit */
UIColor(red: 0.75, green: 0.25, blue: 0.00, alpha: 1.0)