Shades of Dark Goldenrod #B98512
Tints of Dark Goldenrod #B98512
RGB
CMYK
RGB Variations
Color information
#B98512 (or 0xB98512) is known color: Dark Goldenrod. HEX triplet: B9, 85 and 12. RGB value is (185,133,18). Sum of RGB (Red+Green+Blue) = 185+133+18=336 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.06% from 336); Green value is 133 (52.34% from 255 or 39.58% from 336); Blue value is 18 (7.42% from 255 or 5.36% from 336); Max value from RGB is 185 - color contains mainly: red. Hex color #B98512 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B98512 is #467AED. Grayscale: #878787. Windows color (decimal): -4618990 or 1213881. OLE color: 1213881.
HSL color Cylindrical-coordinate representation of color #B98512: hue angle of 41.32º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B98512 is Cyan = 0, Magento = 0.28, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 133 | 18 | - |
| CMYK | 0 | 0.28 | 0.90 | 0.27 |
| HSL | 41.32º | 0.82% | 0.4% | - |
| HSV(B) | 41.32º | 0.9% | 0.73% | - |
| XYZ | 28.5 | 27.13 | 4.31 | - |
| YUV | 135.44 | 61.73 | 163.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 133 | 18 | 0 | 0.28 | 0.90 | 0.27 | 41.32 | 0.82 | 0.4 |
| Hex | B9 | 85 | 12 | 0 | 1C | 5A | 1B | 29 | 52 | 28 |
| Octal | 271 | 205 | 22 | 0 | 34 | 132 | 33 | 51 | 122 | 50 |
| Binary | 10111001 | 10000101 | 10010 | 0 | 11100 | 1011010 | 11011 | 101001 | 1010010 | 101000 |
Color Harmonies of #B98512
Complementary color
Monochromatic Colors of #B98512
Black with #B98512
Text Example
Text Example
White with #B98512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B98512; }
p { color: rgb(185,133,18); }
H1.HeaderClassName
{
color: #B98512;
}
.AnyTagClassName
{
color: #B98512;
}
</style>
background-color css
<style>
a { background-color: #B98512; }
a { background-color: rgb(185,133,18); }
div.DivClassName
{
background-color: #B98512;
}
.BgClassName
{
background-color: #B98512;
}
</style>
border-color css
<style>
span { border-color: #B98512; }
span { border-color: rgb(185,133,18); }
td.TdClassName
{
border-color: #B98512;
}
.TagClassName
{
border-color: #B98512;
}
</style>