Shades of Dark Goldenrod #BA9305
Tints of Dark Goldenrod #BA9305
RGB
CMYK
RGB Variations
Color information
#BA9305 (or 0xBA9305) is known color: Dark Goldenrod. HEX triplet: BA, 93 and 05. RGB value is (186,147,5). Sum of RGB (Red+Green+Blue) = 186+147+5=338 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.03% from 338); Green value is 147 (57.81% from 255 or 43.49% from 338); Blue value is 5 (2.34% from 255 or 1.48% from 338); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9305 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9305 is #456CFA. Grayscale: #8F8F8F. Windows color (decimal): -4549883 or 365498. OLE color: 365498.
HSL color Cylindrical-coordinate representation of color #BA9305: hue angle of 47.07º 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 #BA9305 is Cyan = 0, Magento = 0.21, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 147 | 5 | - |
| CMYK | 0 | 0.21 | 0.97 | 0.27 |
| HSL | 47.07º | 0.95% | 0.37% | - |
| HSV(B) | 47.07º | 0.97% | 0.73% | - |
| XYZ | 30.71 | 31.32 | 4.57 | - |
| YUV | 142.47 | 50.42 | 159.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 147 | 5 | 0 | 0.21 | 0.97 | 0.27 | 47.07 | 0.95 | 0.37 |
| Hex | BA | 93 | 5 | 0 | 15 | 61 | 1B | 2F | 5F | 25 |
| Octal | 272 | 223 | 5 | 0 | 25 | 141 | 33 | 57 | 137 | 45 |
| Binary | 10111010 | 10010011 | 101 | 0 | 10101 | 1100001 | 11011 | 101111 | 1011111 | 100101 |
Color Harmonies of #BA9305
Complementary color
Monochromatic Colors of #BA9305
Black with #BA9305
Text Example
Text Example
White with #BA9305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9305; }
p { color: rgb(186,147,5); }
H1.HeaderClassName
{
color: #BA9305;
}
.AnyTagClassName
{
color: #BA9305;
}
</style>
background-color css
<style>
a { background-color: #BA9305; }
a { background-color: rgb(186,147,5); }
div.DivClassName
{
background-color: #BA9305;
}
.BgClassName
{
background-color: #BA9305;
}
</style>
border-color css
<style>
span { border-color: #BA9305; }
span { border-color: rgb(186,147,5); }
td.TdClassName
{
border-color: #BA9305;
}
.TagClassName
{
border-color: #BA9305;
}
</style>