#B66D0F
A dark, vivid orange closely aligning with Peru.
About #B66D0F
At its core, #B66D0F is a dark and vivid hue. Its closest recognized web color is Peru. To achieve this exact tint on a monitor, you would use an RGB mix of 182, 109, and 15.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 40% magenta, 92% yellow, and 29% black. With a hue angle of 33.8 degrees, it sits comfortably in the orange spectrum.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#B66D0F
RGB182, 109, 15
HSL33.8°, 84.8%, 38.6%
CMYK0%, 40%, 92%, 29%
HSV33.8°, 91.8%, 71.4%
LAB52.9, 22.9, 57.1
XYZ24.8, 20.9, 3.2
Decimal11955471
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.87:1
Text on #F8FAFC
AA Large
4.41:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #B66D0F;
}
.text-color {
color: #B66D0F;
}
.border-color {
border: 2px solid #B66D0F;
}