Shades of Twine #BA8960
Tints of Twine #BA8960
RGB
CMYK
RGB Variations
Color information
#BA8960 (or 0xBA8960) is known color: Twine. HEX triplet: BA, 89 and 60. RGB value is (186,137,96). Sum of RGB (Red+Green+Blue) = 186+137+96=419 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.39% from 419); Green value is 137 (53.91% from 255 or 32.70% from 419); Blue value is 96 (37.89% from 255 or 22.91% from 419); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8960 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8960 is #45769F. Grayscale: #939393. Windows color (decimal): -4552352 or 6326714. OLE color: 6326714.
HSL color Cylindrical-coordinate representation of color #BA8960: hue angle of 27.33º 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 #BA8960 is Cyan = 0, Magento = 0.26, Yellow = 0.48 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 137 | 96 | - |
| CMYK | 0 | 0.26 | 0.48 | 0.27 |
| HSL | 27.33º | 0.39% | 0.55% | - |
| HSV(B) | 27.33º | 0.48% | 0.73% | - |
| XYZ | 31.31 | 29.17 | 15.05 | - |
| YUV | 146.98 | 99.23 | 155.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 137 | 96 | 0 | 0.26 | 0.48 | 0.27 | 27.33 | 0.39 | 0.55 |
| Hex | BA | 89 | 60 | 0 | 1A | 30 | 1B | 1B | 27 | 37 |
| Octal | 272 | 211 | 140 | 0 | 32 | 60 | 33 | 33 | 47 | 67 |
| Binary | 10111010 | 10001001 | 1100000 | 0 | 11010 | 110000 | 11011 | 11011 | 100111 | 110111 |
Color Harmonies of #BA8960
Complementary color
Monochromatic Colors of #BA8960
Black with #BA8960
Text Example
Text Example
White with #BA8960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8960; }
p { color: rgb(186,137,96); }
H1.HeaderClassName
{
color: #BA8960;
}
.AnyTagClassName
{
color: #BA8960;
}
</style>
background-color css
<style>
a { background-color: #BA8960; }
a { background-color: rgb(186,137,96); }
div.DivClassName
{
background-color: #BA8960;
}
.BgClassName
{
background-color: #BA8960;
}
</style>
border-color css
<style>
span { border-color: #BA8960; }
span { border-color: rgb(186,137,96); }
td.TdClassName
{
border-color: #BA8960;
}
.TagClassName
{
border-color: #BA8960;
}
</style>