#b16521
a dark, vivid orange · warm · closest name: peru
RGB
177, 101, 33
HSL
28°, 69%, 41%
CMYK
0, 43, 81, 31
Luminance
0.1876
Every format
| HEX | #b16521 |
| RGB | rgb(177, 101, 33) |
| HSL | hsl(28, 69%, 41%) |
| CMYK | cmyk(0%, 43%, 81%, 31%) |
| LAB | lab(50.4 25.6 48.9) |
| LCH | lch(50.4 55.2 62.4) |
| OKLCH | oklch(0.582 0.125 57.4) |
Copy-ready code
/* CSS */
color: #b16521;
background-color: #b16521;
/* Tailwind (arbitrary) */
class="text-[#b16521] bg-[#b16521]"
/* SCSS */
$brand: #b16521;
/* SwiftUI */
Color(red: 0.694, green: 0.396, blue: 0.129)
/* Android */
Color.parseColor("#b16521")Accessibility — WCAG contrast
Aa
#b16521 on white: 4.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b16521 on black: 4.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green39.6%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta42.9%
Yellow81.4%
Key (black)30.6%
Color previews
#b16521 text on a black background
contrast 4.75:1
Card sample
#b16521 text on a white background
contrast 4.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b16521;
Background color
Panel with #b16521 background
background-color: #b16521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b16521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 101, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 101, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b16521; background: linear-gradient(135deg, #b16521, #9DB121);