Shades of Dark Goldenrod #BA8116
Tints of Dark Goldenrod #BA8116
RGB
CMYK
RGB Variations
Color information
#BA8116 (or 0xBA8116) is known color: Dark Goldenrod. HEX triplet: BA, 81 and 16. RGB value is (186,129,22). Sum of RGB (Red+Green+Blue) = 186+129+22=337 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.19% from 337); Green value is 129 (50.78% from 255 or 38.28% from 337); Blue value is 22 (8.98% from 255 or 6.53% from 337); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8116 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8116 is #457EE9. Grayscale: #868686. Windows color (decimal): -4554474 or 1475002. OLE color: 1475002.
HSL color Cylindrical-coordinate representation of color #BA8116: hue angle of 39.15º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA8116 is Cyan = 0, Magento = 0.31, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 129 | 22 | - |
| CMYK | 0 | 0.31 | 0.88 | 0.27 |
| HSL | 39.15º | 0.79% | 0.41% | - |
| HSV(B) | 39.15º | 0.88% | 0.73% | - |
| XYZ | 28.24 | 26.2 | 4.33 | - |
| YUV | 133.85 | 64.88 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 129 | 22 | 0 | 0.31 | 0.88 | 0.27 | 39.15 | 0.79 | 0.41 |
| Hex | BA | 81 | 16 | 0 | 1F | 58 | 1B | 27 | 4F | 29 |
| Octal | 272 | 201 | 26 | 0 | 37 | 130 | 33 | 47 | 117 | 51 |
| Binary | 10111010 | 10000001 | 10110 | 0 | 11111 | 1011000 | 11011 | 100111 | 1001111 | 101001 |
Color Harmonies of #BA8116
Complementary color
Monochromatic Colors of #BA8116
Black with #BA8116
Text Example
Text Example
White with #BA8116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8116; }
p { color: rgb(186,129,22); }
H1.HeaderClassName
{
color: #BA8116;
}
.AnyTagClassName
{
color: #BA8116;
}
</style>
background-color css
<style>
a { background-color: #BA8116; }
a { background-color: rgb(186,129,22); }
div.DivClassName
{
background-color: #BA8116;
}
.BgClassName
{
background-color: #BA8116;
}
</style>
border-color css
<style>
span { border-color: #BA8116; }
span { border-color: rgb(186,129,22); }
td.TdClassName
{
border-color: #BA8116;
}
.TagClassName
{
border-color: #BA8116;
}
</style>