Shades of Dark Goldenrod #BA9405
Tints of Dark Goldenrod #BA9405
RGB
CMYK
RGB Variations
Color information
#BA9405 (or 0xBA9405) is known color: Dark Goldenrod. HEX triplet: BA, 94 and 05. RGB value is (186,148,5). Sum of RGB (Red+Green+Blue) = 186+148+5=339 (44% of max value = 765). Red value is 186 (73.05% from 255 or 54.87% from 339); Green value is 148 (58.20% from 255 or 43.66% from 339); Blue value is 5 (2.34% from 255 or 1.47% from 339); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9405 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9405 is #456BFA. Grayscale: #8F8F8F. Windows color (decimal): -4549627 or 365754. OLE color: 365754.
HSL color Cylindrical-coordinate representation of color #BA9405: hue angle of 47.4º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BA9405 is Cyan = 0, Magento = 0.20, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 148 | 5 | - |
| CMYK | 0 | 0.20 | 0.97 | 0.27 |
| HSL | 47.4º | 0.95% | 0.37% | - |
| HSV(B) | 47.4º | 0.97% | 0.73% | - |
| XYZ | 30.87 | 31.63 | 4.62 | - |
| YUV | 143.06 | 50.09 | 158.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 148 | 5 | 0 | 0.20 | 0.97 | 0.27 | 47.4 | 0.95 | 0.37 |
| Hex | BA | 94 | 5 | 0 | 14 | 61 | 1B | 2F | 5F | 25 |
| Octal | 272 | 224 | 5 | 0 | 24 | 141 | 33 | 57 | 137 | 45 |
| Binary | 10111010 | 10010100 | 101 | 0 | 10100 | 1100001 | 11011 | 101111 | 1011111 | 100101 |
Color Harmonies of #BA9405
Complementary color
Monochromatic Colors of #BA9405
Black with #BA9405
Text Example
Text Example
White with #BA9405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9405; }
p { color: rgb(186,148,5); }
H1.HeaderClassName
{
color: #BA9405;
}
.AnyTagClassName
{
color: #BA9405;
}
</style>
background-color css
<style>
a { background-color: #BA9405; }
a { background-color: rgb(186,148,5); }
div.DivClassName
{
background-color: #BA9405;
}
.BgClassName
{
background-color: #BA9405;
}
</style>
border-color css
<style>
span { border-color: #BA9405; }
span { border-color: rgb(186,148,5); }
td.TdClassName
{
border-color: #BA9405;
}
.TagClassName
{
border-color: #BA9405;
}
</style>