#b16f13
a dark, electric orange · warm · closest name: peru
RGB
177, 111, 19
HSL
35°, 81%, 38%
CMYK
0, 37, 89, 31
Luminance
0.2076
Every format
| HEX | #b16f13 |
| RGB | rgb(177, 111, 19) |
| HSL | hsl(35, 81%, 38%) |
| CMYK | cmyk(0%, 37%, 89%, 31%) |
| LAB | lab(52.7 19.7 55.7) |
| LCH | lch(52.7 59.0 70.6) |
| OKLCH | oklch(0.599 0.126 67.4) |
Copy-ready code
/* CSS */
color: #b16f13;
background-color: #b16f13;
/* Tailwind (arbitrary) */
class="text-[#b16f13] bg-[#b16f13]"
/* SCSS */
$brand: #b16f13;
/* SwiftUI */
Color(red: 0.694, green: 0.435, blue: 0.075)
/* Android */
Color.parseColor("#b16f13")Accessibility — WCAG contrast
Aa
#b16f13 on white: 4.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b16f13 on black: 5.15:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green43.5%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta37.3%
Yellow89.3%
Key (black)30.6%
Color previews
#b16f13 text on a black background
contrast 5.15:1
Card sample
#b16f13 text on a white background
contrast 4.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b16f13;
Background color
Panel with #b16f13 background
background-color: #b16f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b16f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 111, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 111, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b16f13; background: linear-gradient(135deg, #b16f13, #8AB113);