Shades of Twine #BA8560
Tints of Twine #BA8560
RGB
CMYK
RGB Variations
Color information
#BA8560 (or 0xBA8560) is known color: Twine. HEX triplet: BA, 85 and 60. RGB value is (186,133,96). Sum of RGB (Red+Green+Blue) = 186+133+96=415 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.82% from 415); Green value is 133 (52.34% from 255 or 32.05% from 415); Blue value is 96 (37.89% from 255 or 23.13% from 415); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8560 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8560 is #457A9F. Grayscale: #909090. Windows color (decimal): -4553376 or 6325690. OLE color: 6325690.
HSL color Cylindrical-coordinate representation of color #BA8560: hue angle of 24.67º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BA8560 is Cyan = 0, Magento = 0.28, Yellow = 0.48 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 133 | 96 | - |
| CMYK | 0 | 0.28 | 0.48 | 0.27 |
| HSL | 24.67º | 0.39% | 0.55% | - |
| HSV(B) | 24.67º | 0.48% | 0.73% | - |
| XYZ | 30.75 | 28.06 | 14.86 | - |
| YUV | 144.63 | 100.56 | 157.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 133 | 96 | 0 | 0.28 | 0.48 | 0.27 | 24.67 | 0.39 | 0.55 |
| Hex | BA | 85 | 60 | 0 | 1C | 30 | 1B | 19 | 27 | 37 |
| Octal | 272 | 205 | 140 | 0 | 34 | 60 | 33 | 31 | 47 | 67 |
| Binary | 10111010 | 10000101 | 1100000 | 0 | 11100 | 110000 | 11011 | 11001 | 100111 | 110111 |
Color Harmonies of #BA8560
Complementary color
Monochromatic Colors of #BA8560
Black with #BA8560
Text Example
Text Example
White with #BA8560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8560; }
p { color: rgb(186,133,96); }
H1.HeaderClassName
{
color: #BA8560;
}
.AnyTagClassName
{
color: #BA8560;
}
</style>
background-color css
<style>
a { background-color: #BA8560; }
a { background-color: rgb(186,133,96); }
div.DivClassName
{
background-color: #BA8560;
}
.BgClassName
{
background-color: #BA8560;
}
</style>
border-color css
<style>
span { border-color: #BA8560; }
span { border-color: rgb(186,133,96); }
td.TdClassName
{
border-color: #BA8560;
}
.TagClassName
{
border-color: #BA8560;
}
</style>