Shades of Dark Goldenrod #BA8502
Tints of Dark Goldenrod #BA8502
RGB
CMYK
RGB Variations
Color information
#BA8502 (or 0xBA8502) is known color: Dark Goldenrod. HEX triplet: BA, 85 and 02. RGB value is (186,133,2). Sum of RGB (Red+Green+Blue) = 186+133+2=321 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.94% from 321); Green value is 133 (52.34% from 255 or 41.43% from 321); Blue value is 2 (1.17% from 255 or 0.62% from 321); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8502 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8502 is #457AFD. Grayscale: #868686. Windows color (decimal): -4553470 or 165306. OLE color: 165306.
HSL color Cylindrical-coordinate representation of color #BA8502: hue angle of 42.72º 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 #BA8502 is Cyan = 0, Magento = 0.28, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 133 | 2 | - |
| CMYK | 0 | 0.28 | 0.99 | 0.27 |
| HSL | 42.72º | 0.98% | 0.37% | - |
| HSV(B) | 42.72º | 0.99% | 0.73% | - |
| XYZ | 28.65 | 27.22 | 3.8 | - |
| YUV | 133.91 | 53.56 | 165.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 133 | 2 | 0 | 0.28 | 0.99 | 0.27 | 42.72 | 0.98 | 0.37 |
| Hex | BA | 85 | 2 | 0 | 1C | 63 | 1B | 2B | 62 | 25 |
| Octal | 272 | 205 | 2 | 0 | 34 | 143 | 33 | 53 | 142 | 45 |
| Binary | 10111010 | 10000101 | 10 | 0 | 11100 | 1100011 | 11011 | 101011 | 1100010 | 100101 |
Color Harmonies of #BA8502
Complementary color
Monochromatic Colors of #BA8502
Black with #BA8502
Text Example
Text Example
White with #BA8502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8502; }
p { color: rgb(186,133,2); }
H1.HeaderClassName
{
color: #BA8502;
}
.AnyTagClassName
{
color: #BA8502;
}
</style>
background-color css
<style>
a { background-color: #BA8502; }
a { background-color: rgb(186,133,2); }
div.DivClassName
{
background-color: #BA8502;
}
.BgClassName
{
background-color: #BA8502;
}
</style>
border-color css
<style>
span { border-color: #BA8502; }
span { border-color: rgb(186,133,2); }
td.TdClassName
{
border-color: #BA8502;
}
.TagClassName
{
border-color: #BA8502;
}
</style>