Shades of Dark Goldenrod #BA8605
Tints of Dark Goldenrod #BA8605
RGB
CMYK
RGB Variations
Color information
#BA8605 (or 0xBA8605) is known color: Dark Goldenrod. HEX triplet: BA, 86 and 05. RGB value is (186,134,5). Sum of RGB (Red+Green+Blue) = 186+134+5=325 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.23% from 325); Green value is 134 (52.73% from 255 or 41.23% from 325); Blue value is 5 (2.34% from 255 or 1.54% from 325); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8605 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8605 is #4579FA. Grayscale: #878787. Windows color (decimal): -4553211 or 362170. OLE color: 362170.
HSL color Cylindrical-coordinate representation of color #BA8605: hue angle of 42.76º 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 #BA8605 is Cyan = 0, Magento = 0.28, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 134 | 5 | - |
| CMYK | 0 | 0.28 | 0.97 | 0.27 |
| HSL | 42.76º | 0.95% | 0.37% | - |
| HSV(B) | 42.76º | 0.97% | 0.73% | - |
| XYZ | 28.8 | 27.5 | 3.93 | - |
| YUV | 134.84 | 54.73 | 164.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 134 | 5 | 0 | 0.28 | 0.97 | 0.27 | 42.76 | 0.95 | 0.37 |
| Hex | BA | 86 | 5 | 0 | 1C | 61 | 1B | 2B | 5F | 25 |
| Octal | 272 | 206 | 5 | 0 | 34 | 141 | 33 | 53 | 137 | 45 |
| Binary | 10111010 | 10000110 | 101 | 0 | 11100 | 1100001 | 11011 | 101011 | 1011111 | 100101 |
Color Harmonies of #BA8605
Complementary color
Monochromatic Colors of #BA8605
Black with #BA8605
Text Example
Text Example
White with #BA8605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8605; }
p { color: rgb(186,134,5); }
H1.HeaderClassName
{
color: #BA8605;
}
.AnyTagClassName
{
color: #BA8605;
}
</style>
background-color css
<style>
a { background-color: #BA8605; }
a { background-color: rgb(186,134,5); }
div.DivClassName
{
background-color: #BA8605;
}
.BgClassName
{
background-color: #BA8605;
}
</style>
border-color css
<style>
span { border-color: #BA8605; }
span { border-color: rgb(186,134,5); }
td.TdClassName
{
border-color: #BA8605;
}
.TagClassName
{
border-color: #BA8605;
}
</style>