Shades of Dark Goldenrod #BA9100
Tints of Dark Goldenrod #BA9100
RGB
CMYK
RGB Variations
Color information
#BA9100 (or 0xBA9100) is known color: Dark Goldenrod. HEX triplet: BA, 91 and 00. RGB value is (186,145,0). Sum of RGB (Red+Green+Blue) = 186+145+0=331 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.19% from 331); Green value is 145 (57.03% from 255 or 43.81% from 331); Blue value is 0 (0.39% from 255 or 0% from 331); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9100 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9100 is #456EFF. Grayscale: #8D8D8D. Windows color (decimal): -4550400 or 37306. OLE color: 37306.
HSL color Cylindrical-coordinate representation of color #BA9100: hue angle of 46.77º 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 #BA9100 is Cyan = 0, Magento = 0.22, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 145 | 0 | - |
| CMYK | 0 | 0.22 | 1 | 0.27 |
| HSL | 46.77º | 1% | 0.36% | - |
| HSV(B) | 46.77º | 1% | 0.73% | - |
| XYZ | 30.38 | 30.69 | 4.32 | - |
| YUV | 140.73 | 48.58 | 160.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 145 | 0 | 0 | 0.22 | 1 | 0.27 | 46.77 | 1 | 0.36 |
| Hex | BA | 91 | 0 | 0 | 16 | 64 | 1B | 2F | 64 | 24 |
| Octal | 272 | 221 | 0 | 0 | 26 | 144 | 33 | 57 | 144 | 44 |
| Binary | 10111010 | 10010001 | 0 | 0 | 10110 | 1100100 | 11011 | 101111 | 1100100 | 100100 |
Color Harmonies of #BA9100
Complementary color
Monochromatic Colors of #BA9100
Black with #BA9100
Text Example
Text Example
White with #BA9100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9100; }
p { color: rgb(186,145,0); }
H1.HeaderClassName
{
color: #BA9100;
}
.AnyTagClassName
{
color: #BA9100;
}
</style>
background-color css
<style>
a { background-color: #BA9100; }
a { background-color: rgb(186,145,0); }
div.DivClassName
{
background-color: #BA9100;
}
.BgClassName
{
background-color: #BA9100;
}
</style>
border-color css
<style>
span { border-color: #BA9100; }
span { border-color: rgb(186,145,0); }
td.TdClassName
{
border-color: #BA9100;
}
.TagClassName
{
border-color: #BA9100;
}
</style>