Shades of Dark Goldenrod #BA7802
Tints of Dark Goldenrod #BA7802
RGB
CMYK
RGB Variations
Color information
#BA7802 (or 0xBA7802) is known color: Dark Goldenrod. HEX triplet: BA, 78 and 02. RGB value is (186,120,2). Sum of RGB (Red+Green+Blue) = 186+120+2=308 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.39% from 308); Green value is 120 (47.27% from 255 or 38.96% from 308); Blue value is 2 (1.17% from 255 or 0.65% from 308); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7802 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7802 is #4587FD. Grayscale: #7E7E7E. Windows color (decimal): -4556798 or 161978. OLE color: 161978.
HSL color Cylindrical-coordinate representation of color #BA7802: hue angle of 38.48º 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 #BA7802 is Cyan = 0, Magento = 0.35, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 120 | 2 | - |
| CMYK | 0 | 0.35 | 0.99 | 0.27 |
| HSL | 38.48º | 0.98% | 0.37% | - |
| HSV(B) | 38.48º | 0.99% | 0.73% | - |
| XYZ | 26.98 | 23.88 | 3.24 | - |
| YUV | 126.28 | 57.87 | 170.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 120 | 2 | 0 | 0.35 | 0.99 | 0.27 | 38.48 | 0.98 | 0.37 |
| Hex | BA | 78 | 2 | 0 | 23 | 63 | 1B | 26 | 62 | 25 |
| Octal | 272 | 170 | 2 | 0 | 43 | 143 | 33 | 46 | 142 | 45 |
| Binary | 10111010 | 1111000 | 10 | 0 | 100011 | 1100011 | 11011 | 100110 | 1100010 | 100101 |
Color Harmonies of #BA7802
Complementary color
Monochromatic Colors of #BA7802
Black with #BA7802
Text Example
Text Example
White with #BA7802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7802; }
p { color: rgb(186,120,2); }
H1.HeaderClassName
{
color: #BA7802;
}
.AnyTagClassName
{
color: #BA7802;
}
</style>
background-color css
<style>
a { background-color: #BA7802; }
a { background-color: rgb(186,120,2); }
div.DivClassName
{
background-color: #BA7802;
}
.BgClassName
{
background-color: #BA7802;
}
</style>
border-color css
<style>
span { border-color: #BA7802; }
span { border-color: rgb(186,120,2); }
td.TdClassName
{
border-color: #BA7802;
}
.TagClassName
{
border-color: #BA7802;
}
</style>