Shades of Dark Goldenrod #BA8C13
Tints of Dark Goldenrod #BA8C13
RGB
CMYK
RGB Variations
Color information
#BA8C13 (or 0xBA8C13) is known color: Dark Goldenrod. HEX triplet: BA, 8C and 13. RGB value is (186,140,19). Sum of RGB (Red+Green+Blue) = 186+140+19=345 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.91% from 345); Green value is 140 (55.08% from 255 or 40.58% from 345); Blue value is 19 (7.81% from 255 or 5.51% from 345); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8C13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8C13 is #4573EC. Grayscale: #8C8C8C. Windows color (decimal): -4551661 or 1281210. OLE color: 1281210.
HSL color Cylindrical-coordinate representation of color #BA8C13: hue angle of 43.47º 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 #BA8C13 is Cyan = 0, Magento = 0.25, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 140 | 19 | - |
| CMYK | 0 | 0.25 | 0.90 | 0.27 |
| HSL | 43.47º | 0.81% | 0.4% | - |
| HSV(B) | 43.47º | 0.9% | 0.73% | - |
| XYZ | 29.75 | 29.24 | 4.69 | - |
| YUV | 139.96 | 59.74 | 160.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 140 | 19 | 0 | 0.25 | 0.90 | 0.27 | 43.47 | 0.81 | 0.4 |
| Hex | BA | 8C | 13 | 0 | 19 | 5A | 1B | 2B | 51 | 28 |
| Octal | 272 | 214 | 23 | 0 | 31 | 132 | 33 | 53 | 121 | 50 |
| Binary | 10111010 | 10001100 | 10011 | 0 | 11001 | 1011010 | 11011 | 101011 | 1010001 | 101000 |
Color Harmonies of #BA8C13
Complementary color
Monochromatic Colors of #BA8C13
Black with #BA8C13
Text Example
Text Example
White with #BA8C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8C13; }
p { color: rgb(186,140,19); }
H1.HeaderClassName
{
color: #BA8C13;
}
.AnyTagClassName
{
color: #BA8C13;
}
</style>
background-color css
<style>
a { background-color: #BA8C13; }
a { background-color: rgb(186,140,19); }
div.DivClassName
{
background-color: #BA8C13;
}
.BgClassName
{
background-color: #BA8C13;
}
</style>
border-color css
<style>
span { border-color: #BA8C13; }
span { border-color: rgb(186,140,19); }
td.TdClassName
{
border-color: #BA8C13;
}
.TagClassName
{
border-color: #BA8C13;
}
</style>