Shades of Dark Goldenrod #BA7304
Tints of Dark Goldenrod #BA7304
RGB
CMYK
RGB Variations
Color information
#BA7304 (or 0xBA7304) is known color: Dark Goldenrod. HEX triplet: BA, 73 and 04. RGB value is (186,115,4). Sum of RGB (Red+Green+Blue) = 186+115+4=305 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.98% from 305); Green value is 115 (45.31% from 255 or 37.70% from 305); Blue value is 4 (1.95% from 255 or 1.31% from 305); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7304 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7304 is #458CFB. Grayscale: #7C7C7C. Windows color (decimal): -4558076 or 291770. OLE color: 291770.
HSL color Cylindrical-coordinate representation of color #BA7304: hue angle of 36.59º degrees, saturation: 0.96, 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 #BA7304 is Cyan = 0, Magento = 0.38, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 115 | 4 | - |
| CMYK | 0 | 0.38 | 0.98 | 0.27 |
| HSL | 36.59º | 0.96% | 0.37% | - |
| HSV(B) | 36.59º | 0.98% | 0.73% | - |
| XYZ | 26.4 | 22.71 | 3.11 | - |
| YUV | 123.58 | 60.52 | 172.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 115 | 4 | 0 | 0.38 | 0.98 | 0.27 | 36.59 | 0.96 | 0.37 |
| Hex | BA | 73 | 4 | 0 | 26 | 62 | 1B | 25 | 60 | 25 |
| Octal | 272 | 163 | 4 | 0 | 46 | 142 | 33 | 45 | 140 | 45 |
| Binary | 10111010 | 1110011 | 100 | 0 | 100110 | 1100010 | 11011 | 100101 | 1100000 | 100101 |
Color Harmonies of #BA7304
Complementary color
Monochromatic Colors of #BA7304
Black with #BA7304
Text Example
Text Example
White with #BA7304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7304; }
p { color: rgb(186,115,4); }
H1.HeaderClassName
{
color: #BA7304;
}
.AnyTagClassName
{
color: #BA7304;
}
</style>
background-color css
<style>
a { background-color: #BA7304; }
a { background-color: rgb(186,115,4); }
div.DivClassName
{
background-color: #BA7304;
}
.BgClassName
{
background-color: #BA7304;
}
</style>
border-color css
<style>
span { border-color: #BA7304; }
span { border-color: rgb(186,115,4); }
td.TdClassName
{
border-color: #BA7304;
}
.TagClassName
{
border-color: #BA7304;
}
</style>