#b16613
a dark, electric orange · warm · closest name: peru
RGB
177, 102, 19
HSL
32°, 81%, 38%
CMYK
0, 42, 89, 31
Luminance
0.1890
Every format
| HEX | #b16613 |
| RGB | rgb(177, 102, 19) |
| HSL | hsl(32, 81%, 38%) |
| CMYK | cmyk(0%, 42%, 89%, 31%) |
| LAB | lab(50.6 24.6 54.0) |
| LCH | lch(50.6 59.4 65.5) |
| OKLCH | oklch(0.583 0.129 60.8) |
Copy-ready code
/* CSS */
color: #b16613;
background-color: #b16613;
/* Tailwind (arbitrary) */
class="text-[#b16613] bg-[#b16613]"
/* SCSS */
$brand: #b16613;
/* SwiftUI */
Color(red: 0.694, green: 0.400, blue: 0.075)
/* Android */
Color.parseColor("#b16613")Accessibility — WCAG contrast
Aa
#b16613 on white: 4.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b16613 on black: 4.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green40.0%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta42.4%
Yellow89.3%
Key (black)30.6%
Color previews
#b16613 text on a black background
contrast 4.78:1
Card sample
#b16613 text on a white background
contrast 4.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b16613;
Background color
Panel with #b16613 background
background-color: #b16613;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b16613;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 102, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 102, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b16613; background: linear-gradient(135deg, #b16613, #93B113);