Shades of Dark Goldenrod #BA9006
Tints of Dark Goldenrod #BA9006
RGB
CMYK
RGB Variations
Color information
#BA9006 (or 0xBA9006) is known color: Dark Goldenrod. HEX triplet: BA, 90 and 06. RGB value is (186,144,6). Sum of RGB (Red+Green+Blue) = 186+144+6=336 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.36% from 336); Green value is 144 (56.64% from 255 or 42.86% from 336); Blue value is 6 (2.73% from 255 or 1.79% from 336); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9006 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9006 is #456FF9. Grayscale: #8D8D8D. Windows color (decimal): -4550650 or 430266. OLE color: 430266.
HSL color Cylindrical-coordinate representation of color #BA9006: hue angle of 46º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BA9006 is Cyan = 0, Magento = 0.23, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 144 | 6 | - |
| CMYK | 0 | 0.23 | 0.97 | 0.27 |
| HSL | 46º | 0.94% | 0.38% | - |
| HSV(B) | 46º | 0.97% | 0.73% | - |
| XYZ | 30.26 | 30.4 | 4.45 | - |
| YUV | 140.83 | 51.91 | 160.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 144 | 6 | 0 | 0.23 | 0.97 | 0.27 | 46 | 0.94 | 0.38 |
| Hex | BA | 90 | 6 | 0 | 17 | 61 | 1B | 2E | 5E | 26 |
| Octal | 272 | 220 | 6 | 0 | 27 | 141 | 33 | 56 | 136 | 46 |
| Binary | 10111010 | 10010000 | 110 | 0 | 10111 | 1100001 | 11011 | 101110 | 1011110 | 100110 |
Color Harmonies of #BA9006
Complementary color
Monochromatic Colors of #BA9006
Black with #BA9006
Text Example
Text Example
White with #BA9006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9006; }
p { color: rgb(186,144,6); }
H1.HeaderClassName
{
color: #BA9006;
}
.AnyTagClassName
{
color: #BA9006;
}
</style>
background-color css
<style>
a { background-color: #BA9006; }
a { background-color: rgb(186,144,6); }
div.DivClassName
{
background-color: #BA9006;
}
.BgClassName
{
background-color: #BA9006;
}
</style>
border-color css
<style>
span { border-color: #BA9006; }
span { border-color: rgb(186,144,6); }
td.TdClassName
{
border-color: #BA9006;
}
.TagClassName
{
border-color: #BA9006;
}
</style>