Shades of Dark Goldenrod #BA8D11
Tints of Dark Goldenrod #BA8D11
RGB
CMYK
RGB Variations
Color information
#BA8D11 (or 0xBA8D11) is known color: Dark Goldenrod. HEX triplet: BA, 8D and 11. RGB value is (186,141,17). Sum of RGB (Red+Green+Blue) = 186+141+17=344 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.07% from 344); Green value is 141 (55.47% from 255 or 40.99% from 344); Blue value is 17 (7.03% from 255 or 4.94% from 344); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8D11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8D11 is #4572EE. Grayscale: #8C8C8C. Windows color (decimal): -4551407 or 1150394. OLE color: 1150394.
HSL color Cylindrical-coordinate representation of color #BA8D11: hue angle of 44.02º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA8D11 is Cyan = 0, Magento = 0.24, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 141 | 17 | - |
| CMYK | 0 | 0.24 | 0.91 | 0.27 |
| HSL | 44.02º | 0.83% | 0.4% | - |
| HSV(B) | 44.02º | 0.91% | 0.73% | - |
| XYZ | 29.88 | 29.53 | 4.66 | - |
| YUV | 140.32 | 58.41 | 160.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 141 | 17 | 0 | 0.24 | 0.91 | 0.27 | 44.02 | 0.83 | 0.4 |
| Hex | BA | 8D | 11 | 0 | 18 | 5B | 1B | 2C | 53 | 28 |
| Octal | 272 | 215 | 21 | 0 | 30 | 133 | 33 | 54 | 123 | 50 |
| Binary | 10111010 | 10001101 | 10001 | 0 | 11000 | 1011011 | 11011 | 101100 | 1010011 | 101000 |
Color Harmonies of #BA8D11
Complementary color
Monochromatic Colors of #BA8D11
Black with #BA8D11
Text Example
Text Example
White with #BA8D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8D11; }
p { color: rgb(186,141,17); }
H1.HeaderClassName
{
color: #BA8D11;
}
.AnyTagClassName
{
color: #BA8D11;
}
</style>
background-color css
<style>
a { background-color: #BA8D11; }
a { background-color: rgb(186,141,17); }
div.DivClassName
{
background-color: #BA8D11;
}
.BgClassName
{
background-color: #BA8D11;
}
</style>
border-color css
<style>
span { border-color: #BA8D11; }
span { border-color: rgb(186,141,17); }
td.TdClassName
{
border-color: #BA8D11;
}
.TagClassName
{
border-color: #BA8D11;
}
</style>