Shades of Dark Goldenrod #BA7500
Tints of Dark Goldenrod #BA7500
RGB
CMYK
RGB Variations
Color information
#BA7500 (or 0xBA7500) is known color: Dark Goldenrod. HEX triplet: BA, 75 and 00. RGB value is (186,117,0). Sum of RGB (Red+Green+Blue) = 186+117+0=303 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.39% from 303); Green value is 117 (46.09% from 255 or 38.61% from 303); Blue value is 0 (0.39% from 255 or 0% from 303); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7500 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7500 is #458AFF. Grayscale: #7C7C7C. Windows color (decimal): -4557568 or 30138. OLE color: 30138.
HSL color Cylindrical-coordinate representation of color #BA7500: hue angle of 37.74º 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 #BA7500 is Cyan = 0, Magento = 0.37, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 117 | 0 | - |
| CMYK | 0 | 0.37 | 1 | 0.27 |
| HSL | 37.74º | 1% | 0.36% | - |
| HSV(B) | 37.74º | 1% | 0.73% | - |
| XYZ | 26.61 | 23.16 | 3.07 | - |
| YUV | 124.29 | 57.86 | 172.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 117 | 0 | 0 | 0.37 | 1 | 0.27 | 37.74 | 1 | 0.36 |
| Hex | BA | 75 | 0 | 0 | 25 | 64 | 1B | 26 | 64 | 24 |
| Octal | 272 | 165 | 0 | 0 | 45 | 144 | 33 | 46 | 144 | 44 |
| Binary | 10111010 | 1110101 | 0 | 0 | 100101 | 1100100 | 11011 | 100110 | 1100100 | 100100 |
Color Harmonies of #BA7500
Complementary color
Monochromatic Colors of #BA7500
Black with #BA7500
Text Example
Text Example
White with #BA7500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7500; }
p { color: rgb(186,117,0); }
H1.HeaderClassName
{
color: #BA7500;
}
.AnyTagClassName
{
color: #BA7500;
}
</style>
background-color css
<style>
a { background-color: #BA7500; }
a { background-color: rgb(186,117,0); }
div.DivClassName
{
background-color: #BA7500;
}
.BgClassName
{
background-color: #BA7500;
}
</style>
border-color css
<style>
span { border-color: #BA7500; }
span { border-color: rgb(186,117,0); }
td.TdClassName
{
border-color: #BA7500;
}
.TagClassName
{
border-color: #BA7500;
}
</style>