Shades of Dark Goldenrod #BA8115
Tints of Dark Goldenrod #BA8115
RGB
CMYK
RGB Variations
Color information
#BA8115 (or 0xBA8115) is known color: Dark Goldenrod. HEX triplet: BA, 81 and 15. RGB value is (186,129,21). Sum of RGB (Red+Green+Blue) = 186+129+21=336 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.36% from 336); Green value is 129 (50.78% from 255 or 38.39% from 336); Blue value is 21 (8.59% from 255 or 6.25% from 336); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8115 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8115 is #457EEA. Grayscale: #868686. Windows color (decimal): -4554475 or 1409466. OLE color: 1409466.
HSL color Cylindrical-coordinate representation of color #BA8115: hue angle of 39.27º 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 #BA8115 is Cyan = 0, Magento = 0.31, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 129 | 21 | - |
| CMYK | 0 | 0.31 | 0.89 | 0.27 |
| HSL | 39.27º | 0.8% | 0.41% | - |
| HSV(B) | 39.27º | 0.89% | 0.73% | - |
| XYZ | 28.24 | 26.19 | 4.28 | - |
| YUV | 133.73 | 64.38 | 165.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 129 | 21 | 0 | 0.31 | 0.89 | 0.27 | 39.27 | 0.8 | 0.41 |
| Hex | BA | 81 | 15 | 0 | 1F | 59 | 1B | 27 | 50 | 29 |
| Octal | 272 | 201 | 25 | 0 | 37 | 131 | 33 | 47 | 120 | 51 |
| Binary | 10111010 | 10000001 | 10101 | 0 | 11111 | 1011001 | 11011 | 100111 | 1010000 | 101001 |
Color Harmonies of #BA8115
Complementary color
Monochromatic Colors of #BA8115
Black with #BA8115
Text Example
Text Example
White with #BA8115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8115; }
p { color: rgb(186,129,21); }
H1.HeaderClassName
{
color: #BA8115;
}
.AnyTagClassName
{
color: #BA8115;
}
</style>
background-color css
<style>
a { background-color: #BA8115; }
a { background-color: rgb(186,129,21); }
div.DivClassName
{
background-color: #BA8115;
}
.BgClassName
{
background-color: #BA8115;
}
</style>
border-color css
<style>
span { border-color: #BA8115; }
span { border-color: rgb(186,129,21); }
td.TdClassName
{
border-color: #BA8115;
}
.TagClassName
{
border-color: #BA8115;
}
</style>