Shades of Dark Goldenrod #BA9905
Tints of Dark Goldenrod #BA9905
RGB
CMYK
RGB Variations
Color information
#BA9905 (or 0xBA9905) is known color: Dark Goldenrod. HEX triplet: BA, 99 and 05. RGB value is (186,153,5). Sum of RGB (Red+Green+Blue) = 186+153+5=344 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.07% from 344); Green value is 153 (60.16% from 255 or 44.48% from 344); Blue value is 5 (2.34% from 255 or 1.45% from 344); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9905 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9905 is #4566FA. Grayscale: #929292. Windows color (decimal): -4548347 or 367034. OLE color: 367034.
HSL color Cylindrical-coordinate representation of color #BA9905: hue angle of 49.06º 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 #BA9905 is Cyan = 0, Magento = 0.18, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 153 | 5 | - |
| CMYK | 0 | 0.18 | 0.97 | 0.27 |
| HSL | 49.06º | 0.95% | 0.37% | - |
| HSV(B) | 49.06º | 0.97% | 0.73% | - |
| XYZ | 31.67 | 33.23 | 4.89 | - |
| YUV | 146 | 48.43 | 156.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 153 | 5 | 0 | 0.18 | 0.97 | 0.27 | 49.06 | 0.95 | 0.37 |
| Hex | BA | 99 | 5 | 0 | 12 | 61 | 1B | 31 | 5F | 25 |
| Octal | 272 | 231 | 5 | 0 | 22 | 141 | 33 | 61 | 137 | 45 |
| Binary | 10111010 | 10011001 | 101 | 0 | 10010 | 1100001 | 11011 | 110001 | 1011111 | 100101 |
Color Harmonies of #BA9905
Complementary color
Monochromatic Colors of #BA9905
Black with #BA9905
Text Example
Text Example
White with #BA9905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9905; }
p { color: rgb(186,153,5); }
H1.HeaderClassName
{
color: #BA9905;
}
.AnyTagClassName
{
color: #BA9905;
}
</style>
background-color css
<style>
a { background-color: #BA9905; }
a { background-color: rgb(186,153,5); }
div.DivClassName
{
background-color: #BA9905;
}
.BgClassName
{
background-color: #BA9905;
}
</style>
border-color css
<style>
span { border-color: #BA9905; }
span { border-color: rgb(186,153,5); }
td.TdClassName
{
border-color: #BA9905;
}
.TagClassName
{
border-color: #BA9905;
}
</style>