Shades of Dark Goldenrod #BA9105
Tints of Dark Goldenrod #BA9105
RGB
CMYK
RGB Variations
Color information
#BA9105 (or 0xBA9105) is known color: Dark Goldenrod. HEX triplet: BA, 91 and 05. RGB value is (186,145,5). Sum of RGB (Red+Green+Blue) = 186+145+5=336 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.36% from 336); Green value is 145 (57.03% from 255 or 43.15% from 336); Blue value is 5 (2.34% from 255 or 1.49% from 336); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9105 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9105 is #456EFA. Grayscale: #8D8D8D. Windows color (decimal): -4550395 or 364986. OLE color: 364986.
HSL color Cylindrical-coordinate representation of color #BA9105: hue angle of 46.41º 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 #BA9105 is Cyan = 0, Magento = 0.22, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 145 | 5 | - |
| CMYK | 0 | 0.22 | 0.97 | 0.27 |
| HSL | 46.41º | 0.95% | 0.37% | - |
| HSV(B) | 46.41º | 0.97% | 0.73% | - |
| XYZ | 30.4 | 30.7 | 4.47 | - |
| YUV | 141.3 | 51.08 | 159.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 145 | 5 | 0 | 0.22 | 0.97 | 0.27 | 46.41 | 0.95 | 0.37 |
| Hex | BA | 91 | 5 | 0 | 16 | 61 | 1B | 2E | 5F | 25 |
| Octal | 272 | 221 | 5 | 0 | 26 | 141 | 33 | 56 | 137 | 45 |
| Binary | 10111010 | 10010001 | 101 | 0 | 10110 | 1100001 | 11011 | 101110 | 1011111 | 100101 |
Color Harmonies of #BA9105
Complementary color
Monochromatic Colors of #BA9105
Black with #BA9105
Text Example
Text Example
White with #BA9105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9105; }
p { color: rgb(186,145,5); }
H1.HeaderClassName
{
color: #BA9105;
}
.AnyTagClassName
{
color: #BA9105;
}
</style>
background-color css
<style>
a { background-color: #BA9105; }
a { background-color: rgb(186,145,5); }
div.DivClassName
{
background-color: #BA9105;
}
.BgClassName
{
background-color: #BA9105;
}
</style>
border-color css
<style>
span { border-color: #BA9105; }
span { border-color: rgb(186,145,5); }
td.TdClassName
{
border-color: #BA9105;
}
.TagClassName
{
border-color: #BA9105;
}
</style>