Shades of Dark Goldenrod #BA7705
Tints of Dark Goldenrod #BA7705
RGB
CMYK
RGB Variations
Color information
#BA7705 (or 0xBA7705) is known color: Dark Goldenrod. HEX triplet: BA, 77 and 05. RGB value is (186,119,5). Sum of RGB (Red+Green+Blue) = 186+119+5=310 (41% of max value = 765). Red value is 186 (73.05% from 255 or 60% from 310); Green value is 119 (46.88% from 255 or 38.39% from 310); Blue value is 5 (2.34% from 255 or 1.61% from 310); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7705 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7705 is #4588FA. Grayscale: #7E7E7E. Windows color (decimal): -4557051 or 358330. OLE color: 358330.
HSL color Cylindrical-coordinate representation of color #BA7705: hue angle of 37.79º 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 #BA7705 is Cyan = 0, Magento = 0.36, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 119 | 5 | - |
| CMYK | 0 | 0.36 | 0.97 | 0.27 |
| HSL | 37.79º | 0.95% | 0.37% | - |
| HSV(B) | 37.79º | 0.97% | 0.73% | - |
| XYZ | 26.87 | 23.64 | 3.29 | - |
| YUV | 126.04 | 59.7 | 170.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 119 | 5 | 0 | 0.36 | 0.97 | 0.27 | 37.79 | 0.95 | 0.37 |
| Hex | BA | 77 | 5 | 0 | 24 | 61 | 1B | 26 | 5F | 25 |
| Octal | 272 | 167 | 5 | 0 | 44 | 141 | 33 | 46 | 137 | 45 |
| Binary | 10111010 | 1110111 | 101 | 0 | 100100 | 1100001 | 11011 | 100110 | 1011111 | 100101 |
Color Harmonies of #BA7705
Complementary color
Monochromatic Colors of #BA7705
Black with #BA7705
Text Example
Text Example
White with #BA7705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7705; }
p { color: rgb(186,119,5); }
H1.HeaderClassName
{
color: #BA7705;
}
.AnyTagClassName
{
color: #BA7705;
}
</style>
background-color css
<style>
a { background-color: #BA7705; }
a { background-color: rgb(186,119,5); }
div.DivClassName
{
background-color: #BA7705;
}
.BgClassName
{
background-color: #BA7705;
}
</style>
border-color css
<style>
span { border-color: #BA7705; }
span { border-color: rgb(186,119,5); }
td.TdClassName
{
border-color: #BA7705;
}
.TagClassName
{
border-color: #BA7705;
}
</style>