#BD660F
A medium, vivid orange closely aligning with Chocolate.
About #BD660F
When working with digital screens, the color #BD660F is rendered by mixing light. If you're using CSS, you might find it aligns closely with Chocolate. Its digital footprint relies on 189 parts red, 102 parts green, and 15 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 46% Magenta, 92% Yellow, and 26% 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. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#BD660F
RGB189, 102, 15
HSL30.0°, 85.3%, 40.0%
CMYK0%, 46%, 92%, 26%
HSV30.0°, 92.1%, 74.1%
LAB52.2, 29.7, 57.1
XYZ25.8, 20.4, 3.0
Decimal12412431
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.14:1
Text on #FFFFFF
AA Large
5.07:1
Text on #000000
AA
3.96:1
Text on #F8FAFC
AA Large
4.31:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #BD660F;
}
.text-color {
color: #BD660F;
}
.border-color {
border: 2px solid #BD660F;
}