Shades of Dark Goldenrod #BA8812
Tints of Dark Goldenrod #BA8812
RGB
CMYK
RGB Variations
Color information
#BA8812 (or 0xBA8812) is known color: Dark Goldenrod. HEX triplet: BA, 88 and 12. RGB value is (186,136,18). Sum of RGB (Red+Green+Blue) = 186+136+18=340 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.71% from 340); Green value is 136 (53.52% from 255 or 40% from 340); Blue value is 18 (7.42% from 255 or 5.29% from 340); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8812 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8812 is #4577ED. Grayscale: #8A8A8A. Windows color (decimal): -4552686 or 1214650. OLE color: 1214650.
HSL color Cylindrical-coordinate representation of color #BA8812: hue angle of 42.14º 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 #BA8812 is Cyan = 0, Magento = 0.27, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 136 | 18 | - |
| CMYK | 0 | 0.27 | 0.90 | 0.27 |
| HSL | 42.14º | 0.82% | 0.4% | - |
| HSV(B) | 42.14º | 0.9% | 0.73% | - |
| XYZ | 29.16 | 28.09 | 4.46 | - |
| YUV | 137.5 | 60.57 | 162.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 136 | 18 | 0 | 0.27 | 0.90 | 0.27 | 42.14 | 0.82 | 0.4 |
| Hex | BA | 88 | 12 | 0 | 1B | 5A | 1B | 2A | 52 | 28 |
| Octal | 272 | 210 | 22 | 0 | 33 | 132 | 33 | 52 | 122 | 50 |
| Binary | 10111010 | 10001000 | 10010 | 0 | 11011 | 1011010 | 11011 | 101010 | 1010010 | 101000 |
Color Harmonies of #BA8812
Complementary color
Monochromatic Colors of #BA8812
Black with #BA8812
Text Example
Text Example
White with #BA8812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8812; }
p { color: rgb(186,136,18); }
H1.HeaderClassName
{
color: #BA8812;
}
.AnyTagClassName
{
color: #BA8812;
}
</style>
background-color css
<style>
a { background-color: #BA8812; }
a { background-color: rgb(186,136,18); }
div.DivClassName
{
background-color: #BA8812;
}
.BgClassName
{
background-color: #BA8812;
}
</style>
border-color css
<style>
span { border-color: #BA8812; }
span { border-color: rgb(186,136,18); }
td.TdClassName
{
border-color: #BA8812;
}
.TagClassName
{
border-color: #BA8812;
}
</style>