Shades of Dark Goldenrod #BA8409
Tints of Dark Goldenrod #BA8409
RGB
CMYK
RGB Variations
Color information
#BA8409 (or 0xBA8409) is known color: Dark Goldenrod. HEX triplet: BA, 84 and 09. RGB value is (186,132,9). Sum of RGB (Red+Green+Blue) = 186+132+9=327 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.88% from 327); Green value is 132 (51.95% from 255 or 40.37% from 327); Blue value is 9 (3.91% from 255 or 2.75% from 327); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8409 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8409 is #457BF6. Grayscale: #868686. Windows color (decimal): -4553719 or 623802. OLE color: 623802.
HSL color Cylindrical-coordinate representation of color #BA8409: hue angle of 41.69º 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 #BA8409 is Cyan = 0, Magento = 0.29, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 132 | 9 | - |
| CMYK | 0 | 0.29 | 0.95 | 0.27 |
| HSL | 41.69º | 0.91% | 0.38% | - |
| HSV(B) | 41.69º | 0.95% | 0.73% | - |
| XYZ | 28.55 | 26.96 | 3.96 | - |
| YUV | 134.12 | 57.39 | 165 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 132 | 9 | 0 | 0.29 | 0.95 | 0.27 | 41.69 | 0.91 | 0.38 |
| Hex | BA | 84 | 9 | 0 | 1D | 5F | 1B | 2A | 5B | 26 |
| Octal | 272 | 204 | 11 | 0 | 35 | 137 | 33 | 52 | 133 | 46 |
| Binary | 10111010 | 10000100 | 1001 | 0 | 11101 | 1011111 | 11011 | 101010 | 1011011 | 100110 |
Color Harmonies of #BA8409
Complementary color
Monochromatic Colors of #BA8409
Black with #BA8409
Text Example
Text Example
White with #BA8409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8409; }
p { color: rgb(186,132,9); }
H1.HeaderClassName
{
color: #BA8409;
}
.AnyTagClassName
{
color: #BA8409;
}
</style>
background-color css
<style>
a { background-color: #BA8409; }
a { background-color: rgb(186,132,9); }
div.DivClassName
{
background-color: #BA8409;
}
.BgClassName
{
background-color: #BA8409;
}
</style>
border-color css
<style>
span { border-color: #BA8409; }
span { border-color: rgb(186,132,9); }
td.TdClassName
{
border-color: #BA8409;
}
.TagClassName
{
border-color: #BA8409;
}
</style>