Shades of Dark Goldenrod #BA9207
Tints of Dark Goldenrod #BA9207
RGB
CMYK
RGB Variations
Color information
#BA9207 (or 0xBA9207) is known color: Dark Goldenrod. HEX triplet: BA, 92 and 07. RGB value is (186,146,7). Sum of RGB (Red+Green+Blue) = 186+146+7=339 (44% of max value = 765). Red value is 186 (73.05% from 255 or 54.87% from 339); Green value is 146 (57.42% from 255 or 43.07% from 339); Blue value is 7 (3.12% from 255 or 2.06% from 339); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9207 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9207 is #456DF8. Grayscale: #8E8E8E. Windows color (decimal): -4550137 or 496314. OLE color: 496314.
HSL color Cylindrical-coordinate representation of color #BA9207: hue angle of 46.59º 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 #BA9207 is Cyan = 0, Magento = 0.22, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 146 | 7 | - |
| CMYK | 0 | 0.22 | 0.96 | 0.27 |
| HSL | 46.59º | 0.93% | 0.38% | - |
| HSV(B) | 46.59º | 0.96% | 0.73% | - |
| XYZ | 30.57 | 31.01 | 4.58 | - |
| YUV | 142.11 | 51.75 | 159.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 146 | 7 | 0 | 0.22 | 0.96 | 0.27 | 46.59 | 0.93 | 0.38 |
| Hex | BA | 92 | 7 | 0 | 16 | 60 | 1B | 2F | 5D | 26 |
| Octal | 272 | 222 | 7 | 0 | 26 | 140 | 33 | 57 | 135 | 46 |
| Binary | 10111010 | 10010010 | 111 | 0 | 10110 | 1100000 | 11011 | 101111 | 1011101 | 100110 |
Color Harmonies of #BA9207
Complementary color
Monochromatic Colors of #BA9207
Black with #BA9207
Text Example
Text Example
White with #BA9207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9207; }
p { color: rgb(186,146,7); }
H1.HeaderClassName
{
color: #BA9207;
}
.AnyTagClassName
{
color: #BA9207;
}
</style>
background-color css
<style>
a { background-color: #BA9207; }
a { background-color: rgb(186,146,7); }
div.DivClassName
{
background-color: #BA9207;
}
.BgClassName
{
background-color: #BA9207;
}
</style>
border-color css
<style>
span { border-color: #BA9207; }
span { border-color: rgb(186,146,7); }
td.TdClassName
{
border-color: #BA9207;
}
.TagClassName
{
border-color: #BA9207;
}
</style>