Shades of Dark Goldenrod #B08D16
Tints of Dark Goldenrod #B08D16
RGB
CMYK
RGB Variations
Color information
#B08D16 (or 0xB08D16) is known color: Dark Goldenrod. HEX triplet: B0, 8D and 16. RGB value is (176,141,22). Sum of RGB (Red+Green+Blue) = 176+141+22=339 (44% of max value = 765). Red value is 176 (69.14% from 255 or 51.92% from 339); Green value is 141 (55.47% from 255 or 41.59% from 339); Blue value is 22 (8.98% from 255 or 6.49% from 339); Max value from RGB is 176 - color contains mainly: red. Hex color #B08D16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B08D16 is #4F72E9. Grayscale: #8A8A8A. Windows color (decimal): -5206762 or 1478064. OLE color: 1478064.
HSL color Cylindrical-coordinate representation of color #B08D16: hue angle of 46.36º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B08D16 is Cyan = 0, Magento = 0.20, Yellow = 0.88 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 141 | 22 | - |
| CMYK | 0 | 0.20 | 0.88 | 0.31 |
| HSL | 46.36º | 0.78% | 0.39% | - |
| HSV(B) | 46.36º | 0.88% | 0.69% | - |
| XYZ | 27.57 | 28.34 | 4.78 | - |
| YUV | 137.9 | 62.6 | 155.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 141 | 22 | 0 | 0.20 | 0.88 | 0.31 | 46.36 | 0.78 | 0.39 |
| Hex | B0 | 8D | 16 | 0 | 14 | 58 | 1F | 2E | 4E | 27 |
| Octal | 260 | 215 | 26 | 0 | 24 | 130 | 37 | 56 | 116 | 47 |
| Binary | 10110000 | 10001101 | 10110 | 0 | 10100 | 1011000 | 11111 | 101110 | 1001110 | 100111 |
Color Harmonies of #B08D16
Complementary color
Monochromatic Colors of #B08D16
Black with #B08D16
Text Example
Text Example
White with #B08D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08D16; }
p { color: rgb(176,141,22); }
H1.HeaderClassName
{
color: #B08D16;
}
.AnyTagClassName
{
color: #B08D16;
}
</style>
background-color css
<style>
a { background-color: #B08D16; }
a { background-color: rgb(176,141,22); }
div.DivClassName
{
background-color: #B08D16;
}
.BgClassName
{
background-color: #B08D16;
}
</style>
border-color css
<style>
span { border-color: #B08D16; }
span { border-color: rgb(176,141,22); }
td.TdClassName
{
border-color: #B08D16;
}
.TagClassName
{
border-color: #B08D16;
}
</style>