Shades of Dark Goldenrod #B08819
Tints of Dark Goldenrod #B08819
RGB
CMYK
RGB Variations
Color information
#B08819 (or 0xB08819) is known color: Dark Goldenrod. HEX triplet: B0, 88 and 19. RGB value is (176,136,25). Sum of RGB (Red+Green+Blue) = 176+136+25=337 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.23% from 337); Green value is 136 (53.52% from 255 or 40.36% from 337); Blue value is 25 (10.16% from 255 or 7.42% from 337); Max value from RGB is 176 - color contains mainly: red. Hex color #B08819 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B08819 is #4F77E6. Grayscale: #878787. Windows color (decimal): -5208039 or 1673392. OLE color: 1673392.
HSL color Cylindrical-coordinate representation of color #B08819: hue angle of 44.11º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B08819 is Cyan = 0, Magento = 0.23, Yellow = 0.86 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 136 | 25 | - |
| CMYK | 0 | 0.23 | 0.86 | 0.31 |
| HSL | 44.11º | 0.75% | 0.39% | - |
| HSV(B) | 44.11º | 0.86% | 0.69% | - |
| XYZ | 26.88 | 26.91 | 4.7 | - |
| YUV | 135.31 | 65.75 | 157.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 136 | 25 | 0 | 0.23 | 0.86 | 0.31 | 44.11 | 0.75 | 0.39 |
| Hex | B0 | 88 | 19 | 0 | 17 | 56 | 1F | 2C | 4B | 27 |
| Octal | 260 | 210 | 31 | 0 | 27 | 126 | 37 | 54 | 113 | 47 |
| Binary | 10110000 | 10001000 | 11001 | 0 | 10111 | 1010110 | 11111 | 101100 | 1001011 | 100111 |
Color Harmonies of #B08819
Complementary color
Monochromatic Colors of #B08819
Black with #B08819
Text Example
Text Example
White with #B08819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08819; }
p { color: rgb(176,136,25); }
H1.HeaderClassName
{
color: #B08819;
}
.AnyTagClassName
{
color: #B08819;
}
</style>
background-color css
<style>
a { background-color: #B08819; }
a { background-color: rgb(176,136,25); }
div.DivClassName
{
background-color: #B08819;
}
.BgClassName
{
background-color: #B08819;
}
</style>
border-color css
<style>
span { border-color: #B08819; }
span { border-color: rgb(176,136,25); }
td.TdClassName
{
border-color: #B08819;
}
.TagClassName
{
border-color: #B08819;
}
</style>