Shades of Dark Goldenrod #B0870E
Tints of Dark Goldenrod #B0870E
RGB
CMYK
RGB Variations
Color information
#B0870E (or 0xB0870E) is known color: Dark Goldenrod. HEX triplet: B0, 87 and 0E. RGB value is (176,135,14). Sum of RGB (Red+Green+Blue) = 176+135+14=325 (43% of max value = 765). Red value is 176 (69.14% from 255 or 54.15% from 325); Green value is 135 (53.12% from 255 or 41.54% from 325); Blue value is 14 (5.86% from 255 or 4.31% from 325); Max value from RGB is 176 - color contains mainly: red. Hex color #B0870E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B0870E is #4F78F1. Grayscale: #858585. Windows color (decimal): -5208306 or 952240. OLE color: 952240.
HSL color Cylindrical-coordinate representation of color #B0870E: hue angle of 44.81º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B0870E is Cyan = 0, Magento = 0.23, Yellow = 0.92 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 135 | 14 | - |
| CMYK | 0 | 0.23 | 0.92 | 0.31 |
| HSL | 44.81º | 0.85% | 0.37% | - |
| HSV(B) | 44.81º | 0.92% | 0.69% | - |
| XYZ | 26.65 | 26.59 | 4.14 | - |
| YUV | 133.47 | 60.58 | 158.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 135 | 14 | 0 | 0.23 | 0.92 | 0.31 | 44.81 | 0.85 | 0.37 |
| Hex | B0 | 87 | E | 0 | 17 | 5C | 1F | 2D | 55 | 25 |
| Octal | 260 | 207 | 16 | 0 | 27 | 134 | 37 | 55 | 125 | 45 |
| Binary | 10110000 | 10000111 | 1110 | 0 | 10111 | 1011100 | 11111 | 101101 | 1010101 | 100101 |
Color Harmonies of #B0870E
Complementary color
Monochromatic Colors of #B0870E
Black with #B0870E
Text Example
Text Example
White with #B0870E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0870E; }
p { color: rgb(176,135,14); }
H1.HeaderClassName
{
color: #B0870E;
}
.AnyTagClassName
{
color: #B0870E;
}
</style>
background-color css
<style>
a { background-color: #B0870E; }
a { background-color: rgb(176,135,14); }
div.DivClassName
{
background-color: #B0870E;
}
.BgClassName
{
background-color: #B0870E;
}
</style>
border-color css
<style>
span { border-color: #B0870E; }
span { border-color: rgb(176,135,14); }
td.TdClassName
{
border-color: #B0870E;
}
.TagClassName
{
border-color: #B0870E;
}
</style>