Shades of Dark Goldenrod #BA8712
Tints of Dark Goldenrod #BA8712
RGB
CMYK
RGB Variations
Color information
#BA8712 (or 0xBA8712) is known color: Dark Goldenrod. HEX triplet: BA, 87 and 12. RGB value is (186,135,18). Sum of RGB (Red+Green+Blue) = 186+135+18=339 (44% of max value = 765). Red value is 186 (73.05% from 255 or 54.87% from 339); Green value is 135 (53.12% from 255 or 39.82% from 339); Blue value is 18 (7.42% from 255 or 5.31% from 339); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8712 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8712 is #4578ED. Grayscale: #898989. Windows color (decimal): -4552942 or 1214394. OLE color: 1214394.
HSL color Cylindrical-coordinate representation of color #BA8712: hue angle of 41.79º 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 #BA8712 is Cyan = 0, Magento = 0.27, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 135 | 18 | - |
| CMYK | 0 | 0.27 | 0.90 | 0.27 |
| HSL | 41.79º | 0.82% | 0.4% | - |
| HSV(B) | 41.79º | 0.9% | 0.73% | - |
| XYZ | 29.02 | 27.81 | 4.41 | - |
| YUV | 136.91 | 60.9 | 163.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 135 | 18 | 0 | 0.27 | 0.90 | 0.27 | 41.79 | 0.82 | 0.4 |
| Hex | BA | 87 | 12 | 0 | 1B | 5A | 1B | 2A | 52 | 28 |
| Octal | 272 | 207 | 22 | 0 | 33 | 132 | 33 | 52 | 122 | 50 |
| Binary | 10111010 | 10000111 | 10010 | 0 | 11011 | 1011010 | 11011 | 101010 | 1010010 | 101000 |
Color Harmonies of #BA8712
Complementary color
Monochromatic Colors of #BA8712
Black with #BA8712
Text Example
Text Example
White with #BA8712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8712; }
p { color: rgb(186,135,18); }
H1.HeaderClassName
{
color: #BA8712;
}
.AnyTagClassName
{
color: #BA8712;
}
</style>
background-color css
<style>
a { background-color: #BA8712; }
a { background-color: rgb(186,135,18); }
div.DivClassName
{
background-color: #BA8712;
}
.BgClassName
{
background-color: #BA8712;
}
</style>
border-color css
<style>
span { border-color: #BA8712; }
span { border-color: rgb(186,135,18); }
td.TdClassName
{
border-color: #BA8712;
}
.TagClassName
{
border-color: #BA8712;
}
</style>