Shades of Dark Goldenrod #BA9009
Tints of Dark Goldenrod #BA9009
RGB
CMYK
RGB Variations
Color information
#BA9009 (or 0xBA9009) is known color: Dark Goldenrod. HEX triplet: BA, 90 and 09. RGB value is (186,144,9). Sum of RGB (Red+Green+Blue) = 186+144+9=339 (44% of max value = 765). Red value is 186 (73.05% from 255 or 54.87% from 339); Green value is 144 (56.64% from 255 or 42.48% from 339); Blue value is 9 (3.91% from 255 or 2.65% from 339); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9009 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9009 is #456FF6. Grayscale: #8D8D8D. Windows color (decimal): -4550647 or 626874. OLE color: 626874.
HSL color Cylindrical-coordinate representation of color #BA9009: hue angle of 45.76º degrees, saturation: 0.91, 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 #BA9009 is Cyan = 0, Magento = 0.23, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 144 | 9 | - |
| CMYK | 0 | 0.23 | 0.95 | 0.27 |
| HSL | 45.76º | 0.91% | 0.38% | - |
| HSV(B) | 45.76º | 0.95% | 0.73% | - |
| XYZ | 30.27 | 30.41 | 4.53 | - |
| YUV | 141.17 | 53.41 | 159.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 144 | 9 | 0 | 0.23 | 0.95 | 0.27 | 45.76 | 0.91 | 0.38 |
| Hex | BA | 90 | 9 | 0 | 17 | 5F | 1B | 2E | 5B | 26 |
| Octal | 272 | 220 | 11 | 0 | 27 | 137 | 33 | 56 | 133 | 46 |
| Binary | 10111010 | 10010000 | 1001 | 0 | 10111 | 1011111 | 11011 | 101110 | 1011011 | 100110 |
Color Harmonies of #BA9009
Complementary color
Monochromatic Colors of #BA9009
Black with #BA9009
Text Example
Text Example
White with #BA9009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9009; }
p { color: rgb(186,144,9); }
H1.HeaderClassName
{
color: #BA9009;
}
.AnyTagClassName
{
color: #BA9009;
}
</style>
background-color css
<style>
a { background-color: #BA9009; }
a { background-color: rgb(186,144,9); }
div.DivClassName
{
background-color: #BA9009;
}
.BgClassName
{
background-color: #BA9009;
}
</style>
border-color css
<style>
span { border-color: #BA9009; }
span { border-color: rgb(186,144,9); }
td.TdClassName
{
border-color: #BA9009;
}
.TagClassName
{
border-color: #BA9009;
}
</style>