Shades of Dark Goldenrod #B08C17
Tints of Dark Goldenrod #B08C17
RGB
CMYK
RGB Variations
Color information
#B08C17 (or 0xB08C17) is known color: Dark Goldenrod. HEX triplet: B0, 8C and 17. RGB value is (176,140,23). Sum of RGB (Red+Green+Blue) = 176+140+23=339 (44% of max value = 765). Red value is 176 (69.14% from 255 or 51.92% from 339); Green value is 140 (55.08% from 255 or 41.30% from 339); Blue value is 23 (9.38% from 255 or 6.78% from 339); Max value from RGB is 176 - color contains mainly: red. Hex color #B08C17 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B08C17 is #4F73E8. Grayscale: #898989. Windows color (decimal): -5207017 or 1543344. OLE color: 1543344.
HSL color Cylindrical-coordinate representation of color #B08C17: hue angle of 45.88º 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 #B08C17 is Cyan = 0, Magento = 0.20, Yellow = 0.87 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 140 | 23 | - |
| CMYK | 0 | 0.20 | 0.87 | 0.31 |
| HSL | 45.88º | 0.77% | 0.39% | - |
| HSV(B) | 45.88º | 0.87% | 0.69% | - |
| XYZ | 27.44 | 28.05 | 4.78 | - |
| YUV | 137.43 | 63.43 | 155.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 140 | 23 | 0 | 0.20 | 0.87 | 0.31 | 45.88 | 0.77 | 0.39 |
| Hex | B0 | 8C | 17 | 0 | 14 | 57 | 1F | 2E | 4D | 27 |
| Octal | 260 | 214 | 27 | 0 | 24 | 127 | 37 | 56 | 115 | 47 |
| Binary | 10110000 | 10001100 | 10111 | 0 | 10100 | 1010111 | 11111 | 101110 | 1001101 | 100111 |
Color Harmonies of #B08C17
Complementary color
Monochromatic Colors of #B08C17
Black with #B08C17
Text Example
Text Example
White with #B08C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08C17; }
p { color: rgb(176,140,23); }
H1.HeaderClassName
{
color: #B08C17;
}
.AnyTagClassName
{
color: #B08C17;
}
</style>
background-color css
<style>
a { background-color: #B08C17; }
a { background-color: rgb(176,140,23); }
div.DivClassName
{
background-color: #B08C17;
}
.BgClassName
{
background-color: #B08C17;
}
</style>
border-color css
<style>
span { border-color: #B08C17; }
span { border-color: rgb(176,140,23); }
td.TdClassName
{
border-color: #B08C17;
}
.TagClassName
{
border-color: #B08C17;
}
</style>