Shades of Dark Goldenrod #BD871B
Tints of Dark Goldenrod #BD871B
RGB
CMYK
RGB Variations
Color information
#BD871B (or 0xBD871B) is known color: Dark Goldenrod. HEX triplet: BD, 87 and 1B. RGB value is (189,135,27). Sum of RGB (Red+Green+Blue) = 189+135+27=351 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.85% from 351); Green value is 135 (53.12% from 255 or 38.46% from 351); Blue value is 27 (10.94% from 255 or 7.69% from 351); Max value from RGB is 189 - color contains mainly: red. Hex color #BD871B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD871B is #4278E4. Grayscale: #8B8B8B. Windows color (decimal): -4356325 or 1804221. OLE color: 1804221.
HSL color Cylindrical-coordinate representation of color #BD871B: hue angle of 40º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BD871B is Cyan = 0, Magento = 0.29, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 135 | 27 | - |
| CMYK | 0 | 0.29 | 0.86 | 0.26 |
| HSL | 40º | 0.75% | 0.42% | - |
| HSV(B) | 40º | 0.86% | 0.74% | - |
| XYZ | 29.85 | 28.23 | 4.91 | - |
| YUV | 138.83 | 64.89 | 163.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 135 | 27 | 0 | 0.29 | 0.86 | 0.26 | 40 | 0.75 | 0.42 |
| Hex | BD | 87 | 1B | 0 | 1D | 56 | 1A | 28 | 4B | 2A |
| Octal | 275 | 207 | 33 | 0 | 35 | 126 | 32 | 50 | 113 | 52 |
| Binary | 10111101 | 10000111 | 11011 | 0 | 11101 | 1010110 | 11010 | 101000 | 1001011 | 101010 |
Color Harmonies of #BD871B
Complementary color
Monochromatic Colors of #BD871B
Black with #BD871B
Text Example
Text Example
White with #BD871B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD871B; }
p { color: rgb(189,135,27); }
H1.HeaderClassName
{
color: #BD871B;
}
.AnyTagClassName
{
color: #BD871B;
}
</style>
background-color css
<style>
a { background-color: #BD871B; }
a { background-color: rgb(189,135,27); }
div.DivClassName
{
background-color: #BD871B;
}
.BgClassName
{
background-color: #BD871B;
}
</style>
border-color css
<style>
span { border-color: #BD871B; }
span { border-color: rgb(189,135,27); }
td.TdClassName
{
border-color: #BD871B;
}
.TagClassName
{
border-color: #BD871B;
}
</style>