Shades of Dark Goldenrod #BA7603
Tints of Dark Goldenrod #BA7603
RGB
CMYK
RGB Variations
Color information
#BA7603 (or 0xBA7603) is known color: Dark Goldenrod. HEX triplet: BA, 76 and 03. RGB value is (186,118,3). Sum of RGB (Red+Green+Blue) = 186+118+3=307 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.59% from 307); Green value is 118 (46.48% from 255 or 38.44% from 307); Blue value is 3 (1.56% from 255 or 0.98% from 307); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7603 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7603 is #4589FC. Grayscale: #7D7D7D. Windows color (decimal): -4557309 or 227002. OLE color: 227002.
HSL color Cylindrical-coordinate representation of color #BA7603: hue angle of 37.7º 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 #BA7603 is Cyan = 0, Magento = 0.37, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 118 | 3 | - |
| CMYK | 0 | 0.37 | 0.98 | 0.27 |
| HSL | 37.7º | 0.97% | 0.37% | - |
| HSV(B) | 37.7º | 0.98% | 0.73% | - |
| XYZ | 26.74 | 23.4 | 3.19 | - |
| YUV | 125.22 | 59.03 | 171.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 118 | 3 | 0 | 0.37 | 0.98 | 0.27 | 37.7 | 0.97 | 0.37 |
| Hex | BA | 76 | 3 | 0 | 25 | 62 | 1B | 26 | 61 | 25 |
| Octal | 272 | 166 | 3 | 0 | 45 | 142 | 33 | 46 | 141 | 45 |
| Binary | 10111010 | 1110110 | 11 | 0 | 100101 | 1100010 | 11011 | 100110 | 1100001 | 100101 |
Color Harmonies of #BA7603
Complementary color
Monochromatic Colors of #BA7603
Black with #BA7603
Text Example
Text Example
White with #BA7603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7603; }
p { color: rgb(186,118,3); }
H1.HeaderClassName
{
color: #BA7603;
}
.AnyTagClassName
{
color: #BA7603;
}
</style>
background-color css
<style>
a { background-color: #BA7603; }
a { background-color: rgb(186,118,3); }
div.DivClassName
{
background-color: #BA7603;
}
.BgClassName
{
background-color: #BA7603;
}
</style>
border-color css
<style>
span { border-color: #BA7603; }
span { border-color: rgb(186,118,3); }
td.TdClassName
{
border-color: #BA7603;
}
.TagClassName
{
border-color: #BA7603;
}
</style>