#B66D24
A medium, moderate orange closely aligning with Peru.
About #B66D24
Visually, #B66D24 is defined as a moderate orange. It is closely associated with the named CSS color Peru. Its digital footprint relies on 182 parts red, 109 parts green, and 36 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 40% Magenta, 80% Yellow, and 29% Black. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#B66D24
RGB182, 109, 36
HSL30.0°, 67.0%, 42.7%
CMYK0%, 40%, 80%, 29%
HSV30.0°, 80.2%, 71.4%
LAB53.0, 23.5, 50.3
XYZ25.1, 21.0, 4.4
Decimal11955492
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.04:1
Text on #FFFFFF
AA Large
5.20:1
Text on #000000
AA
3.86:1
Text on #F8FAFC
AA Large
4.42:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #B66D24;
}
.text-color {
color: #B66D24;
}
.border-color {
border: 2px solid #B66D24;
}