Shades of Dark Goldenrod #BA9109
Tints of Dark Goldenrod #BA9109
RGB
CMYK
RGB Variations
Color information
#BA9109 (or 0xBA9109) is known color: Dark Goldenrod. HEX triplet: BA, 91 and 09. RGB value is (186,145,9). Sum of RGB (Red+Green+Blue) = 186+145+9=340 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.71% from 340); Green value is 145 (57.03% from 255 or 42.65% from 340); Blue value is 9 (3.91% from 255 or 2.65% from 340); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9109 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9109 is #456EF6. Grayscale: #8E8E8E. Windows color (decimal): -4550391 or 627130. OLE color: 627130.
HSL color Cylindrical-coordinate representation of color #BA9109: hue angle of 46.1º 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 #BA9109 is Cyan = 0, Magento = 0.22, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 145 | 9 | - |
| CMYK | 0 | 0.22 | 0.95 | 0.27 |
| HSL | 46.1º | 0.91% | 0.38% | - |
| HSV(B) | 46.1º | 0.95% | 0.73% | - |
| XYZ | 30.42 | 30.71 | 4.58 | - |
| YUV | 141.76 | 53.08 | 159.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 145 | 9 | 0 | 0.22 | 0.95 | 0.27 | 46.1 | 0.91 | 0.38 |
| Hex | BA | 91 | 9 | 0 | 16 | 5F | 1B | 2E | 5B | 26 |
| Octal | 272 | 221 | 11 | 0 | 26 | 137 | 33 | 56 | 133 | 46 |
| Binary | 10111010 | 10010001 | 1001 | 0 | 10110 | 1011111 | 11011 | 101110 | 1011011 | 100110 |
Color Harmonies of #BA9109
Complementary color
Monochromatic Colors of #BA9109
Black with #BA9109
Text Example
Text Example
White with #BA9109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9109; }
p { color: rgb(186,145,9); }
H1.HeaderClassName
{
color: #BA9109;
}
.AnyTagClassName
{
color: #BA9109;
}
</style>
background-color css
<style>
a { background-color: #BA9109; }
a { background-color: rgb(186,145,9); }
div.DivClassName
{
background-color: #BA9109;
}
.BgClassName
{
background-color: #BA9109;
}
</style>
border-color css
<style>
span { border-color: #BA9109; }
span { border-color: rgb(186,145,9); }
td.TdClassName
{
border-color: #BA9109;
}
.TagClassName
{
border-color: #BA9109;
}
</style>