Shades of Twine #BA8E59
Tints of Twine #BA8E59
RGB
CMYK
RGB Variations
Color information
#BA8E59 (or 0xBA8E59) is known color: Twine. HEX triplet: BA, 8E and 59. RGB value is (186,142,89). Sum of RGB (Red+Green+Blue) = 186+142+89=417 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.60% from 417); Green value is 142 (55.86% from 255 or 34.05% from 417); Blue value is 89 (35.16% from 255 or 21.34% from 417); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8E59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8E59 is #4571A6. Grayscale: #959595. Windows color (decimal): -4551079 or 5869242. OLE color: 5869242.
HSL color Cylindrical-coordinate representation of color #BA8E59: hue angle of 32.78º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BA8E59 is Cyan = 0, Magento = 0.24, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 142 | 89 | - |
| CMYK | 0 | 0.24 | 0.52 | 0.27 |
| HSL | 32.78º | 0.41% | 0.54% | - |
| HSV(B) | 32.78º | 0.52% | 0.73% | - |
| XYZ | 31.73 | 30.51 | 13.67 | - |
| YUV | 149.11 | 94.08 | 154.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 142 | 89 | 0 | 0.24 | 0.52 | 0.27 | 32.78 | 0.41 | 0.54 |
| Hex | BA | 8E | 59 | 0 | 18 | 34 | 1B | 21 | 29 | 36 |
| Octal | 272 | 216 | 131 | 0 | 30 | 64 | 33 | 41 | 51 | 66 |
| Binary | 10111010 | 10001110 | 1011001 | 0 | 11000 | 110100 | 11011 | 100001 | 101001 | 110110 |
Color Harmonies of #BA8E59
Complementary color
Monochromatic Colors of #BA8E59
Black with #BA8E59
Text Example
Text Example
White with #BA8E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8E59; }
p { color: rgb(186,142,89); }
H1.HeaderClassName
{
color: #BA8E59;
}
.AnyTagClassName
{
color: #BA8E59;
}
</style>
background-color css
<style>
a { background-color: #BA8E59; }
a { background-color: rgb(186,142,89); }
div.DivClassName
{
background-color: #BA8E59;
}
.BgClassName
{
background-color: #BA8E59;
}
</style>
border-color css
<style>
span { border-color: #BA8E59; }
span { border-color: rgb(186,142,89); }
td.TdClassName
{
border-color: #BA8E59;
}
.TagClassName
{
border-color: #BA8E59;
}
</style>