Shades of Twine #BA8057
Tints of Twine #BA8057
RGB
CMYK
RGB Variations
Color information
#BA8057 (or 0xBA8057) is known color: Twine. HEX triplet: BA, 80 and 57. RGB value is (186,128,87). Sum of RGB (Red+Green+Blue) = 186+128+87=401 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.38% from 401); Green value is 128 (50.39% from 255 or 31.92% from 401); Blue value is 87 (34.38% from 255 or 21.70% from 401); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8057 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8057 is #457FA8. Grayscale: #8C8C8C. Windows color (decimal): -4554665 or 5734586. OLE color: 5734586.
HSL color Cylindrical-coordinate representation of color #BA8057: hue angle of 24.85º 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 #BA8057 is Cyan = 0, Magento = 0.31, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 128 | 87 | - |
| CMYK | 0 | 0.31 | 0.53 | 0.27 |
| HSL | 24.85º | 0.42% | 0.54% | - |
| HSV(B) | 24.85º | 0.53% | 0.73% | - |
| XYZ | 29.69 | 26.57 | 12.58 | - |
| YUV | 140.67 | 97.72 | 160.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 128 | 87 | 0 | 0.31 | 0.53 | 0.27 | 24.85 | 0.42 | 0.54 |
| Hex | BA | 80 | 57 | 0 | 1F | 35 | 1B | 19 | 2A | 36 |
| Octal | 272 | 200 | 127 | 0 | 37 | 65 | 33 | 31 | 52 | 66 |
| Binary | 10111010 | 10000000 | 1010111 | 0 | 11111 | 110101 | 11011 | 11001 | 101010 | 110110 |
Color Harmonies of #BA8057
Complementary color
Monochromatic Colors of #BA8057
Black with #BA8057
Text Example
Text Example
White with #BA8057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8057; }
p { color: rgb(186,128,87); }
H1.HeaderClassName
{
color: #BA8057;
}
.AnyTagClassName
{
color: #BA8057;
}
</style>
background-color css
<style>
a { background-color: #BA8057; }
a { background-color: rgb(186,128,87); }
div.DivClassName
{
background-color: #BA8057;
}
.BgClassName
{
background-color: #BA8057;
}
</style>
border-color css
<style>
span { border-color: #BA8057; }
span { border-color: rgb(186,128,87); }
td.TdClassName
{
border-color: #BA8057;
}
.TagClassName
{
border-color: #BA8057;
}
</style>