Shades of Dark Goldenrod #B98805
Tints of Dark Goldenrod #B98805
RGB
CMYK
RGB Variations
Color information
#B98805 (or 0xB98805) is known color: Dark Goldenrod. HEX triplet: B9, 88 and 05. RGB value is (185,136,5). Sum of RGB (Red+Green+Blue) = 185+136+5=326 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.75% from 326); Green value is 136 (53.52% from 255 or 41.72% from 326); Blue value is 5 (2.34% from 255 or 1.53% from 326); Max value from RGB is 185 - color contains mainly: red. Hex color #B98805 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B98805 is #4677FA. Grayscale: #888888. Windows color (decimal): -4618235 or 362681. OLE color: 362681.
HSL color Cylindrical-coordinate representation of color #B98805: hue angle of 43.67º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B98805 is Cyan = 0, Magento = 0.26, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 136 | 5 | - |
| CMYK | 0 | 0.26 | 0.97 | 0.27 |
| HSL | 43.67º | 0.95% | 0.37% | - |
| HSV(B) | 43.67º | 0.97% | 0.73% | - |
| XYZ | 28.84 | 27.93 | 4.02 | - |
| YUV | 135.72 | 54.23 | 163.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 136 | 5 | 0 | 0.26 | 0.97 | 0.27 | 43.67 | 0.95 | 0.37 |
| Hex | B9 | 88 | 5 | 0 | 1A | 61 | 1B | 2C | 5F | 25 |
| Octal | 271 | 210 | 5 | 0 | 32 | 141 | 33 | 54 | 137 | 45 |
| Binary | 10111001 | 10001000 | 101 | 0 | 11010 | 1100001 | 11011 | 101100 | 1011111 | 100101 |
Color Harmonies of #B98805
Complementary color
Monochromatic Colors of #B98805
Black with #B98805
Text Example
Text Example
White with #B98805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B98805; }
p { color: rgb(185,136,5); }
H1.HeaderClassName
{
color: #B98805;
}
.AnyTagClassName
{
color: #B98805;
}
</style>
background-color css
<style>
a { background-color: #B98805; }
a { background-color: rgb(185,136,5); }
div.DivClassName
{
background-color: #B98805;
}
.BgClassName
{
background-color: #B98805;
}
</style>
border-color css
<style>
span { border-color: #B98805; }
span { border-color: rgb(185,136,5); }
td.TdClassName
{
border-color: #B98805;
}
.TagClassName
{
border-color: #B98805;
}
</style>