Shades of Dark Goldenrod #BA7300
Tints of Dark Goldenrod #BA7300
RGB
CMYK
RGB Variations
Color information
#BA7300 (or 0xBA7300) is known color: Dark Goldenrod. HEX triplet: BA, 73 and 00. RGB value is (186,115,0). Sum of RGB (Red+Green+Blue) = 186+115+0=301 (39% of max value = 765). Red value is 186 (73.05% from 255 or 61.79% from 301); Green value is 115 (45.31% from 255 or 38.21% from 301); Blue value is 0 (0.39% from 255 or 0% from 301); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7300 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7300 is #458CFF. Grayscale: #7B7B7B. Windows color (decimal): -4558080 or 29626. OLE color: 29626.
HSL color Cylindrical-coordinate representation of color #BA7300: hue angle of 37.1º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BA7300 is Cyan = 0, Magento = 0.38, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 115 | 0 | - |
| CMYK | 0 | 0.38 | 1 | 0.27 |
| HSL | 37.1º | 1% | 0.36% | - |
| HSV(B) | 37.1º | 1% | 0.73% | - |
| XYZ | 26.38 | 22.7 | 2.99 | - |
| YUV | 123.12 | 58.52 | 172.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 115 | 0 | 0 | 0.38 | 1 | 0.27 | 37.1 | 1 | 0.36 |
| Hex | BA | 73 | 0 | 0 | 26 | 64 | 1B | 25 | 64 | 24 |
| Octal | 272 | 163 | 0 | 0 | 46 | 144 | 33 | 45 | 144 | 44 |
| Binary | 10111010 | 1110011 | 0 | 0 | 100110 | 1100100 | 11011 | 100101 | 1100100 | 100100 |
Color Harmonies of #BA7300
Complementary color
Monochromatic Colors of #BA7300
Black with #BA7300
Text Example
Text Example
White with #BA7300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7300; }
p { color: rgb(186,115,0); }
H1.HeaderClassName
{
color: #BA7300;
}
.AnyTagClassName
{
color: #BA7300;
}
</style>
background-color css
<style>
a { background-color: #BA7300; }
a { background-color: rgb(186,115,0); }
div.DivClassName
{
background-color: #BA7300;
}
.BgClassName
{
background-color: #BA7300;
}
</style>
border-color css
<style>
span { border-color: #BA7300; }
span { border-color: rgb(186,115,0); }
td.TdClassName
{
border-color: #BA7300;
}
.TagClassName
{
border-color: #BA7300;
}
</style>