Shades of Dark Goldenrod #B08711
Tints of Dark Goldenrod #B08711
RGB
CMYK
RGB Variations
Color information
#B08711 (or 0xB08711) is known color: Dark Goldenrod. HEX triplet: B0, 87 and 11. RGB value is (176,135,17). Sum of RGB (Red+Green+Blue) = 176+135+17=328 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.66% from 328); Green value is 135 (53.12% from 255 or 41.16% from 328); Blue value is 17 (7.03% from 255 or 5.18% from 328); Max value from RGB is 176 - color contains mainly: red. Hex color #B08711 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B08711 is #4F78EE. Grayscale: #868686. Windows color (decimal): -5208303 or 1148848. OLE color: 1148848.
HSL color Cylindrical-coordinate representation of color #B08711: hue angle of 44.53º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B08711 is Cyan = 0, Magento = 0.23, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 135 | 17 | - |
| CMYK | 0 | 0.23 | 0.90 | 0.31 |
| HSL | 44.53º | 0.82% | 0.38% | - |
| HSV(B) | 44.53º | 0.9% | 0.69% | - |
| XYZ | 26.67 | 26.6 | 4.26 | - |
| YUV | 133.81 | 62.08 | 158.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 135 | 17 | 0 | 0.23 | 0.90 | 0.31 | 44.53 | 0.82 | 0.38 |
| Hex | B0 | 87 | 11 | 0 | 17 | 5A | 1F | 2D | 52 | 26 |
| Octal | 260 | 207 | 21 | 0 | 27 | 132 | 37 | 55 | 122 | 46 |
| Binary | 10110000 | 10000111 | 10001 | 0 | 10111 | 1011010 | 11111 | 101101 | 1010010 | 100110 |
Color Harmonies of #B08711
Complementary color
Monochromatic Colors of #B08711
Black with #B08711
Text Example
Text Example
White with #B08711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08711; }
p { color: rgb(176,135,17); }
H1.HeaderClassName
{
color: #B08711;
}
.AnyTagClassName
{
color: #B08711;
}
</style>
background-color css
<style>
a { background-color: #B08711; }
a { background-color: rgb(176,135,17); }
div.DivClassName
{
background-color: #B08711;
}
.BgClassName
{
background-color: #B08711;
}
</style>
border-color css
<style>
span { border-color: #B08711; }
span { border-color: rgb(176,135,17); }
td.TdClassName
{
border-color: #B08711;
}
.TagClassName
{
border-color: #B08711;
}
</style>