Shades of Dark Goldenrod #BA9409
Tints of Dark Goldenrod #BA9409
RGB
CMYK
RGB Variations
Color information
#BA9409 (or 0xBA9409) is known color: Dark Goldenrod. HEX triplet: BA, 94 and 09. RGB value is (186,148,9). Sum of RGB (Red+Green+Blue) = 186+148+9=343 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.23% from 343); Green value is 148 (58.20% from 255 or 43.15% from 343); Blue value is 9 (3.91% from 255 or 2.62% from 343); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9409 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9409 is #456BF6. Grayscale: #909090. Windows color (decimal): -4549623 or 627898. OLE color: 627898.
HSL color Cylindrical-coordinate representation of color #BA9409: hue angle of 47.12º 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 #BA9409 is Cyan = 0, Magento = 0.20, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 148 | 9 | - |
| CMYK | 0 | 0.20 | 0.95 | 0.27 |
| HSL | 47.12º | 0.91% | 0.38% | - |
| HSV(B) | 47.12º | 0.95% | 0.73% | - |
| XYZ | 30.89 | 31.64 | 4.74 | - |
| YUV | 143.52 | 52.09 | 158.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 148 | 9 | 0 | 0.20 | 0.95 | 0.27 | 47.12 | 0.91 | 0.38 |
| Hex | BA | 94 | 9 | 0 | 14 | 5F | 1B | 2F | 5B | 26 |
| Octal | 272 | 224 | 11 | 0 | 24 | 137 | 33 | 57 | 133 | 46 |
| Binary | 10111010 | 10010100 | 1001 | 0 | 10100 | 1011111 | 11011 | 101111 | 1011011 | 100110 |
Color Harmonies of #BA9409
Complementary color
Monochromatic Colors of #BA9409
Black with #BA9409
Text Example
Text Example
White with #BA9409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9409; }
p { color: rgb(186,148,9); }
H1.HeaderClassName
{
color: #BA9409;
}
.AnyTagClassName
{
color: #BA9409;
}
</style>
background-color css
<style>
a { background-color: #BA9409; }
a { background-color: rgb(186,148,9); }
div.DivClassName
{
background-color: #BA9409;
}
.BgClassName
{
background-color: #BA9409;
}
</style>
border-color css
<style>
span { border-color: #BA9409; }
span { border-color: rgb(186,148,9); }
td.TdClassName
{
border-color: #BA9409;
}
.TagClassName
{
border-color: #BA9409;
}
</style>