Shades of Dark Goldenrod #BA9507
Tints of Dark Goldenrod #BA9507
RGB
CMYK
RGB Variations
Color information
#BA9507 (or 0xBA9507) is known color: Dark Goldenrod. HEX triplet: BA, 95 and 07. RGB value is (186,149,7). Sum of RGB (Red+Green+Blue) = 186+149+7=342 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.39% from 342); Green value is 149 (58.59% from 255 or 43.57% from 342); Blue value is 7 (3.12% from 255 or 2.05% from 342); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9507 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9507 is #456AF8. Grayscale: #909090. Windows color (decimal): -4549369 or 497082. OLE color: 497082.
HSL color Cylindrical-coordinate representation of color #BA9507: hue angle of 47.6º 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 #BA9507 is Cyan = 0, Magento = 0.20, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 149 | 7 | - |
| CMYK | 0 | 0.20 | 0.96 | 0.27 |
| HSL | 47.6º | 0.93% | 0.38% | - |
| HSV(B) | 47.6º | 0.96% | 0.73% | - |
| XYZ | 31.04 | 31.95 | 4.73 | - |
| YUV | 143.88 | 50.76 | 158.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 149 | 7 | 0 | 0.20 | 0.96 | 0.27 | 47.6 | 0.93 | 0.38 |
| Hex | BA | 95 | 7 | 0 | 14 | 60 | 1B | 30 | 5D | 26 |
| Octal | 272 | 225 | 7 | 0 | 24 | 140 | 33 | 60 | 135 | 46 |
| Binary | 10111010 | 10010101 | 111 | 0 | 10100 | 1100000 | 11011 | 110000 | 1011101 | 100110 |
Color Harmonies of #BA9507
Complementary color
Monochromatic Colors of #BA9507
Black with #BA9507
Text Example
Text Example
White with #BA9507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9507; }
p { color: rgb(186,149,7); }
H1.HeaderClassName
{
color: #BA9507;
}
.AnyTagClassName
{
color: #BA9507;
}
</style>
background-color css
<style>
a { background-color: #BA9507; }
a { background-color: rgb(186,149,7); }
div.DivClassName
{
background-color: #BA9507;
}
.BgClassName
{
background-color: #BA9507;
}
</style>
border-color css
<style>
span { border-color: #BA9507; }
span { border-color: rgb(186,149,7); }
td.TdClassName
{
border-color: #BA9507;
}
.TagClassName
{
border-color: #BA9507;
}
</style>