Shades of Dark Goldenrod #BA7503
Tints of Dark Goldenrod #BA7503
RGB
CMYK
RGB Variations
Color information
#BA7503 (or 0xBA7503) is known color: Dark Goldenrod. HEX triplet: BA, 75 and 03. RGB value is (186,117,3). Sum of RGB (Red+Green+Blue) = 186+117+3=306 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.78% from 306); Green value is 117 (46.09% from 255 or 38.24% from 306); Blue value is 3 (1.56% from 255 or 0.98% from 306); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7503 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7503 is #458AFC. Grayscale: #7D7D7D. Windows color (decimal): -4557565 or 226746. OLE color: 226746.
HSL color Cylindrical-coordinate representation of color #BA7503: hue angle of 37.38º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BA7503 is Cyan = 0, Magento = 0.37, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 117 | 3 | - |
| CMYK | 0 | 0.37 | 0.98 | 0.27 |
| HSL | 37.38º | 0.97% | 0.37% | - |
| HSV(B) | 37.38º | 0.98% | 0.73% | - |
| XYZ | 26.63 | 23.17 | 3.15 | - |
| YUV | 124.64 | 59.36 | 171.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 117 | 3 | 0 | 0.37 | 0.98 | 0.27 | 37.38 | 0.97 | 0.37 |
| Hex | BA | 75 | 3 | 0 | 25 | 62 | 1B | 25 | 61 | 25 |
| Octal | 272 | 165 | 3 | 0 | 45 | 142 | 33 | 45 | 141 | 45 |
| Binary | 10111010 | 1110101 | 11 | 0 | 100101 | 1100010 | 11011 | 100101 | 1100001 | 100101 |
Color Harmonies of #BA7503
Complementary color
Monochromatic Colors of #BA7503
Black with #BA7503
Text Example
Text Example
White with #BA7503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7503; }
p { color: rgb(186,117,3); }
H1.HeaderClassName
{
color: #BA7503;
}
.AnyTagClassName
{
color: #BA7503;
}
</style>
background-color css
<style>
a { background-color: #BA7503; }
a { background-color: rgb(186,117,3); }
div.DivClassName
{
background-color: #BA7503;
}
.BgClassName
{
background-color: #BA7503;
}
</style>
border-color css
<style>
span { border-color: #BA7503; }
span { border-color: rgb(186,117,3); }
td.TdClassName
{
border-color: #BA7503;
}
.TagClassName
{
border-color: #BA7503;
}
</style>