Shades of Dark Goldenrod #BA8415
Tints of Dark Goldenrod #BA8415
RGB
CMYK
RGB Variations
Color information
#BA8415 (or 0xBA8415) is known color: Dark Goldenrod. HEX triplet: BA, 84 and 15. RGB value is (186,132,21). Sum of RGB (Red+Green+Blue) = 186+132+21=339 (44% of max value = 765). Red value is 186 (73.05% from 255 or 54.87% from 339); Green value is 132 (51.95% from 255 or 38.94% from 339); Blue value is 21 (8.59% from 255 or 6.19% from 339); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8415 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8415 is #457BEA. Grayscale: #878787. Windows color (decimal): -4553707 or 1410234. OLE color: 1410234.
HSL color Cylindrical-coordinate representation of color #BA8415: hue angle of 40.36º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA8415 is Cyan = 0, Magento = 0.29, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 132 | 21 | - |
| CMYK | 0 | 0.29 | 0.89 | 0.27 |
| HSL | 40.36º | 0.8% | 0.41% | - |
| HSV(B) | 40.36º | 0.89% | 0.73% | - |
| XYZ | 28.64 | 27 | 4.41 | - |
| YUV | 135.49 | 63.39 | 164.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 132 | 21 | 0 | 0.29 | 0.89 | 0.27 | 40.36 | 0.8 | 0.41 |
| Hex | BA | 84 | 15 | 0 | 1D | 59 | 1B | 28 | 50 | 29 |
| Octal | 272 | 204 | 25 | 0 | 35 | 131 | 33 | 50 | 120 | 51 |
| Binary | 10111010 | 10000100 | 10101 | 0 | 11101 | 1011001 | 11011 | 101000 | 1010000 | 101001 |
Color Harmonies of #BA8415
Complementary color
Monochromatic Colors of #BA8415
Black with #BA8415
Text Example
Text Example
White with #BA8415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8415; }
p { color: rgb(186,132,21); }
H1.HeaderClassName
{
color: #BA8415;
}
.AnyTagClassName
{
color: #BA8415;
}
</style>
background-color css
<style>
a { background-color: #BA8415; }
a { background-color: rgb(186,132,21); }
div.DivClassName
{
background-color: #BA8415;
}
.BgClassName
{
background-color: #BA8415;
}
</style>
border-color css
<style>
span { border-color: #BA8415; }
span { border-color: rgb(186,132,21); }
td.TdClassName
{
border-color: #BA8415;
}
.TagClassName
{
border-color: #BA8415;
}
</style>