Shades of Dark Goldenrod #BA8D13
Tints of Dark Goldenrod #BA8D13
RGB
CMYK
RGB Variations
Color information
#BA8D13 (or 0xBA8D13) is known color: Dark Goldenrod. HEX triplet: BA, 8D and 13. RGB value is (186,141,19). Sum of RGB (Red+Green+Blue) = 186+141+19=346 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.76% from 346); Green value is 141 (55.47% from 255 or 40.75% from 346); Blue value is 19 (7.81% from 255 or 5.49% from 346); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8D13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8D13 is #4572EC. Grayscale: #8D8D8D. Windows color (decimal): -4551405 or 1281466. OLE color: 1281466.
HSL color Cylindrical-coordinate representation of color #BA8D13: hue angle of 43.83º 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 #BA8D13 is Cyan = 0, Magento = 0.24, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 141 | 19 | - |
| CMYK | 0 | 0.24 | 0.90 | 0.27 |
| HSL | 43.83º | 0.81% | 0.4% | - |
| HSV(B) | 43.83º | 0.9% | 0.73% | - |
| XYZ | 29.89 | 29.54 | 4.74 | - |
| YUV | 140.55 | 59.41 | 160.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 141 | 19 | 0 | 0.24 | 0.90 | 0.27 | 43.83 | 0.81 | 0.4 |
| Hex | BA | 8D | 13 | 0 | 18 | 5A | 1B | 2C | 51 | 28 |
| Octal | 272 | 215 | 23 | 0 | 30 | 132 | 33 | 54 | 121 | 50 |
| Binary | 10111010 | 10001101 | 10011 | 0 | 11000 | 1011010 | 11011 | 101100 | 1010001 | 101000 |
Color Harmonies of #BA8D13
Complementary color
Monochromatic Colors of #BA8D13
Black with #BA8D13
Text Example
Text Example
White with #BA8D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8D13; }
p { color: rgb(186,141,19); }
H1.HeaderClassName
{
color: #BA8D13;
}
.AnyTagClassName
{
color: #BA8D13;
}
</style>
background-color css
<style>
a { background-color: #BA8D13; }
a { background-color: rgb(186,141,19); }
div.DivClassName
{
background-color: #BA8D13;
}
.BgClassName
{
background-color: #BA8D13;
}
</style>
border-color css
<style>
span { border-color: #BA8D13; }
span { border-color: rgb(186,141,19); }
td.TdClassName
{
border-color: #BA8D13;
}
.TagClassName
{
border-color: #BA8D13;
}
</style>