Shades of Dark Goldenrod #B1860E
Tints of Dark Goldenrod #B1860E
RGB
CMYK
RGB Variations
Color information
#B1860E (or 0xB1860E) is known color: Dark Goldenrod. HEX triplet: B1, 86 and 0E. RGB value is (177,134,14). Sum of RGB (Red+Green+Blue) = 177+134+14=325 (43% of max value = 765). Red value is 177 (69.53% from 255 or 54.46% from 325); Green value is 134 (52.73% from 255 or 41.23% from 325); Blue value is 14 (5.86% from 255 or 4.31% from 325); Max value from RGB is 177 - color contains mainly: red. Hex color #B1860E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B1860E is #4E79F1. Grayscale: #858585. Windows color (decimal): -5143026 or 951985. OLE color: 951985.
HSL color Cylindrical-coordinate representation of color #B1860E: hue angle of 44.17º 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 #B1860E is Cyan = 0, Magento = 0.24, Yellow = 0.92 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 134 | 14 | - |
| CMYK | 0 | 0.24 | 0.92 | 0.31 |
| HSL | 44.17º | 0.85% | 0.37% | - |
| HSV(B) | 44.17º | 0.92% | 0.69% | - |
| XYZ | 26.74 | 26.43 | 4.11 | - |
| YUV | 133.18 | 60.75 | 159.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 134 | 14 | 0 | 0.24 | 0.92 | 0.31 | 44.17 | 0.85 | 0.37 |
| Hex | B1 | 86 | E | 0 | 18 | 5C | 1F | 2C | 55 | 25 |
| Octal | 261 | 206 | 16 | 0 | 30 | 134 | 37 | 54 | 125 | 45 |
| Binary | 10110001 | 10000110 | 1110 | 0 | 11000 | 1011100 | 11111 | 101100 | 1010101 | 100101 |
Color Harmonies of #B1860E
Complementary color
Monochromatic Colors of #B1860E
Black with #B1860E
Text Example
Text Example
White with #B1860E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1860E; }
p { color: rgb(177,134,14); }
H1.HeaderClassName
{
color: #B1860E;
}
.AnyTagClassName
{
color: #B1860E;
}
</style>
background-color css
<style>
a { background-color: #B1860E; }
a { background-color: rgb(177,134,14); }
div.DivClassName
{
background-color: #B1860E;
}
.BgClassName
{
background-color: #B1860E;
}
</style>
border-color css
<style>
span { border-color: #B1860E; }
span { border-color: rgb(177,134,14); }
td.TdClassName
{
border-color: #B1860E;
}
.TagClassName
{
border-color: #B1860E;
}
</style>