Shades of Twine #BA885E
Tints of Twine #BA885E
RGB
CMYK
RGB Variations
Color information
#BA885E (or 0xBA885E) is known color: Twine. HEX triplet: BA, 88 and 5E. RGB value is (186,136,94). Sum of RGB (Red+Green+Blue) = 186+136+94=416 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.71% from 416); Green value is 136 (53.52% from 255 or 32.69% from 416); Blue value is 94 (37.11% from 255 or 22.60% from 416); Max value from RGB is 186 - color contains mainly: red. Hex color #BA885E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA885E is #4577A1. Grayscale: #929292. Windows color (decimal): -4552610 or 6195386. OLE color: 6195386.
HSL color Cylindrical-coordinate representation of color #BA885E: hue angle of 27.39º 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 #BA885E is Cyan = 0, Magento = 0.27, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 136 | 94 | - |
| CMYK | 0 | 0.27 | 0.49 | 0.27 |
| HSL | 27.39º | 0.4% | 0.55% | - |
| HSV(B) | 27.39º | 0.49% | 0.73% | - |
| XYZ | 31.07 | 28.86 | 14.52 | - |
| YUV | 146.16 | 98.57 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 136 | 94 | 0 | 0.27 | 0.49 | 0.27 | 27.39 | 0.4 | 0.55 |
| Hex | BA | 88 | 5E | 0 | 1B | 31 | 1B | 1B | 28 | 37 |
| Octal | 272 | 210 | 136 | 0 | 33 | 61 | 33 | 33 | 50 | 67 |
| Binary | 10111010 | 10001000 | 1011110 | 0 | 11011 | 110001 | 11011 | 11011 | 101000 | 110111 |
Color Harmonies of #BA885E
Complementary color
Monochromatic Colors of #BA885E
Black with #BA885E
Text Example
Text Example
White with #BA885E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA885E; }
p { color: rgb(186,136,94); }
H1.HeaderClassName
{
color: #BA885E;
}
.AnyTagClassName
{
color: #BA885E;
}
</style>
background-color css
<style>
a { background-color: #BA885E; }
a { background-color: rgb(186,136,94); }
div.DivClassName
{
background-color: #BA885E;
}
.BgClassName
{
background-color: #BA885E;
}
</style>
border-color css
<style>
span { border-color: #BA885E; }
span { border-color: rgb(186,136,94); }
td.TdClassName
{
border-color: #BA885E;
}
.TagClassName
{
border-color: #BA885E;
}
</style>