#B66D33
A medium, moderate orange closely aligning with Peru.
About #B66D33
Visually, #B66D33 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 51 parts blue light.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 40% magenta, 72% yellow, and 29% black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#B66D33
RGB182, 109, 51
HSL26.6°, 56.2%, 45.7%
CMYK0%, 40%, 72%, 29%
HSV26.6°, 72.0%, 71.4%
LAB53.1, 24.1, 43.5
XYZ25.4, 21.1, 5.9
Decimal11955507
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.02:1
Text on #FFFFFF
AA Large
5.22:1
Text on #000000
AA
3.84:1
Text on #F8FAFC
AA Large
4.44:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #B66D33;
}
.text-color {
color: #B66D33;
}
.border-color {
border: 2px solid #B66D33;
}