Shades of Dark Goldenrod #BA8013
Tints of Dark Goldenrod #BA8013
RGB
CMYK
RGB Variations
Color information
#BA8013 (or 0xBA8013) is known color: Dark Goldenrod. HEX triplet: BA, 80 and 13. RGB value is (186,128,19). Sum of RGB (Red+Green+Blue) = 186+128+19=333 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.86% from 333); Green value is 128 (50.39% from 255 or 38.44% from 333); Blue value is 19 (7.81% from 255 or 5.71% from 333); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8013 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8013 is #457FEC. Grayscale: #858585. Windows color (decimal): -4554733 or 1278138. OLE color: 1278138.
HSL color Cylindrical-coordinate representation of color #BA8013: hue angle of 39.16º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA8013 is Cyan = 0, Magento = 0.31, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 128 | 19 | - |
| CMYK | 0 | 0.31 | 0.90 | 0.27 |
| HSL | 39.16º | 0.81% | 0.4% | - |
| HSV(B) | 39.16º | 0.9% | 0.73% | - |
| XYZ | 28.09 | 25.92 | 4.14 | - |
| YUV | 132.92 | 63.72 | 165.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 128 | 19 | 0 | 0.31 | 0.90 | 0.27 | 39.16 | 0.81 | 0.4 |
| Hex | BA | 80 | 13 | 0 | 1F | 5A | 1B | 27 | 51 | 28 |
| Octal | 272 | 200 | 23 | 0 | 37 | 132 | 33 | 47 | 121 | 50 |
| Binary | 10111010 | 10000000 | 10011 | 0 | 11111 | 1011010 | 11011 | 100111 | 1010001 | 101000 |
Color Harmonies of #BA8013
Complementary color
Monochromatic Colors of #BA8013
Black with #BA8013
Text Example
Text Example
White with #BA8013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8013; }
p { color: rgb(186,128,19); }
H1.HeaderClassName
{
color: #BA8013;
}
.AnyTagClassName
{
color: #BA8013;
}
</style>
background-color css
<style>
a { background-color: #BA8013; }
a { background-color: rgb(186,128,19); }
div.DivClassName
{
background-color: #BA8013;
}
.BgClassName
{
background-color: #BA8013;
}
</style>
border-color css
<style>
span { border-color: #BA8013; }
span { border-color: rgb(186,128,19); }
td.TdClassName
{
border-color: #BA8013;
}
.TagClassName
{
border-color: #BA8013;
}
</style>