Shades of Dark Goldenrod #B08811
Tints of Dark Goldenrod #B08811
RGB
CMYK
RGB Variations
Color information
#B08811 (or 0xB08811) is known color: Dark Goldenrod. HEX triplet: B0, 88 and 11. RGB value is (176,136,17). Sum of RGB (Red+Green+Blue) = 176+136+17=329 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.50% from 329); Green value is 136 (53.52% from 255 or 41.34% from 329); Blue value is 17 (7.03% from 255 or 5.17% from 329); Max value from RGB is 176 - color contains mainly: red. Hex color #B08811 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B08811 is #4F77EE. Grayscale: #868686. Windows color (decimal): -5208047 or 1149104. OLE color: 1149104.
HSL color Cylindrical-coordinate representation of color #B08811: hue angle of 44.91º 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 #B08811 is Cyan = 0, Magento = 0.23, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 136 | 17 | - |
| CMYK | 0 | 0.23 | 0.90 | 0.31 |
| HSL | 44.91º | 0.82% | 0.38% | - |
| HSV(B) | 44.91º | 0.9% | 0.69% | - |
| XYZ | 26.81 | 26.88 | 4.31 | - |
| YUV | 134.39 | 61.75 | 157.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 136 | 17 | 0 | 0.23 | 0.90 | 0.31 | 44.91 | 0.82 | 0.38 |
| Hex | B0 | 88 | 11 | 0 | 17 | 5A | 1F | 2D | 52 | 26 |
| Octal | 260 | 210 | 21 | 0 | 27 | 132 | 37 | 55 | 122 | 46 |
| Binary | 10110000 | 10001000 | 10001 | 0 | 10111 | 1011010 | 11111 | 101101 | 1010010 | 100110 |
Color Harmonies of #B08811
Complementary color
Monochromatic Colors of #B08811
Black with #B08811
Text Example
Text Example
White with #B08811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08811; }
p { color: rgb(176,136,17); }
H1.HeaderClassName
{
color: #B08811;
}
.AnyTagClassName
{
color: #B08811;
}
</style>
background-color css
<style>
a { background-color: #B08811; }
a { background-color: rgb(176,136,17); }
div.DivClassName
{
background-color: #B08811;
}
.BgClassName
{
background-color: #B08811;
}
</style>
border-color css
<style>
span { border-color: #B08811; }
span { border-color: rgb(176,136,17); }
td.TdClassName
{
border-color: #B08811;
}
.TagClassName
{
border-color: #B08811;
}
</style>