Shades of Dark Goldenrod #BA9707
Tints of Dark Goldenrod #BA9707
RGB
CMYK
RGB Variations
Color information
#BA9707 (or 0xBA9707) is known color: Dark Goldenrod. HEX triplet: BA, 97 and 07. RGB value is (186,151,7). Sum of RGB (Red+Green+Blue) = 186+151+7=344 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.07% from 344); Green value is 151 (59.38% from 255 or 43.90% from 344); Blue value is 7 (3.12% from 255 or 2.03% from 344); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9707 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9707 is #4568F8. Grayscale: #919191. Windows color (decimal): -4548857 or 497594. OLE color: 497594.
HSL color Cylindrical-coordinate representation of color #BA9707: hue angle of 48.27º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BA9707 is Cyan = 0, Magento = 0.19, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 151 | 7 | - |
| CMYK | 0 | 0.19 | 0.96 | 0.27 |
| HSL | 48.27º | 0.93% | 0.38% | - |
| HSV(B) | 48.27º | 0.96% | 0.73% | - |
| XYZ | 31.35 | 32.59 | 4.84 | - |
| YUV | 145.05 | 50.1 | 157.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 151 | 7 | 0 | 0.19 | 0.96 | 0.27 | 48.27 | 0.93 | 0.38 |
| Hex | BA | 97 | 7 | 0 | 13 | 60 | 1B | 30 | 5D | 26 |
| Octal | 272 | 227 | 7 | 0 | 23 | 140 | 33 | 60 | 135 | 46 |
| Binary | 10111010 | 10010111 | 111 | 0 | 10011 | 1100000 | 11011 | 110000 | 1011101 | 100110 |
Color Harmonies of #BA9707
Complementary color
Monochromatic Colors of #BA9707
Black with #BA9707
Text Example
Text Example
White with #BA9707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9707; }
p { color: rgb(186,151,7); }
H1.HeaderClassName
{
color: #BA9707;
}
.AnyTagClassName
{
color: #BA9707;
}
</style>
background-color css
<style>
a { background-color: #BA9707; }
a { background-color: rgb(186,151,7); }
div.DivClassName
{
background-color: #BA9707;
}
.BgClassName
{
background-color: #BA9707;
}
</style>
border-color css
<style>
span { border-color: #BA9707; }
span { border-color: rgb(186,151,7); }
td.TdClassName
{
border-color: #BA9707;
}
.TagClassName
{
border-color: #BA9707;
}
</style>