Shades of Dark Goldenrod #BA8009
Tints of Dark Goldenrod #BA8009
RGB
CMYK
RGB Variations
Color information
#BA8009 (or 0xBA8009) is known color: Dark Goldenrod. HEX triplet: BA, 80 and 09. RGB value is (186,128,9). Sum of RGB (Red+Green+Blue) = 186+128+9=323 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.59% from 323); Green value is 128 (50.39% from 255 or 39.63% from 323); Blue value is 9 (3.91% from 255 or 2.79% from 323); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8009 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8009 is #457FF6. Grayscale: #848484. Windows color (decimal): -4554743 or 622778. OLE color: 622778.
HSL color Cylindrical-coordinate representation of color #BA8009: hue angle of 40.34º 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 #BA8009 is Cyan = 0, Magento = 0.31, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 128 | 9 | - |
| CMYK | 0 | 0.31 | 0.95 | 0.27 |
| HSL | 40.34º | 0.91% | 0.38% | - |
| HSV(B) | 40.34º | 0.95% | 0.73% | - |
| XYZ | 28.02 | 25.9 | 3.78 | - |
| YUV | 131.78 | 58.72 | 166.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 128 | 9 | 0 | 0.31 | 0.95 | 0.27 | 40.34 | 0.91 | 0.38 |
| Hex | BA | 80 | 9 | 0 | 1F | 5F | 1B | 28 | 5B | 26 |
| Octal | 272 | 200 | 11 | 0 | 37 | 137 | 33 | 50 | 133 | 46 |
| Binary | 10111010 | 10000000 | 1001 | 0 | 11111 | 1011111 | 11011 | 101000 | 1011011 | 100110 |
Color Harmonies of #BA8009
Complementary color
Monochromatic Colors of #BA8009
Black with #BA8009
Text Example
Text Example
White with #BA8009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8009; }
p { color: rgb(186,128,9); }
H1.HeaderClassName
{
color: #BA8009;
}
.AnyTagClassName
{
color: #BA8009;
}
</style>
background-color css
<style>
a { background-color: #BA8009; }
a { background-color: rgb(186,128,9); }
div.DivClassName
{
background-color: #BA8009;
}
.BgClassName
{
background-color: #BA8009;
}
</style>
border-color css
<style>
span { border-color: #BA8009; }
span { border-color: rgb(186,128,9); }
td.TdClassName
{
border-color: #BA8009;
}
.TagClassName
{
border-color: #BA8009;
}
</style>