Shades of Dark Goldenrod #B0860B
Tints of Dark Goldenrod #B0860B
RGB
CMYK
RGB Variations
Color information
#B0860B (or 0xB0860B) is known color: Dark Goldenrod. HEX triplet: B0, 86 and 0B. RGB value is (176,134,11). Sum of RGB (Red+Green+Blue) = 176+134+11=321 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.83% from 321); Green value is 134 (52.73% from 255 or 41.74% from 321); Blue value is 11 (4.69% from 255 or 3.43% from 321); Max value from RGB is 176 - color contains mainly: red. Hex color #B0860B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B0860B is #4F79F4. Grayscale: #858585. Windows color (decimal): -5208565 or 755376. OLE color: 755376.
HSL color Cylindrical-coordinate representation of color #B0860B: hue angle of 44.73º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B0860B is Cyan = 0, Magento = 0.24, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 134 | 11 | - |
| CMYK | 0 | 0.24 | 0.94 | 0.31 |
| HSL | 44.73º | 0.88% | 0.37% | - |
| HSV(B) | 44.73º | 0.94% | 0.69% | - |
| XYZ | 26.49 | 26.3 | 4 | - |
| YUV | 132.54 | 59.41 | 159 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 134 | 11 | 0 | 0.24 | 0.94 | 0.31 | 44.73 | 0.88 | 0.37 |
| Hex | B0 | 86 | B | 0 | 18 | 5E | 1F | 2D | 58 | 25 |
| Octal | 260 | 206 | 13 | 0 | 30 | 136 | 37 | 55 | 130 | 45 |
| Binary | 10110000 | 10000110 | 1011 | 0 | 11000 | 1011110 | 11111 | 101101 | 1011000 | 100101 |
Color Harmonies of #B0860B
Complementary color
Monochromatic Colors of #B0860B
Black with #B0860B
Text Example
Text Example
White with #B0860B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0860B; }
p { color: rgb(176,134,11); }
H1.HeaderClassName
{
color: #B0860B;
}
.AnyTagClassName
{
color: #B0860B;
}
</style>
background-color css
<style>
a { background-color: #B0860B; }
a { background-color: rgb(176,134,11); }
div.DivClassName
{
background-color: #B0860B;
}
.BgClassName
{
background-color: #B0860B;
}
</style>
border-color css
<style>
span { border-color: #B0860B; }
span { border-color: rgb(176,134,11); }
td.TdClassName
{
border-color: #B0860B;
}
.TagClassName
{
border-color: #B0860B;
}
</style>