Shades of Dark Goldenrod #BA8D15
Tints of Dark Goldenrod #BA8D15
RGB
CMYK
RGB Variations
Color information
#BA8D15 (or 0xBA8D15) is known color: Dark Goldenrod. HEX triplet: BA, 8D and 15. RGB value is (186,141,21). Sum of RGB (Red+Green+Blue) = 186+141+21=348 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.45% from 348); Green value is 141 (55.47% from 255 or 40.52% from 348); Blue value is 21 (8.59% from 255 or 6.03% from 348); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8D15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8D15 is #4572EA. Grayscale: #8D8D8D. Windows color (decimal): -4551403 or 1412538. OLE color: 1412538.
HSL color Cylindrical-coordinate representation of color #BA8D15: hue angle of 43.64º 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 #BA8D15 is Cyan = 0, Magento = 0.24, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 141 | 21 | - |
| CMYK | 0 | 0.24 | 0.89 | 0.27 |
| HSL | 43.64º | 0.8% | 0.41% | - |
| HSV(B) | 43.64º | 0.89% | 0.73% | - |
| XYZ | 29.91 | 29.54 | 4.84 | - |
| YUV | 140.78 | 60.41 | 160.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 141 | 21 | 0 | 0.24 | 0.89 | 0.27 | 43.64 | 0.8 | 0.41 |
| Hex | BA | 8D | 15 | 0 | 18 | 59 | 1B | 2C | 50 | 29 |
| Octal | 272 | 215 | 25 | 0 | 30 | 131 | 33 | 54 | 120 | 51 |
| Binary | 10111010 | 10001101 | 10101 | 0 | 11000 | 1011001 | 11011 | 101100 | 1010000 | 101001 |
Color Harmonies of #BA8D15
Complementary color
Monochromatic Colors of #BA8D15
Black with #BA8D15
Text Example
Text Example
White with #BA8D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8D15; }
p { color: rgb(186,141,21); }
H1.HeaderClassName
{
color: #BA8D15;
}
.AnyTagClassName
{
color: #BA8D15;
}
</style>
background-color css
<style>
a { background-color: #BA8D15; }
a { background-color: rgb(186,141,21); }
div.DivClassName
{
background-color: #BA8D15;
}
.BgClassName
{
background-color: #BA8D15;
}
</style>
border-color css
<style>
span { border-color: #BA8D15; }
span { border-color: rgb(186,141,21); }
td.TdClassName
{
border-color: #BA8D15;
}
.TagClassName
{
border-color: #BA8D15;
}
</style>