Shades of Twine #BA8657
Tints of Twine #BA8657
RGB
CMYK
RGB Variations
Color information
#BA8657 (or 0xBA8657) is known color: Twine. HEX triplet: BA, 86 and 57. RGB value is (186,134,87). Sum of RGB (Red+Green+Blue) = 186+134+87=407 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.70% from 407); Green value is 134 (52.73% from 255 or 32.92% from 407); Blue value is 87 (34.38% from 255 or 21.38% from 407); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8657 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8657 is #4579A8. Grayscale: #909090. Windows color (decimal): -4553129 or 5736122. OLE color: 5736122.
HSL color Cylindrical-coordinate representation of color #BA8657: hue angle of 28.48º 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 #BA8657 is Cyan = 0, Magento = 0.28, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 134 | 87 | - |
| CMYK | 0 | 0.28 | 0.53 | 0.27 |
| HSL | 28.48º | 0.42% | 0.54% | - |
| HSV(B) | 28.48º | 0.53% | 0.73% | - |
| XYZ | 30.5 | 28.18 | 12.85 | - |
| YUV | 144.19 | 95.73 | 157.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 134 | 87 | 0 | 0.28 | 0.53 | 0.27 | 28.48 | 0.42 | 0.54 |
| Hex | BA | 86 | 57 | 0 | 1C | 35 | 1B | 1C | 2A | 36 |
| Octal | 272 | 206 | 127 | 0 | 34 | 65 | 33 | 34 | 52 | 66 |
| Binary | 10111010 | 10000110 | 1010111 | 0 | 11100 | 110101 | 11011 | 11100 | 101010 | 110110 |
Color Harmonies of #BA8657
Complementary color
Monochromatic Colors of #BA8657
Black with #BA8657
Text Example
Text Example
White with #BA8657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8657; }
p { color: rgb(186,134,87); }
H1.HeaderClassName
{
color: #BA8657;
}
.AnyTagClassName
{
color: #BA8657;
}
</style>
background-color css
<style>
a { background-color: #BA8657; }
a { background-color: rgb(186,134,87); }
div.DivClassName
{
background-color: #BA8657;
}
.BgClassName
{
background-color: #BA8657;
}
</style>
border-color css
<style>
span { border-color: #BA8657; }
span { border-color: rgb(186,134,87); }
td.TdClassName
{
border-color: #BA8657;
}
.TagClassName
{
border-color: #BA8657;
}
</style>