Shades of Dark Goldenrod #BA8D00
Tints of Dark Goldenrod #BA8D00
RGB
CMYK
RGB Variations
Color information
#BA8D00 (or 0xBA8D00) is known color: Dark Goldenrod. HEX triplet: BA, 8D and 00. RGB value is (186,141,0). Sum of RGB (Red+Green+Blue) = 186+141+0=327 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.88% from 327); Green value is 141 (55.47% from 255 or 43.12% from 327); Blue value is 0 (0.39% from 255 or 0% from 327); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8D00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8D00 is #4572FF. Grayscale: #8A8A8A. Windows color (decimal): -4551424 or 36282. OLE color: 36282.
HSL color Cylindrical-coordinate representation of color #BA8D00: hue angle of 45.48º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BA8D00 is Cyan = 0, Magento = 0.24, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 141 | 0 | - |
| CMYK | 0 | 0.24 | 1 | 0.27 |
| HSL | 45.48º | 1% | 0.36% | - |
| HSV(B) | 45.48º | 1% | 0.73% | - |
| XYZ | 29.77 | 29.49 | 4.12 | - |
| YUV | 138.38 | 49.91 | 161.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 141 | 0 | 0 | 0.24 | 1 | 0.27 | 45.48 | 1 | 0.36 |
| Hex | BA | 8D | 0 | 0 | 18 | 64 | 1B | 2D | 64 | 24 |
| Octal | 272 | 215 | 0 | 0 | 30 | 144 | 33 | 55 | 144 | 44 |
| Binary | 10111010 | 10001101 | 0 | 0 | 11000 | 1100100 | 11011 | 101101 | 1100100 | 100100 |
Color Harmonies of #BA8D00
Complementary color
Monochromatic Colors of #BA8D00
Black with #BA8D00
Text Example
Text Example
White with #BA8D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8D00; }
p { color: rgb(186,141,0); }
H1.HeaderClassName
{
color: #BA8D00;
}
.AnyTagClassName
{
color: #BA8D00;
}
</style>
background-color css
<style>
a { background-color: #BA8D00; }
a { background-color: rgb(186,141,0); }
div.DivClassName
{
background-color: #BA8D00;
}
.BgClassName
{
background-color: #BA8D00;
}
</style>
border-color css
<style>
span { border-color: #BA8D00; }
span { border-color: rgb(186,141,0); }
td.TdClassName
{
border-color: #BA8D00;
}
.TagClassName
{
border-color: #BA8D00;
}
</style>