Shades of Dark Goldenrod #B08C11
Tints of Dark Goldenrod #B08C11
RGB
CMYK
RGB Variations
Color information
#B08C11 (or 0xB08C11) is known color: Dark Goldenrod. HEX triplet: B0, 8C and 11. RGB value is (176,140,17). Sum of RGB (Red+Green+Blue) = 176+140+17=333 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.85% from 333); Green value is 140 (55.08% from 255 or 42.04% from 333); Blue value is 17 (7.03% from 255 or 5.11% from 333); Max value from RGB is 176 - color contains mainly: red. Hex color #B08C11 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B08C11 is #4F73EE. Grayscale: #898989. Windows color (decimal): -5207023 or 1150128. OLE color: 1150128.
HSL color Cylindrical-coordinate representation of color #B08C11: hue angle of 46.42º 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 #B08C11 is Cyan = 0, Magento = 0.20, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 140 | 17 | - |
| CMYK | 0 | 0.20 | 0.90 | 0.31 |
| HSL | 46.42º | 0.82% | 0.38% | - |
| HSV(B) | 46.42º | 0.9% | 0.69% | - |
| XYZ | 27.38 | 28.03 | 4.5 | - |
| YUV | 136.74 | 60.43 | 156 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 140 | 17 | 0 | 0.20 | 0.90 | 0.31 | 46.42 | 0.82 | 0.38 |
| Hex | B0 | 8C | 11 | 0 | 14 | 5A | 1F | 2E | 52 | 26 |
| Octal | 260 | 214 | 21 | 0 | 24 | 132 | 37 | 56 | 122 | 46 |
| Binary | 10110000 | 10001100 | 10001 | 0 | 10100 | 1011010 | 11111 | 101110 | 1010010 | 100110 |
Color Harmonies of #B08C11
Complementary color
Monochromatic Colors of #B08C11
Black with #B08C11
Text Example
Text Example
White with #B08C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08C11; }
p { color: rgb(176,140,17); }
H1.HeaderClassName
{
color: #B08C11;
}
.AnyTagClassName
{
color: #B08C11;
}
</style>
background-color css
<style>
a { background-color: #B08C11; }
a { background-color: rgb(176,140,17); }
div.DivClassName
{
background-color: #B08C11;
}
.BgClassName
{
background-color: #B08C11;
}
</style>
border-color css
<style>
span { border-color: #B08C11; }
span { border-color: rgb(176,140,17); }
td.TdClassName
{
border-color: #B08C11;
}
.TagClassName
{
border-color: #B08C11;
}
</style>