Shades of Twine #BA8F57
Tints of Twine #BA8F57
RGB
CMYK
RGB Variations
Color information
#BA8F57 (or 0xBA8F57) is known color: Twine. HEX triplet: BA, 8F and 57. RGB value is (186,143,87). Sum of RGB (Red+Green+Blue) = 186+143+87=416 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.71% from 416); Green value is 143 (56.25% from 255 or 34.38% from 416); Blue value is 87 (34.38% from 255 or 20.91% from 416); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8F57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8F57 is #4570A8. Grayscale: #959595. Windows color (decimal): -4550825 or 5738426. OLE color: 5738426.
HSL color Cylindrical-coordinate representation of color #BA8F57: hue angle of 33.94º 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 #BA8F57 is Cyan = 0, Magento = 0.23, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 143 | 87 | - |
| CMYK | 0 | 0.23 | 0.53 | 0.27 |
| HSL | 33.94º | 0.42% | 0.54% | - |
| HSV(B) | 33.94º | 0.53% | 0.73% | - |
| XYZ | 31.79 | 30.77 | 13.28 | - |
| YUV | 149.47 | 92.75 | 154.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 143 | 87 | 0 | 0.23 | 0.53 | 0.27 | 33.94 | 0.42 | 0.54 |
| Hex | BA | 8F | 57 | 0 | 17 | 35 | 1B | 22 | 2A | 36 |
| Octal | 272 | 217 | 127 | 0 | 27 | 65 | 33 | 42 | 52 | 66 |
| Binary | 10111010 | 10001111 | 1010111 | 0 | 10111 | 110101 | 11011 | 100010 | 101010 | 110110 |
Color Harmonies of #BA8F57
Complementary color
Monochromatic Colors of #BA8F57
Black with #BA8F57
Text Example
Text Example
White with #BA8F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8F57; }
p { color: rgb(186,143,87); }
H1.HeaderClassName
{
color: #BA8F57;
}
.AnyTagClassName
{
color: #BA8F57;
}
</style>
background-color css
<style>
a { background-color: #BA8F57; }
a { background-color: rgb(186,143,87); }
div.DivClassName
{
background-color: #BA8F57;
}
.BgClassName
{
background-color: #BA8F57;
}
</style>
border-color css
<style>
span { border-color: #BA8F57; }
span { border-color: rgb(186,143,87); }
td.TdClassName
{
border-color: #BA8F57;
}
.TagClassName
{
border-color: #BA8F57;
}
</style>