Shades of Dark Goldenrod #BA7002
Tints of Dark Goldenrod #BA7002
RGB
CMYK
RGB Variations
Color information
#BA7002 (or 0xBA7002) is known color: Dark Goldenrod. HEX triplet: BA, 70 and 02. RGB value is (186,112,2). Sum of RGB (Red+Green+Blue) = 186+112+2=300 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62% from 300); Green value is 112 (44.14% from 255 or 37.33% from 300); Blue value is 2 (1.17% from 255 or 0.67% from 300); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7002 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7002 is #458FFD. Grayscale: #7A7A7A. Windows color (decimal): -4558846 or 159930. OLE color: 159930.
HSL color Cylindrical-coordinate representation of color #BA7002: hue angle of 35.87º 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 #BA7002 is Cyan = 0, Magento = 0.40, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 112 | 2 | - |
| CMYK | 0 | 0.40 | 0.99 | 0.27 |
| HSL | 35.87º | 0.98% | 0.37% | - |
| HSV(B) | 35.87º | 0.99% | 0.73% | - |
| XYZ | 26.05 | 22.03 | 2.94 | - |
| YUV | 121.59 | 60.52 | 173.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 112 | 2 | 0 | 0.40 | 0.99 | 0.27 | 35.87 | 0.98 | 0.37 |
| Hex | BA | 70 | 2 | 0 | 28 | 63 | 1B | 24 | 62 | 25 |
| Octal | 272 | 160 | 2 | 0 | 50 | 143 | 33 | 44 | 142 | 45 |
| Binary | 10111010 | 1110000 | 10 | 0 | 101000 | 1100011 | 11011 | 100100 | 1100010 | 100101 |
Color Harmonies of #BA7002
Complementary color
Monochromatic Colors of #BA7002
Black with #BA7002
Text Example
Text Example
White with #BA7002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7002; }
p { color: rgb(186,112,2); }
H1.HeaderClassName
{
color: #BA7002;
}
.AnyTagClassName
{
color: #BA7002;
}
</style>
background-color css
<style>
a { background-color: #BA7002; }
a { background-color: rgb(186,112,2); }
div.DivClassName
{
background-color: #BA7002;
}
.BgClassName
{
background-color: #BA7002;
}
</style>
border-color css
<style>
span { border-color: #BA7002; }
span { border-color: rgb(186,112,2); }
td.TdClassName
{
border-color: #BA7002;
}
.TagClassName
{
border-color: #BA7002;
}
</style>