Shades of Dark Goldenrod #BA9112
Tints of Dark Goldenrod #BA9112
RGB
CMYK
RGB Variations
Color information
#BA9112 (or 0xBA9112) is known color: Dark Goldenrod. HEX triplet: BA, 91 and 12. RGB value is (186,145,18). Sum of RGB (Red+Green+Blue) = 186+145+18=349 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.30% from 349); Green value is 145 (57.03% from 255 or 41.55% from 349); Blue value is 18 (7.42% from 255 or 5.16% from 349); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9112 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9112 is #456EED. Grayscale: #8F8F8F. Windows color (decimal): -4550382 or 1216954. OLE color: 1216954.
HSL color Cylindrical-coordinate representation of color #BA9112: hue angle of 45.36º 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 #BA9112 is Cyan = 0, Magento = 0.22, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 145 | 18 | - |
| CMYK | 0 | 0.22 | 0.90 | 0.27 |
| HSL | 45.36º | 0.82% | 0.4% | - |
| HSV(B) | 45.36º | 0.9% | 0.73% | - |
| XYZ | 30.48 | 30.73 | 4.9 | - |
| YUV | 142.78 | 57.58 | 158.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 145 | 18 | 0 | 0.22 | 0.90 | 0.27 | 45.36 | 0.82 | 0.4 |
| Hex | BA | 91 | 12 | 0 | 16 | 5A | 1B | 2D | 52 | 28 |
| Octal | 272 | 221 | 22 | 0 | 26 | 132 | 33 | 55 | 122 | 50 |
| Binary | 10111010 | 10010001 | 10010 | 0 | 10110 | 1011010 | 11011 | 101101 | 1010010 | 101000 |
Color Harmonies of #BA9112
Complementary color
Monochromatic Colors of #BA9112
Black with #BA9112
Text Example
Text Example
White with #BA9112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9112; }
p { color: rgb(186,145,18); }
H1.HeaderClassName
{
color: #BA9112;
}
.AnyTagClassName
{
color: #BA9112;
}
</style>
background-color css
<style>
a { background-color: #BA9112; }
a { background-color: rgb(186,145,18); }
div.DivClassName
{
background-color: #BA9112;
}
.BgClassName
{
background-color: #BA9112;
}
</style>
border-color css
<style>
span { border-color: #BA9112; }
span { border-color: rgb(186,145,18); }
td.TdClassName
{
border-color: #BA9112;
}
.TagClassName
{
border-color: #BA9112;
}
</style>