Shades of Twine #BA8E57
Tints of Twine #BA8E57
RGB
CMYK
RGB Variations
Color information
#BA8E57 (or 0xBA8E57) is known color: Twine. HEX triplet: BA, 8E and 57. RGB value is (186,142,87). Sum of RGB (Red+Green+Blue) = 186+142+87=415 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.82% from 415); Green value is 142 (55.86% from 255 or 34.22% from 415); Blue value is 87 (34.38% from 255 or 20.96% from 415); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8E57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8E57 is #4571A8. Grayscale: #959595. Windows color (decimal): -4551081 or 5738170. OLE color: 5738170.
HSL color Cylindrical-coordinate representation of color #BA8E57: hue angle of 33.33º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BA8E57 is Cyan = 0, Magento = 0.24, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 142 | 87 | - |
| CMYK | 0 | 0.24 | 0.53 | 0.27 |
| HSL | 33.33º | 0.42% | 0.54% | - |
| HSV(B) | 33.33º | 0.53% | 0.73% | - |
| XYZ | 31.64 | 30.47 | 13.23 | - |
| YUV | 148.89 | 93.08 | 154.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 142 | 87 | 0 | 0.24 | 0.53 | 0.27 | 33.33 | 0.42 | 0.54 |
| Hex | BA | 8E | 57 | 0 | 18 | 35 | 1B | 21 | 2A | 36 |
| Octal | 272 | 216 | 127 | 0 | 30 | 65 | 33 | 41 | 52 | 66 |
| Binary | 10111010 | 10001110 | 1010111 | 0 | 11000 | 110101 | 11011 | 100001 | 101010 | 110110 |
Color Harmonies of #BA8E57
Complementary color
Monochromatic Colors of #BA8E57
Black with #BA8E57
Text Example
Text Example
White with #BA8E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8E57; }
p { color: rgb(186,142,87); }
H1.HeaderClassName
{
color: #BA8E57;
}
.AnyTagClassName
{
color: #BA8E57;
}
</style>
background-color css
<style>
a { background-color: #BA8E57; }
a { background-color: rgb(186,142,87); }
div.DivClassName
{
background-color: #BA8E57;
}
.BgClassName
{
background-color: #BA8E57;
}
</style>
border-color css
<style>
span { border-color: #BA8E57; }
span { border-color: rgb(186,142,87); }
td.TdClassName
{
border-color: #BA8E57;
}
.TagClassName
{
border-color: #BA8E57;
}
</style>