Shades of Twine #BA855E
Tints of Twine #BA855E
RGB
CMYK
RGB Variations
Color information
#BA855E (or 0xBA855E) is known color: Twine. HEX triplet: BA, 85 and 5E. RGB value is (186,133,94). Sum of RGB (Red+Green+Blue) = 186+133+94=413 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.04% from 413); Green value is 133 (52.34% from 255 or 32.20% from 413); Blue value is 94 (37.11% from 255 or 22.76% from 413); Max value from RGB is 186 - color contains mainly: red. Hex color #BA855E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA855E is #457AA1. Grayscale: #909090. Windows color (decimal): -4553378 or 6194618. OLE color: 6194618.
HSL color Cylindrical-coordinate representation of color #BA855E: hue angle of 25.43º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BA855E is Cyan = 0, Magento = 0.28, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 133 | 94 | - |
| CMYK | 0 | 0.28 | 0.49 | 0.27 |
| HSL | 25.43º | 0.4% | 0.55% | - |
| HSV(B) | 25.43º | 0.49% | 0.73% | - |
| XYZ | 30.66 | 28.02 | 14.38 | - |
| YUV | 144.4 | 99.56 | 157.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 133 | 94 | 0 | 0.28 | 0.49 | 0.27 | 25.43 | 0.4 | 0.55 |
| Hex | BA | 85 | 5E | 0 | 1C | 31 | 1B | 19 | 28 | 37 |
| Octal | 272 | 205 | 136 | 0 | 34 | 61 | 33 | 31 | 50 | 67 |
| Binary | 10111010 | 10000101 | 1011110 | 0 | 11100 | 110001 | 11011 | 11001 | 101000 | 110111 |
Color Harmonies of #BA855E
Complementary color
Monochromatic Colors of #BA855E
Black with #BA855E
Text Example
Text Example
White with #BA855E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA855E; }
p { color: rgb(186,133,94); }
H1.HeaderClassName
{
color: #BA855E;
}
.AnyTagClassName
{
color: #BA855E;
}
</style>
background-color css
<style>
a { background-color: #BA855E; }
a { background-color: rgb(186,133,94); }
div.DivClassName
{
background-color: #BA855E;
}
.BgClassName
{
background-color: #BA855E;
}
</style>
border-color css
<style>
span { border-color: #BA855E; }
span { border-color: rgb(186,133,94); }
td.TdClassName
{
border-color: #BA855E;
}
.TagClassName
{
border-color: #BA855E;
}
</style>