Shades of Dark Goldenrod #B0860C
Tints of Dark Goldenrod #B0860C
RGB
CMYK
RGB Variations
Color information
#B0860C (or 0xB0860C) is known color: Dark Goldenrod. HEX triplet: B0, 86 and 0C. RGB value is (176,134,12). Sum of RGB (Red+Green+Blue) = 176+134+12=322 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.66% from 322); Green value is 134 (52.73% from 255 or 41.61% from 322); Blue value is 12 (5.08% from 255 or 3.73% from 322); Max value from RGB is 176 - color contains mainly: red. Hex color #B0860C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B0860C is #4F79F3. Grayscale: #858585. Windows color (decimal): -5208564 or 820912. OLE color: 820912.
HSL color Cylindrical-coordinate representation of color #B0860C: hue angle of 44.63º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B0860C is Cyan = 0, Magento = 0.24, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 134 | 12 | - |
| CMYK | 0 | 0.24 | 0.93 | 0.31 |
| HSL | 44.63º | 0.87% | 0.37% | - |
| HSV(B) | 44.63º | 0.93% | 0.69% | - |
| XYZ | 26.5 | 26.31 | 4.03 | - |
| YUV | 132.65 | 59.91 | 158.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 134 | 12 | 0 | 0.24 | 0.93 | 0.31 | 44.63 | 0.87 | 0.37 |
| Hex | B0 | 86 | C | 0 | 18 | 5D | 1F | 2D | 57 | 25 |
| Octal | 260 | 206 | 14 | 0 | 30 | 135 | 37 | 55 | 127 | 45 |
| Binary | 10110000 | 10000110 | 1100 | 0 | 11000 | 1011101 | 11111 | 101101 | 1010111 | 100101 |
Color Harmonies of #B0860C
Complementary color
Monochromatic Colors of #B0860C
Black with #B0860C
Text Example
Text Example
White with #B0860C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0860C; }
p { color: rgb(176,134,12); }
H1.HeaderClassName
{
color: #B0860C;
}
.AnyTagClassName
{
color: #B0860C;
}
</style>
background-color css
<style>
a { background-color: #B0860C; }
a { background-color: rgb(176,134,12); }
div.DivClassName
{
background-color: #B0860C;
}
.BgClassName
{
background-color: #B0860C;
}
</style>
border-color css
<style>
span { border-color: #B0860C; }
span { border-color: rgb(176,134,12); }
td.TdClassName
{
border-color: #B0860C;
}
.TagClassName
{
border-color: #B0860C;
}
</style>