Shades of Twine #BA8457
Tints of Twine #BA8457
RGB
CMYK
RGB Variations
Color information
#BA8457 (or 0xBA8457) is known color: Twine. HEX triplet: BA, 84 and 57. RGB value is (186,132,87). Sum of RGB (Red+Green+Blue) = 186+132+87=405 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.93% from 405); Green value is 132 (51.95% from 255 or 32.59% from 405); Blue value is 87 (34.38% from 255 or 21.48% from 405); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8457 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8457 is #457BA8. Grayscale: #8F8F8F. Windows color (decimal): -4553641 or 5735610. OLE color: 5735610.
HSL color Cylindrical-coordinate representation of color #BA8457: hue angle of 27.27º 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 #BA8457 is Cyan = 0, Magento = 0.29, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 132 | 87 | - |
| CMYK | 0 | 0.29 | 0.53 | 0.27 |
| HSL | 27.27º | 0.42% | 0.54% | - |
| HSV(B) | 27.27º | 0.53% | 0.73% | - |
| XYZ | 30.22 | 27.63 | 12.76 | - |
| YUV | 143.02 | 96.39 | 158.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 132 | 87 | 0 | 0.29 | 0.53 | 0.27 | 27.27 | 0.42 | 0.54 |
| Hex | BA | 84 | 57 | 0 | 1D | 35 | 1B | 1B | 2A | 36 |
| Octal | 272 | 204 | 127 | 0 | 35 | 65 | 33 | 33 | 52 | 66 |
| Binary | 10111010 | 10000100 | 1010111 | 0 | 11101 | 110101 | 11011 | 11011 | 101010 | 110110 |
Color Harmonies of #BA8457
Complementary color
Monochromatic Colors of #BA8457
Black with #BA8457
Text Example
Text Example
White with #BA8457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8457; }
p { color: rgb(186,132,87); }
H1.HeaderClassName
{
color: #BA8457;
}
.AnyTagClassName
{
color: #BA8457;
}
</style>
background-color css
<style>
a { background-color: #BA8457; }
a { background-color: rgb(186,132,87); }
div.DivClassName
{
background-color: #BA8457;
}
.BgClassName
{
background-color: #BA8457;
}
</style>
border-color css
<style>
span { border-color: #BA8457; }
span { border-color: rgb(186,132,87); }
td.TdClassName
{
border-color: #BA8457;
}
.TagClassName
{
border-color: #BA8457;
}
</style>