Shades of Dark Goldenrod #B98511
Tints of Dark Goldenrod #B98511
RGB
CMYK
RGB Variations
Color information
#B98511 (or 0xB98511) is known color: Dark Goldenrod. HEX triplet: B9, 85 and 11. RGB value is (185,133,17). Sum of RGB (Red+Green+Blue) = 185+133+17=335 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.22% from 335); Green value is 133 (52.34% from 255 or 39.70% from 335); Blue value is 17 (7.03% from 255 or 5.07% from 335); Max value from RGB is 185 - color contains mainly: red. Hex color #B98511 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B98511 is #467AEE. Grayscale: #878787. Windows color (decimal): -4618991 or 1148345. OLE color: 1148345.
HSL color Cylindrical-coordinate representation of color #B98511: hue angle of 41.43º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B98511 is Cyan = 0, Magento = 0.28, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 133 | 17 | - |
| CMYK | 0 | 0.28 | 0.91 | 0.27 |
| HSL | 41.43º | 0.83% | 0.4% | - |
| HSV(B) | 41.43º | 0.91% | 0.73% | - |
| XYZ | 28.5 | 27.13 | 4.26 | - |
| YUV | 135.32 | 61.23 | 163.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 133 | 17 | 0 | 0.28 | 0.91 | 0.27 | 41.43 | 0.83 | 0.4 |
| Hex | B9 | 85 | 11 | 0 | 1C | 5B | 1B | 29 | 53 | 28 |
| Octal | 271 | 205 | 21 | 0 | 34 | 133 | 33 | 51 | 123 | 50 |
| Binary | 10111001 | 10000101 | 10001 | 0 | 11100 | 1011011 | 11011 | 101001 | 1010011 | 101000 |
Color Harmonies of #B98511
Complementary color
Monochromatic Colors of #B98511
Black with #B98511
Text Example
Text Example
White with #B98511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B98511; }
p { color: rgb(185,133,17); }
H1.HeaderClassName
{
color: #B98511;
}
.AnyTagClassName
{
color: #B98511;
}
</style>
background-color css
<style>
a { background-color: #B98511; }
a { background-color: rgb(185,133,17); }
div.DivClassName
{
background-color: #B98511;
}
.BgClassName
{
background-color: #B98511;
}
</style>
border-color css
<style>
span { border-color: #B98511; }
span { border-color: rgb(185,133,17); }
td.TdClassName
{
border-color: #B98511;
}
.TagClassName
{
border-color: #B98511;
}
</style>