Shades of Dark Goldenrod #BA9609
Tints of Dark Goldenrod #BA9609
RGB
CMYK
RGB Variations
Color information
#BA9609 (or 0xBA9609) is known color: Dark Goldenrod. HEX triplet: BA, 96 and 09. RGB value is (186,150,9). Sum of RGB (Red+Green+Blue) = 186+150+9=345 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.91% from 345); Green value is 150 (58.98% from 255 or 43.48% from 345); Blue value is 9 (3.91% from 255 or 2.61% from 345); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9609 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9609 is #4569F6. Grayscale: #919191. Windows color (decimal): -4549111 or 628410. OLE color: 628410.
HSL color Cylindrical-coordinate representation of color #BA9609: hue angle of 47.8º 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 #BA9609 is Cyan = 0, Magento = 0.19, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 150 | 9 | - |
| CMYK | 0 | 0.19 | 0.95 | 0.27 |
| HSL | 47.8º | 0.91% | 0.38% | - |
| HSV(B) | 47.8º | 0.95% | 0.73% | - |
| XYZ | 31.21 | 32.27 | 4.84 | - |
| YUV | 144.69 | 51.43 | 157.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 150 | 9 | 0 | 0.19 | 0.95 | 0.27 | 47.8 | 0.91 | 0.38 |
| Hex | BA | 96 | 9 | 0 | 13 | 5F | 1B | 30 | 5B | 26 |
| Octal | 272 | 226 | 11 | 0 | 23 | 137 | 33 | 60 | 133 | 46 |
| Binary | 10111010 | 10010110 | 1001 | 0 | 10011 | 1011111 | 11011 | 110000 | 1011011 | 100110 |
Color Harmonies of #BA9609
Complementary color
Monochromatic Colors of #BA9609
Black with #BA9609
Text Example
Text Example
White with #BA9609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9609; }
p { color: rgb(186,150,9); }
H1.HeaderClassName
{
color: #BA9609;
}
.AnyTagClassName
{
color: #BA9609;
}
</style>
background-color css
<style>
a { background-color: #BA9609; }
a { background-color: rgb(186,150,9); }
div.DivClassName
{
background-color: #BA9609;
}
.BgClassName
{
background-color: #BA9609;
}
</style>
border-color css
<style>
span { border-color: #BA9609; }
span { border-color: rgb(186,150,9); }
td.TdClassName
{
border-color: #BA9609;
}
.TagClassName
{
border-color: #BA9609;
}
</style>