Shades of Dark Goldenrod #BA7502
Tints of Dark Goldenrod #BA7502
RGB
CMYK
RGB Variations
Color information
#BA7502 (or 0xBA7502) is known color: Dark Goldenrod. HEX triplet: BA, 75 and 02. RGB value is (186,117,2). Sum of RGB (Red+Green+Blue) = 186+117+2=305 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.98% from 305); Green value is 117 (46.09% from 255 or 38.36% from 305); Blue value is 2 (1.17% from 255 or 0.66% from 305); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7502 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7502 is #458AFD. Grayscale: #7D7D7D. Windows color (decimal): -4557566 or 161210. OLE color: 161210.
HSL color Cylindrical-coordinate representation of color #BA7502: hue angle of 37.5º 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 #BA7502 is Cyan = 0, Magento = 0.37, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 117 | 2 | - |
| CMYK | 0 | 0.37 | 0.99 | 0.27 |
| HSL | 37.5º | 0.98% | 0.37% | - |
| HSV(B) | 37.5º | 0.99% | 0.73% | - |
| XYZ | 26.62 | 23.17 | 3.13 | - |
| YUV | 124.52 | 58.86 | 171.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 117 | 2 | 0 | 0.37 | 0.99 | 0.27 | 37.5 | 0.98 | 0.37 |
| Hex | BA | 75 | 2 | 0 | 25 | 63 | 1B | 26 | 62 | 25 |
| Octal | 272 | 165 | 2 | 0 | 45 | 143 | 33 | 46 | 142 | 45 |
| Binary | 10111010 | 1110101 | 10 | 0 | 100101 | 1100011 | 11011 | 100110 | 1100010 | 100101 |
Color Harmonies of #BA7502
Complementary color
Monochromatic Colors of #BA7502
Black with #BA7502
Text Example
Text Example
White with #BA7502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7502; }
p { color: rgb(186,117,2); }
H1.HeaderClassName
{
color: #BA7502;
}
.AnyTagClassName
{
color: #BA7502;
}
</style>
background-color css
<style>
a { background-color: #BA7502; }
a { background-color: rgb(186,117,2); }
div.DivClassName
{
background-color: #BA7502;
}
.BgClassName
{
background-color: #BA7502;
}
</style>
border-color css
<style>
span { border-color: #BA7502; }
span { border-color: rgb(186,117,2); }
td.TdClassName
{
border-color: #BA7502;
}
.TagClassName
{
border-color: #BA7502;
}
</style>