Shades of Dark Goldenrod #B9900A
Tints of Dark Goldenrod #B9900A
RGB
CMYK
RGB Variations
Color information
#B9900A (or 0xB9900A) is known color: Dark Goldenrod. HEX triplet: B9, 90 and 0A. RGB value is (185,144,10). Sum of RGB (Red+Green+Blue) = 185+144+10=339 (44% of max value = 765). Red value is 185 (72.66% from 255 or 54.57% from 339); Green value is 144 (56.64% from 255 or 42.48% from 339); Blue value is 10 (4.30% from 255 or 2.95% from 339); Max value from RGB is 185 - color contains mainly: red. Hex color #B9900A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B9900A is #466FF5. Grayscale: #8D8D8D. Windows color (decimal): -4616182 or 692409. OLE color: 692409.
HSL color Cylindrical-coordinate representation of color #B9900A: hue angle of 45.94º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B9900A is Cyan = 0, Magento = 0.22, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 144 | 10 | - |
| CMYK | 0 | 0.22 | 0.95 | 0.27 |
| HSL | 45.94º | 0.9% | 0.38% | - |
| HSV(B) | 45.94º | 0.95% | 0.73% | - |
| XYZ | 30.04 | 30.28 | 4.55 | - |
| YUV | 140.98 | 54.08 | 159.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 144 | 10 | 0 | 0.22 | 0.95 | 0.27 | 45.94 | 0.9 | 0.38 |
| Hex | B9 | 90 | A | 0 | 16 | 5F | 1B | 2E | 5A | 26 |
| Octal | 271 | 220 | 12 | 0 | 26 | 137 | 33 | 56 | 132 | 46 |
| Binary | 10111001 | 10010000 | 1010 | 0 | 10110 | 1011111 | 11011 | 101110 | 1011010 | 100110 |
Color Harmonies of #B9900A
Complementary color
Monochromatic Colors of #B9900A
Black with #B9900A
Text Example
Text Example
White with #B9900A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9900A; }
p { color: rgb(185,144,10); }
H1.HeaderClassName
{
color: #B9900A;
}
.AnyTagClassName
{
color: #B9900A;
}
</style>
background-color css
<style>
a { background-color: #B9900A; }
a { background-color: rgb(185,144,10); }
div.DivClassName
{
background-color: #B9900A;
}
.BgClassName
{
background-color: #B9900A;
}
</style>
border-color css
<style>
span { border-color: #B9900A; }
span { border-color: rgb(185,144,10); }
td.TdClassName
{
border-color: #B9900A;
}
.TagClassName
{
border-color: #B9900A;
}
</style>