Shades of Dark Goldenrod #BA8114
Tints of Dark Goldenrod #BA8114
RGB
CMYK
RGB Variations
Color information
#BA8114 (or 0xBA8114) is known color: Dark Goldenrod. HEX triplet: BA, 81 and 14. RGB value is (186,129,20). Sum of RGB (Red+Green+Blue) = 186+129+20=335 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.52% from 335); Green value is 129 (50.78% from 255 or 38.51% from 335); Blue value is 20 (8.20% from 255 or 5.97% from 335); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8114 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8114 is #457EEB. Grayscale: #868686. Windows color (decimal): -4554476 or 1343930. OLE color: 1343930.
HSL color Cylindrical-coordinate representation of color #BA8114: hue angle of 39.4º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA8114 is Cyan = 0, Magento = 0.31, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 129 | 20 | - |
| CMYK | 0 | 0.31 | 0.89 | 0.27 |
| HSL | 39.4º | 0.81% | 0.4% | - |
| HSV(B) | 39.4º | 0.89% | 0.73% | - |
| XYZ | 28.23 | 26.19 | 4.23 | - |
| YUV | 133.62 | 63.88 | 165.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 129 | 20 | 0 | 0.31 | 0.89 | 0.27 | 39.4 | 0.81 | 0.4 |
| Hex | BA | 81 | 14 | 0 | 1F | 59 | 1B | 27 | 51 | 28 |
| Octal | 272 | 201 | 24 | 0 | 37 | 131 | 33 | 47 | 121 | 50 |
| Binary | 10111010 | 10000001 | 10100 | 0 | 11111 | 1011001 | 11011 | 100111 | 1010001 | 101000 |
Color Harmonies of #BA8114
Complementary color
Monochromatic Colors of #BA8114
Black with #BA8114
Text Example
Text Example
White with #BA8114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8114; }
p { color: rgb(186,129,20); }
H1.HeaderClassName
{
color: #BA8114;
}
.AnyTagClassName
{
color: #BA8114;
}
</style>
background-color css
<style>
a { background-color: #BA8114; }
a { background-color: rgb(186,129,20); }
div.DivClassName
{
background-color: #BA8114;
}
.BgClassName
{
background-color: #BA8114;
}
</style>
border-color css
<style>
span { border-color: #BA8114; }
span { border-color: rgb(186,129,20); }
td.TdClassName
{
border-color: #BA8114;
}
.TagClassName
{
border-color: #BA8114;
}
</style>