Shades of Dark Goldenrod #B0870A
Tints of Dark Goldenrod #B0870A
RGB
CMYK
RGB Variations
Color information
#B0870A (or 0xB0870A) is known color: Dark Goldenrod. HEX triplet: B0, 87 and 0A. RGB value is (176,135,10). Sum of RGB (Red+Green+Blue) = 176+135+10=321 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.83% from 321); Green value is 135 (53.12% from 255 or 42.06% from 321); Blue value is 10 (4.30% from 255 or 3.12% from 321); Max value from RGB is 176 - color contains mainly: red. Hex color #B0870A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B0870A is #4F78F5. Grayscale: #858585. Windows color (decimal): -5208310 or 690096. OLE color: 690096.
HSL color Cylindrical-coordinate representation of color #B0870A: hue angle of 45.18º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B0870A is Cyan = 0, Magento = 0.23, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 135 | 10 | - |
| CMYK | 0 | 0.23 | 0.94 | 0.31 |
| HSL | 45.18º | 0.89% | 0.36% | - |
| HSV(B) | 45.18º | 0.94% | 0.69% | - |
| XYZ | 26.62 | 26.58 | 4.01 | - |
| YUV | 133.01 | 58.58 | 158.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 135 | 10 | 0 | 0.23 | 0.94 | 0.31 | 45.18 | 0.89 | 0.36 |
| Hex | B0 | 87 | A | 0 | 17 | 5E | 1F | 2D | 59 | 24 |
| Octal | 260 | 207 | 12 | 0 | 27 | 136 | 37 | 55 | 131 | 44 |
| Binary | 10110000 | 10000111 | 1010 | 0 | 10111 | 1011110 | 11111 | 101101 | 1011001 | 100100 |
Color Harmonies of #B0870A
Complementary color
Monochromatic Colors of #B0870A
Black with #B0870A
Text Example
Text Example
White with #B0870A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0870A; }
p { color: rgb(176,135,10); }
H1.HeaderClassName
{
color: #B0870A;
}
.AnyTagClassName
{
color: #B0870A;
}
</style>
background-color css
<style>
a { background-color: #B0870A; }
a { background-color: rgb(176,135,10); }
div.DivClassName
{
background-color: #B0870A;
}
.BgClassName
{
background-color: #B0870A;
}
</style>
border-color css
<style>
span { border-color: #B0870A; }
span { border-color: rgb(176,135,10); }
td.TdClassName
{
border-color: #B0870A;
}
.TagClassName
{
border-color: #B0870A;
}
</style>