Shades of Dark Goldenrod #BA8716
Tints of Dark Goldenrod #BA8716
RGB
CMYK
RGB Variations
Color information
#BA8716 (or 0xBA8716) is known color: Dark Goldenrod. HEX triplet: BA, 87 and 16. RGB value is (186,135,22). Sum of RGB (Red+Green+Blue) = 186+135+22=343 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.23% from 343); Green value is 135 (53.12% from 255 or 39.36% from 343); Blue value is 22 (8.98% from 255 or 6.41% from 343); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8716 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8716 is #4578E9. Grayscale: #898989. Windows color (decimal): -4552938 or 1476538. OLE color: 1476538.
HSL color Cylindrical-coordinate representation of color #BA8716: hue angle of 41.34º 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 #BA8716 is Cyan = 0, Magento = 0.27, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 135 | 22 | - |
| CMYK | 0 | 0.27 | 0.88 | 0.27 |
| HSL | 41.34º | 0.79% | 0.41% | - |
| HSV(B) | 41.34º | 0.88% | 0.73% | - |
| XYZ | 29.06 | 27.82 | 4.6 | - |
| YUV | 137.37 | 62.9 | 162.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 135 | 22 | 0 | 0.27 | 0.88 | 0.27 | 41.34 | 0.79 | 0.41 |
| Hex | BA | 87 | 16 | 0 | 1B | 58 | 1B | 29 | 4F | 29 |
| Octal | 272 | 207 | 26 | 0 | 33 | 130 | 33 | 51 | 117 | 51 |
| Binary | 10111010 | 10000111 | 10110 | 0 | 11011 | 1011000 | 11011 | 101001 | 1001111 | 101001 |
Color Harmonies of #BA8716
Complementary color
Monochromatic Colors of #BA8716
Black with #BA8716
Text Example
Text Example
White with #BA8716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8716; }
p { color: rgb(186,135,22); }
H1.HeaderClassName
{
color: #BA8716;
}
.AnyTagClassName
{
color: #BA8716;
}
</style>
background-color css
<style>
a { background-color: #BA8716; }
a { background-color: rgb(186,135,22); }
div.DivClassName
{
background-color: #BA8716;
}
.BgClassName
{
background-color: #BA8716;
}
</style>
border-color css
<style>
span { border-color: #BA8716; }
span { border-color: rgb(186,135,22); }
td.TdClassName
{
border-color: #BA8716;
}
.TagClassName
{
border-color: #BA8716;
}
</style>