Shades of Dark Goldenrod #B08A17
Tints of Dark Goldenrod #B08A17
RGB
CMYK
RGB Variations
Color information
#B08A17 (or 0xB08A17) is known color: Dark Goldenrod. HEX triplet: B0, 8A and 17. RGB value is (176,138,23). Sum of RGB (Red+Green+Blue) = 176+138+23=337 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.23% from 337); Green value is 138 (54.30% from 255 or 40.95% from 337); Blue value is 23 (9.38% from 255 or 6.82% from 337); Max value from RGB is 176 - color contains mainly: red. Hex color #B08A17 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B08A17 is #4F75E8. Grayscale: #888888. Windows color (decimal): -5207529 or 1542832. OLE color: 1542832.
HSL color Cylindrical-coordinate representation of color #B08A17: hue angle of 45.1º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B08A17 is Cyan = 0, Magento = 0.22, Yellow = 0.87 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 138 | 23 | - |
| CMYK | 0 | 0.22 | 0.87 | 0.31 |
| HSL | 45.1º | 0.77% | 0.39% | - |
| HSV(B) | 45.1º | 0.87% | 0.69% | - |
| XYZ | 27.15 | 27.47 | 4.68 | - |
| YUV | 136.25 | 64.09 | 156.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 138 | 23 | 0 | 0.22 | 0.87 | 0.31 | 45.1 | 0.77 | 0.39 |
| Hex | B0 | 8A | 17 | 0 | 16 | 57 | 1F | 2D | 4D | 27 |
| Octal | 260 | 212 | 27 | 0 | 26 | 127 | 37 | 55 | 115 | 47 |
| Binary | 10110000 | 10001010 | 10111 | 0 | 10110 | 1010111 | 11111 | 101101 | 1001101 | 100111 |
Color Harmonies of #B08A17
Complementary color
Monochromatic Colors of #B08A17
Black with #B08A17
Text Example
Text Example
White with #B08A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08A17; }
p { color: rgb(176,138,23); }
H1.HeaderClassName
{
color: #B08A17;
}
.AnyTagClassName
{
color: #B08A17;
}
</style>
background-color css
<style>
a { background-color: #B08A17; }
a { background-color: rgb(176,138,23); }
div.DivClassName
{
background-color: #B08A17;
}
.BgClassName
{
background-color: #B08A17;
}
</style>
border-color css
<style>
span { border-color: #B08A17; }
span { border-color: rgb(176,138,23); }
td.TdClassName
{
border-color: #B08A17;
}
.TagClassName
{
border-color: #B08A17;
}
</style>