Shades of Dark Goldenrod #BA9011
Tints of Dark Goldenrod #BA9011
RGB
CMYK
RGB Variations
Color information
#BA9011 (or 0xBA9011) is known color: Dark Goldenrod. HEX triplet: BA, 90 and 11. RGB value is (186,144,17). Sum of RGB (Red+Green+Blue) = 186+144+17=347 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.60% from 347); Green value is 144 (56.64% from 255 or 41.50% from 347); Blue value is 17 (7.03% from 255 or 4.90% from 347); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9011 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9011 is #456FEE. Grayscale: #8E8E8E. Windows color (decimal): -4550639 or 1151162. OLE color: 1151162.
HSL color Cylindrical-coordinate representation of color #BA9011: hue angle of 45.09º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA9011 is Cyan = 0, Magento = 0.23, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 144 | 17 | - |
| CMYK | 0 | 0.23 | 0.91 | 0.27 |
| HSL | 45.09º | 0.83% | 0.4% | - |
| HSV(B) | 45.09º | 0.91% | 0.73% | - |
| XYZ | 30.32 | 30.43 | 4.8 | - |
| YUV | 142.08 | 57.41 | 159.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 144 | 17 | 0 | 0.23 | 0.91 | 0.27 | 45.09 | 0.83 | 0.4 |
| Hex | BA | 90 | 11 | 0 | 17 | 5B | 1B | 2D | 53 | 28 |
| Octal | 272 | 220 | 21 | 0 | 27 | 133 | 33 | 55 | 123 | 50 |
| Binary | 10111010 | 10010000 | 10001 | 0 | 10111 | 1011011 | 11011 | 101101 | 1010011 | 101000 |
Color Harmonies of #BA9011
Complementary color
Monochromatic Colors of #BA9011
Black with #BA9011
Text Example
Text Example
White with #BA9011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9011; }
p { color: rgb(186,144,17); }
H1.HeaderClassName
{
color: #BA9011;
}
.AnyTagClassName
{
color: #BA9011;
}
</style>
background-color css
<style>
a { background-color: #BA9011; }
a { background-color: rgb(186,144,17); }
div.DivClassName
{
background-color: #BA9011;
}
.BgClassName
{
background-color: #BA9011;
}
</style>
border-color css
<style>
span { border-color: #BA9011; }
span { border-color: rgb(186,144,17); }
td.TdClassName
{
border-color: #BA9011;
}
.TagClassName
{
border-color: #BA9011;
}
</style>