Shades of Dark Goldenrod #BA8B16
Tints of Dark Goldenrod #BA8B16
RGB
CMYK
RGB Variations
Color information
#BA8B16 (or 0xBA8B16) is known color: Dark Goldenrod. HEX triplet: BA, 8B and 16. RGB value is (186,139,22). Sum of RGB (Red+Green+Blue) = 186+139+22=347 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.60% from 347); Green value is 139 (54.69% from 255 or 40.06% from 347); Blue value is 22 (8.98% from 255 or 6.34% from 347); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8B16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8B16 is #4574E9. Grayscale: #8C8C8C. Windows color (decimal): -4551914 or 1477562. OLE color: 1477562.
HSL color Cylindrical-coordinate representation of color #BA8B16: hue angle of 42.8º 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 #BA8B16 is Cyan = 0, Magento = 0.25, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 139 | 22 | - |
| CMYK | 0 | 0.25 | 0.88 | 0.27 |
| HSL | 42.8º | 0.79% | 0.41% | - |
| HSV(B) | 42.8º | 0.88% | 0.73% | - |
| XYZ | 29.63 | 28.96 | 4.79 | - |
| YUV | 139.72 | 61.57 | 161.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 139 | 22 | 0 | 0.25 | 0.88 | 0.27 | 42.8 | 0.79 | 0.41 |
| Hex | BA | 8B | 16 | 0 | 19 | 58 | 1B | 2B | 4F | 29 |
| Octal | 272 | 213 | 26 | 0 | 31 | 130 | 33 | 53 | 117 | 51 |
| Binary | 10111010 | 10001011 | 10110 | 0 | 11001 | 1011000 | 11011 | 101011 | 1001111 | 101001 |
Color Harmonies of #BA8B16
Complementary color
Monochromatic Colors of #BA8B16
Black with #BA8B16
Text Example
Text Example
White with #BA8B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8B16; }
p { color: rgb(186,139,22); }
H1.HeaderClassName
{
color: #BA8B16;
}
.AnyTagClassName
{
color: #BA8B16;
}
</style>
background-color css
<style>
a { background-color: #BA8B16; }
a { background-color: rgb(186,139,22); }
div.DivClassName
{
background-color: #BA8B16;
}
.BgClassName
{
background-color: #BA8B16;
}
</style>
border-color css
<style>
span { border-color: #BA8B16; }
span { border-color: rgb(186,139,22); }
td.TdClassName
{
border-color: #BA8B16;
}
.TagClassName
{
border-color: #BA8B16;
}
</style>