Shades of Twine #BA895B
Tints of Twine #BA895B
RGB
CMYK
RGB Variations
Color information
#BA895B (or 0xBA895B) is known color: Twine. HEX triplet: BA, 89 and 5B. RGB value is (186,137,91). Sum of RGB (Red+Green+Blue) = 186+137+91=414 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.93% from 414); Green value is 137 (53.91% from 255 or 33.09% from 414); Blue value is 91 (35.94% from 255 or 21.98% from 414); Max value from RGB is 186 - color contains mainly: red. Hex color #BA895B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA895B is #4576A4. Grayscale: #929292. Windows color (decimal): -4552357 or 5999034. OLE color: 5999034.
HSL color Cylindrical-coordinate representation of color #BA895B: hue angle of 29.05º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BA895B is Cyan = 0, Magento = 0.26, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 137 | 91 | - |
| CMYK | 0 | 0.26 | 0.51 | 0.27 |
| HSL | 29.05º | 0.41% | 0.54% | - |
| HSV(B) | 29.05º | 0.51% | 0.73% | - |
| XYZ | 31.08 | 29.09 | 13.87 | - |
| YUV | 146.41 | 96.73 | 156.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 137 | 91 | 0 | 0.26 | 0.51 | 0.27 | 29.05 | 0.41 | 0.54 |
| Hex | BA | 89 | 5B | 0 | 1A | 33 | 1B | 1D | 29 | 36 |
| Octal | 272 | 211 | 133 | 0 | 32 | 63 | 33 | 35 | 51 | 66 |
| Binary | 10111010 | 10001001 | 1011011 | 0 | 11010 | 110011 | 11011 | 11101 | 101001 | 110110 |
Color Harmonies of #BA895B
Complementary color
Monochromatic Colors of #BA895B
Black with #BA895B
Text Example
Text Example
White with #BA895B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA895B; }
p { color: rgb(186,137,91); }
H1.HeaderClassName
{
color: #BA895B;
}
.AnyTagClassName
{
color: #BA895B;
}
</style>
background-color css
<style>
a { background-color: #BA895B; }
a { background-color: rgb(186,137,91); }
div.DivClassName
{
background-color: #BA895B;
}
.BgClassName
{
background-color: #BA895B;
}
</style>
border-color css
<style>
span { border-color: #BA895B; }
span { border-color: rgb(186,137,91); }
td.TdClassName
{
border-color: #BA895B;
}
.TagClassName
{
border-color: #BA895B;
}
</style>