Shades of Dark Goldenrod #BA9210
Tints of Dark Goldenrod #BA9210
RGB
CMYK
RGB Variations
Color information
#BA9210 (or 0xBA9210) is known color: Dark Goldenrod. HEX triplet: BA, 92 and 10. RGB value is (186,146,16). Sum of RGB (Red+Green+Blue) = 186+146+16=348 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.45% from 348); Green value is 146 (57.42% from 255 or 41.95% from 348); Blue value is 16 (6.64% from 255 or 4.60% from 348); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9210 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9210 is #456DEF. Grayscale: #8F8F8F. Windows color (decimal): -4550128 or 1086138. OLE color: 1086138.
HSL color Cylindrical-coordinate representation of color #BA9210: hue angle of 45.88º degrees, saturation: 0.84, 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 #BA9210 is Cyan = 0, Magento = 0.22, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 146 | 16 | - |
| CMYK | 0 | 0.22 | 0.91 | 0.27 |
| HSL | 45.88º | 0.84% | 0.4% | - |
| HSV(B) | 45.88º | 0.91% | 0.73% | - |
| XYZ | 30.62 | 31.03 | 4.87 | - |
| YUV | 143.14 | 56.25 | 158.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 146 | 16 | 0 | 0.22 | 0.91 | 0.27 | 45.88 | 0.84 | 0.4 |
| Hex | BA | 92 | 10 | 0 | 16 | 5B | 1B | 2E | 54 | 28 |
| Octal | 272 | 222 | 20 | 0 | 26 | 133 | 33 | 56 | 124 | 50 |
| Binary | 10111010 | 10010010 | 10000 | 0 | 10110 | 1011011 | 11011 | 101110 | 1010100 | 101000 |
Color Harmonies of #BA9210
Complementary color
Monochromatic Colors of #BA9210
Black with #BA9210
Text Example
Text Example
White with #BA9210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9210; }
p { color: rgb(186,146,16); }
H1.HeaderClassName
{
color: #BA9210;
}
.AnyTagClassName
{
color: #BA9210;
}
</style>
background-color css
<style>
a { background-color: #BA9210; }
a { background-color: rgb(186,146,16); }
div.DivClassName
{
background-color: #BA9210;
}
.BgClassName
{
background-color: #BA9210;
}
</style>
border-color css
<style>
span { border-color: #BA9210; }
span { border-color: rgb(186,146,16); }
td.TdClassName
{
border-color: #BA9210;
}
.TagClassName
{
border-color: #BA9210;
}
</style>