#B66D07
A dark, vivid orange closely aligning with Peru.
About #B66D07
At its core, #B66D07 is a dark and vivid hue. It is closely associated with the named CSS color Peru. To achieve this exact tint on a monitor, you would use an RGB mix of 182, 109, and 7.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 40% magenta, 96% yellow, and 29% black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#B66D07
RGB182, 109, 7
HSL35.0°, 92.6%, 37.1%
CMYK0%, 40%, 96%, 29%
HSV35.0°, 96.2%, 71.4%
LAB52.8, 22.8, 58.8
XYZ24.8, 20.9, 2.9
Decimal11955463
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.05:1
Text on #FFFFFF
AA Large
5.18:1
Text on #000000
AA
3.88:1
Text on #F8FAFC
AA Large
4.40:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #B66D07;
}
.text-color {
color: #B66D07;
}
.border-color {
border: 2px solid #B66D07;
}