Shades of Dark Goldenrod #BA8D02
Tints of Dark Goldenrod #BA8D02
RGB
CMYK
RGB Variations
Color information
#BA8D02 (or 0xBA8D02) is known color: Dark Goldenrod. HEX triplet: BA, 8D and 02. RGB value is (186,141,2). Sum of RGB (Red+Green+Blue) = 186+141+2=329 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.53% from 329); Green value is 141 (55.47% from 255 or 42.86% from 329); Blue value is 2 (1.17% from 255 or 0.61% from 329); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8D02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8D02 is #4572FD. Grayscale: #8B8B8B. Windows color (decimal): -4551422 or 167354. OLE color: 167354.
HSL color Cylindrical-coordinate representation of color #BA8D02: hue angle of 45.33º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BA8D02 is Cyan = 0, Magento = 0.24, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 141 | 2 | - |
| CMYK | 0 | 0.24 | 0.99 | 0.27 |
| HSL | 45.33º | 0.98% | 0.37% | - |
| HSV(B) | 45.33º | 0.99% | 0.73% | - |
| XYZ | 29.79 | 29.49 | 4.18 | - |
| YUV | 138.61 | 50.91 | 161.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 141 | 2 | 0 | 0.24 | 0.99 | 0.27 | 45.33 | 0.98 | 0.37 |
| Hex | BA | 8D | 2 | 0 | 18 | 63 | 1B | 2D | 62 | 25 |
| Octal | 272 | 215 | 2 | 0 | 30 | 143 | 33 | 55 | 142 | 45 |
| Binary | 10111010 | 10001101 | 10 | 0 | 11000 | 1100011 | 11011 | 101101 | 1100010 | 100101 |
Color Harmonies of #BA8D02
Complementary color
Monochromatic Colors of #BA8D02
Black with #BA8D02
Text Example
Text Example
White with #BA8D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8D02; }
p { color: rgb(186,141,2); }
H1.HeaderClassName
{
color: #BA8D02;
}
.AnyTagClassName
{
color: #BA8D02;
}
</style>
background-color css
<style>
a { background-color: #BA8D02; }
a { background-color: rgb(186,141,2); }
div.DivClassName
{
background-color: #BA8D02;
}
.BgClassName
{
background-color: #BA8D02;
}
</style>
border-color css
<style>
span { border-color: #BA8D02; }
span { border-color: rgb(186,141,2); }
td.TdClassName
{
border-color: #BA8D02;
}
.TagClassName
{
border-color: #BA8D02;
}
</style>