Shades of Dark Goldenrod #BA9012
Tints of Dark Goldenrod #BA9012
RGB
CMYK
RGB Variations
Color information
#BA9012 (or 0xBA9012) is known color: Dark Goldenrod. HEX triplet: BA, 90 and 12. RGB value is (186,144,18). Sum of RGB (Red+Green+Blue) = 186+144+18=348 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.45% from 348); Green value is 144 (56.64% from 255 or 41.38% from 348); Blue value is 18 (7.42% from 255 or 5.17% from 348); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9012 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9012 is #456FED. Grayscale: #8E8E8E. Windows color (decimal): -4550638 or 1216698. OLE color: 1216698.
HSL color Cylindrical-coordinate representation of color #BA9012: hue angle of 45º 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 #BA9012 is Cyan = 0, Magento = 0.23, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 144 | 18 | - |
| CMYK | 0 | 0.23 | 0.90 | 0.27 |
| HSL | 45º | 0.82% | 0.4% | - |
| HSV(B) | 45º | 0.9% | 0.73% | - |
| XYZ | 30.33 | 30.43 | 4.85 | - |
| YUV | 142.19 | 57.91 | 159.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 144 | 18 | 0 | 0.23 | 0.90 | 0.27 | 45 | 0.82 | 0.4 |
| Hex | BA | 90 | 12 | 0 | 17 | 5A | 1B | 2D | 52 | 28 |
| Octal | 272 | 220 | 22 | 0 | 27 | 132 | 33 | 55 | 122 | 50 |
| Binary | 10111010 | 10010000 | 10010 | 0 | 10111 | 1011010 | 11011 | 101101 | 1010010 | 101000 |
Color Harmonies of #BA9012
Complementary color
Monochromatic Colors of #BA9012
Black with #BA9012
Text Example
Text Example
White with #BA9012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9012; }
p { color: rgb(186,144,18); }
H1.HeaderClassName
{
color: #BA9012;
}
.AnyTagClassName
{
color: #BA9012;
}
</style>
background-color css
<style>
a { background-color: #BA9012; }
a { background-color: rgb(186,144,18); }
div.DivClassName
{
background-color: #BA9012;
}
.BgClassName
{
background-color: #BA9012;
}
</style>
border-color css
<style>
span { border-color: #BA9012; }
span { border-color: rgb(186,144,18); }
td.TdClassName
{
border-color: #BA9012;
}
.TagClassName
{
border-color: #BA9012;
}
</style>