Shades of Twine #BA895D
Tints of Twine #BA895D
RGB
CMYK
RGB Variations
Color information
#BA895D (or 0xBA895D) is known color: Twine. HEX triplet: BA, 89 and 5D. RGB value is (186,137,93). Sum of RGB (Red+Green+Blue) = 186+137+93=416 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.71% from 416); Green value is 137 (53.91% from 255 or 32.93% from 416); Blue value is 93 (36.72% from 255 or 22.36% from 416); Max value from RGB is 186 - color contains mainly: red. Hex color #BA895D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA895D is #4576A2. Grayscale: #929292. Windows color (decimal): -4552355 or 6130106. OLE color: 6130106.
HSL color Cylindrical-coordinate representation of color #BA895D: hue angle of 28.39º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BA895D is Cyan = 0, Magento = 0.26, Yellow = 0.5 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 137 | 93 | - |
| CMYK | 0 | 0.26 | 0.5 | 0.27 |
| HSL | 28.39º | 0.4% | 0.55% | - |
| HSV(B) | 28.39º | 0.5% | 0.73% | - |
| XYZ | 31.17 | 29.12 | 14.33 | - |
| YUV | 146.64 | 97.73 | 156.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 137 | 93 | 0 | 0.26 | 0.5 | 0.27 | 28.39 | 0.4 | 0.55 |
| Hex | BA | 89 | 5D | 0 | 1A | 32 | 1B | 1C | 28 | 37 |
| Octal | 272 | 211 | 135 | 0 | 32 | 62 | 33 | 34 | 50 | 67 |
| Binary | 10111010 | 10001001 | 1011101 | 0 | 11010 | 110010 | 11011 | 11100 | 101000 | 110111 |
Color Harmonies of #BA895D
Complementary color
Monochromatic Colors of #BA895D
Black with #BA895D
Text Example
Text Example
White with #BA895D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA895D; }
p { color: rgb(186,137,93); }
H1.HeaderClassName
{
color: #BA895D;
}
.AnyTagClassName
{
color: #BA895D;
}
</style>
background-color css
<style>
a { background-color: #BA895D; }
a { background-color: rgb(186,137,93); }
div.DivClassName
{
background-color: #BA895D;
}
.BgClassName
{
background-color: #BA895D;
}
</style>
border-color css
<style>
span { border-color: #BA895D; }
span { border-color: rgb(186,137,93); }
td.TdClassName
{
border-color: #BA895D;
}
.TagClassName
{
border-color: #BA895D;
}
</style>