Shades of Dark Goldenrod #BA7509
Tints of Dark Goldenrod #BA7509
RGB
CMYK
RGB Variations
Color information
#BA7509 (or 0xBA7509) is known color: Dark Goldenrod. HEX triplet: BA, 75 and 09. RGB value is (186,117,9). Sum of RGB (Red+Green+Blue) = 186+117+9=312 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.62% from 312); Green value is 117 (46.09% from 255 or 37.5% from 312); Blue value is 9 (3.91% from 255 or 2.88% from 312); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7509 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7509 is #458AF6. Grayscale: #7D7D7D. Windows color (decimal): -4557559 or 619962. OLE color: 619962.
HSL color Cylindrical-coordinate representation of color #BA7509: hue angle of 36.61º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BA7509 is Cyan = 0, Magento = 0.37, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 117 | 9 | - |
| CMYK | 0 | 0.37 | 0.95 | 0.27 |
| HSL | 36.61º | 0.91% | 0.38% | - |
| HSV(B) | 36.61º | 0.95% | 0.73% | - |
| XYZ | 26.66 | 23.18 | 3.33 | - |
| YUV | 125.32 | 62.36 | 171.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 117 | 9 | 0 | 0.37 | 0.95 | 0.27 | 36.61 | 0.91 | 0.38 |
| Hex | BA | 75 | 9 | 0 | 25 | 5F | 1B | 25 | 5B | 26 |
| Octal | 272 | 165 | 11 | 0 | 45 | 137 | 33 | 45 | 133 | 46 |
| Binary | 10111010 | 1110101 | 1001 | 0 | 100101 | 1011111 | 11011 | 100101 | 1011011 | 100110 |
Color Harmonies of #BA7509
Complementary color
Monochromatic Colors of #BA7509
Black with #BA7509
Text Example
Text Example
White with #BA7509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7509; }
p { color: rgb(186,117,9); }
H1.HeaderClassName
{
color: #BA7509;
}
.AnyTagClassName
{
color: #BA7509;
}
</style>
background-color css
<style>
a { background-color: #BA7509; }
a { background-color: rgb(186,117,9); }
div.DivClassName
{
background-color: #BA7509;
}
.BgClassName
{
background-color: #BA7509;
}
</style>
border-color css
<style>
span { border-color: #BA7509; }
span { border-color: rgb(186,117,9); }
td.TdClassName
{
border-color: #BA7509;
}
.TagClassName
{
border-color: #BA7509;
}
</style>