#B65F1D
A medium, vivid orange closely aligning with Chocolate.
About #B65F1D
At its core, #B65F1D is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Chocolate. Its digital footprint relies on 182 parts red, 95 parts green, and 29 parts blue light.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 48% magenta, 84% yellow, and 29% black. With a hue angle of 25.9 degrees, it sits comfortably in the orange spectrum.
From a UX and accessibility standpoint, contrast is paramount. 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#B65F1D
RGB182, 95, 29
HSL25.9°, 72.5%, 41.4%
CMYK0%, 48%, 84%, 29%
HSV25.9°, 84.1%, 71.4%
LAB49.8, 30.8, 50.2
XYZ23.6, 18.2, 3.4
Decimal11951901
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.52:1
Text on #FFFFFF
AA
4.64:1
Text on #000000
AA
4.32:1
Text on #F8FAFC
AA Large
3.95:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #B65F1D;
}
.text-color {
color: #B65F1D;
}
.border-color {
border: 2px solid #B65F1D;
}