Shades of Twine #BA8E56
Tints of Twine #BA8E56
RGB
CMYK
RGB Variations
Color information
#BA8E56 (or 0xBA8E56) is known color: Twine. HEX triplet: BA, 8E and 56. RGB value is (186,142,86). Sum of RGB (Red+Green+Blue) = 186+142+86=414 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.93% from 414); Green value is 142 (55.86% from 255 or 34.30% from 414); Blue value is 86 (33.98% from 255 or 20.77% from 414); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8E56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8E56 is #4571A9. Grayscale: #959595. Windows color (decimal): -4551082 or 5672634. OLE color: 5672634.
HSL color Cylindrical-coordinate representation of color #BA8E56: hue angle of 33.6º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BA8E56 is Cyan = 0, Magento = 0.24, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 142 | 86 | - |
| CMYK | 0 | 0.24 | 0.54 | 0.27 |
| HSL | 33.6º | 0.42% | 0.53% | - |
| HSV(B) | 33.6º | 0.54% | 0.73% | - |
| XYZ | 31.6 | 30.46 | 13.02 | - |
| YUV | 148.77 | 92.58 | 154.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 142 | 86 | 0 | 0.24 | 0.54 | 0.27 | 33.6 | 0.42 | 0.53 |
| Hex | BA | 8E | 56 | 0 | 18 | 36 | 1B | 22 | 2A | 35 |
| Octal | 272 | 216 | 126 | 0 | 30 | 66 | 33 | 42 | 52 | 65 |
| Binary | 10111010 | 10001110 | 1010110 | 0 | 11000 | 110110 | 11011 | 100010 | 101010 | 110101 |
Color Harmonies of #BA8E56
Complementary color
Monochromatic Colors of #BA8E56
Black with #BA8E56
Text Example
Text Example
White with #BA8E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8E56; }
p { color: rgb(186,142,86); }
H1.HeaderClassName
{
color: #BA8E56;
}
.AnyTagClassName
{
color: #BA8E56;
}
</style>
background-color css
<style>
a { background-color: #BA8E56; }
a { background-color: rgb(186,142,86); }
div.DivClassName
{
background-color: #BA8E56;
}
.BgClassName
{
background-color: #BA8E56;
}
</style>
border-color css
<style>
span { border-color: #BA8E56; }
span { border-color: rgb(186,142,86); }
td.TdClassName
{
border-color: #BA8E56;
}
.TagClassName
{
border-color: #BA8E56;
}
</style>