Shades of Dark Goldenrod #BA8B15
Tints of Dark Goldenrod #BA8B15
RGB
CMYK
RGB Variations
Color information
#BA8B15 (or 0xBA8B15) is known color: Dark Goldenrod. HEX triplet: BA, 8B and 15. RGB value is (186,139,21). Sum of RGB (Red+Green+Blue) = 186+139+21=346 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.76% from 346); Green value is 139 (54.69% from 255 or 40.17% from 346); Blue value is 21 (8.59% from 255 or 6.07% from 346); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8B15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8B15 is #4574EA. Grayscale: #8C8C8C. Windows color (decimal): -4551915 or 1412026. OLE color: 1412026.
HSL color Cylindrical-coordinate representation of color #BA8B15: hue angle of 42.91º 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 #BA8B15 is Cyan = 0, Magento = 0.25, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 139 | 21 | - |
| CMYK | 0 | 0.25 | 0.89 | 0.27 |
| HSL | 42.91º | 0.8% | 0.41% | - |
| HSV(B) | 42.91º | 0.89% | 0.73% | - |
| XYZ | 29.62 | 28.96 | 4.74 | - |
| YUV | 139.6 | 61.07 | 161.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 139 | 21 | 0 | 0.25 | 0.89 | 0.27 | 42.91 | 0.8 | 0.41 |
| Hex | BA | 8B | 15 | 0 | 19 | 59 | 1B | 2B | 50 | 29 |
| Octal | 272 | 213 | 25 | 0 | 31 | 131 | 33 | 53 | 120 | 51 |
| Binary | 10111010 | 10001011 | 10101 | 0 | 11001 | 1011001 | 11011 | 101011 | 1010000 | 101001 |
Color Harmonies of #BA8B15
Complementary color
Monochromatic Colors of #BA8B15
Black with #BA8B15
Text Example
Text Example
White with #BA8B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8B15; }
p { color: rgb(186,139,21); }
H1.HeaderClassName
{
color: #BA8B15;
}
.AnyTagClassName
{
color: #BA8B15;
}
</style>
background-color css
<style>
a { background-color: #BA8B15; }
a { background-color: rgb(186,139,21); }
div.DivClassName
{
background-color: #BA8B15;
}
.BgClassName
{
background-color: #BA8B15;
}
</style>
border-color css
<style>
span { border-color: #BA8B15; }
span { border-color: rgb(186,139,21); }
td.TdClassName
{
border-color: #BA8B15;
}
.TagClassName
{
border-color: #BA8B15;
}
</style>