Shades of Dark Goldenrod #BD870F
Tints of Dark Goldenrod #BD870F
RGB
CMYK
RGB Variations
Color information
#BD870F (or 0xBD870F) is known color: Dark Goldenrod. HEX triplet: BD, 87 and 0F. RGB value is (189,135,15). Sum of RGB (Red+Green+Blue) = 189+135+15=339 (44% of max value = 765). Red value is 189 (74.22% from 255 or 55.75% from 339); Green value is 135 (53.12% from 255 or 39.82% from 339); Blue value is 15 (6.25% from 255 or 4.42% from 339); Max value from RGB is 189 - color contains mainly: red. Hex color #BD870F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD870F is #4278F0. Grayscale: #8A8A8A. Windows color (decimal): -4356337 or 1017789. OLE color: 1017789.
HSL color Cylindrical-coordinate representation of color #BD870F: hue angle of 41.38º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BD870F is Cyan = 0, Magento = 0.29, Yellow = 0.92 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 135 | 15 | - |
| CMYK | 0 | 0.29 | 0.92 | 0.26 |
| HSL | 41.38º | 0.85% | 0.4% | - |
| HSV(B) | 41.38º | 0.92% | 0.74% | - |
| XYZ | 29.74 | 28.18 | 4.32 | - |
| YUV | 137.47 | 58.89 | 164.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 135 | 15 | 0 | 0.29 | 0.92 | 0.26 | 41.38 | 0.85 | 0.4 |
| Hex | BD | 87 | F | 0 | 1D | 5C | 1A | 29 | 55 | 28 |
| Octal | 275 | 207 | 17 | 0 | 35 | 134 | 32 | 51 | 125 | 50 |
| Binary | 10111101 | 10000111 | 1111 | 0 | 11101 | 1011100 | 11010 | 101001 | 1010101 | 101000 |
Color Harmonies of #BD870F
Complementary color
Monochromatic Colors of #BD870F
Black with #BD870F
Text Example
Text Example
White with #BD870F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD870F; }
p { color: rgb(189,135,15); }
H1.HeaderClassName
{
color: #BD870F;
}
.AnyTagClassName
{
color: #BD870F;
}
</style>
background-color css
<style>
a { background-color: #BD870F; }
a { background-color: rgb(189,135,15); }
div.DivClassName
{
background-color: #BD870F;
}
.BgClassName
{
background-color: #BD870F;
}
</style>
border-color css
<style>
span { border-color: #BD870F; }
span { border-color: rgb(189,135,15); }
td.TdClassName
{
border-color: #BD870F;
}
.TagClassName
{
border-color: #BD870F;
}
</style>