#bc752f
a balanced, vivid orange · warm · closest name: peru
RGB
188, 117, 47
HSL
30°, 60%, 46%
CMYK
0, 38, 75, 26
Luminance
0.2362
Every format
| HEX | #bc752f |
| RGB | rgb(188, 117, 47) |
| HSL | hsl(30, 60%, 46%) |
| CMYK | cmyk(0%, 38%, 75%, 26%) |
| LAB | lab(55.7 22.1 48.4) |
| LCH | lch(55.7 53.2 65.5) |
| OKLCH | oklch(0.626 0.122 61.5) |
Copy-ready code
/* CSS */
color: #bc752f;
background-color: #bc752f;
/* Tailwind (arbitrary) */
class="text-[#bc752f] bg-[#bc752f]"
/* SCSS */
$brand: #bc752f;
/* SwiftUI */
Color(red: 0.737, green: 0.459, blue: 0.184)
/* Android */
Color.parseColor("#bc752f")Accessibility — WCAG contrast
Aa
#bc752f on white: 3.67:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bc752f on black: 5.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green45.9%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta37.8%
Yellow75.0%
Key (black)26.3%
Color previews
#bc752f text on a black background
contrast 5.72:1
Card sample
#bc752f text on a white background
contrast 3.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc752f;
Background color
Panel with #bc752f background
background-color: #bc752f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc752f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 117, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 117, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc752f; background: linear-gradient(135deg, #bc752f, #A5BC2F);