Shades of Dark Goldenrod #BA7403
Tints of Dark Goldenrod #BA7403
RGB
CMYK
RGB Variations
Color information
#BA7403 (or 0xBA7403) is known color: Dark Goldenrod. HEX triplet: BA, 74 and 03. RGB value is (186,116,3). Sum of RGB (Red+Green+Blue) = 186+116+3=305 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.98% from 305); Green value is 116 (45.70% from 255 or 38.03% from 305); Blue value is 3 (1.56% from 255 or 0.98% from 305); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7403 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7403 is #458BFC. Grayscale: #7C7C7C. Windows color (decimal): -4557821 or 226490. OLE color: 226490.
HSL color Cylindrical-coordinate representation of color #BA7403: hue angle of 37.05º 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 #BA7403 is Cyan = 0, Magento = 0.38, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 116 | 3 | - |
| CMYK | 0 | 0.38 | 0.98 | 0.27 |
| HSL | 37.05º | 0.97% | 0.37% | - |
| HSV(B) | 37.05º | 0.98% | 0.73% | - |
| XYZ | 26.51 | 22.94 | 3.12 | - |
| YUV | 124.05 | 59.69 | 172.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 116 | 3 | 0 | 0.38 | 0.98 | 0.27 | 37.05 | 0.97 | 0.37 |
| Hex | BA | 74 | 3 | 0 | 26 | 62 | 1B | 25 | 61 | 25 |
| Octal | 272 | 164 | 3 | 0 | 46 | 142 | 33 | 45 | 141 | 45 |
| Binary | 10111010 | 1110100 | 11 | 0 | 100110 | 1100010 | 11011 | 100101 | 1100001 | 100101 |
Color Harmonies of #BA7403
Complementary color
Monochromatic Colors of #BA7403
Black with #BA7403
Text Example
Text Example
White with #BA7403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7403; }
p { color: rgb(186,116,3); }
H1.HeaderClassName
{
color: #BA7403;
}
.AnyTagClassName
{
color: #BA7403;
}
</style>
background-color css
<style>
a { background-color: #BA7403; }
a { background-color: rgb(186,116,3); }
div.DivClassName
{
background-color: #BA7403;
}
.BgClassName
{
background-color: #BA7403;
}
</style>
border-color css
<style>
span { border-color: #BA7403; }
span { border-color: rgb(186,116,3); }
td.TdClassName
{
border-color: #BA7403;
}
.TagClassName
{
border-color: #BA7403;
}
</style>