Shades of Twine #BA885D
Tints of Twine #BA885D
RGB
CMYK
RGB Variations
Color information
#BA885D (or 0xBA885D) is known color: Twine. HEX triplet: BA, 88 and 5D. RGB value is (186,136,93). Sum of RGB (Red+Green+Blue) = 186+136+93=415 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.82% from 415); Green value is 136 (53.52% from 255 or 32.77% from 415); Blue value is 93 (36.72% from 255 or 22.41% from 415); Max value from RGB is 186 - color contains mainly: red. Hex color #BA885D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA885D is #4577A2. Grayscale: #929292. Windows color (decimal): -4552611 or 6129850. OLE color: 6129850.
HSL color Cylindrical-coordinate representation of color #BA885D: hue angle of 27.74º 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 #BA885D is Cyan = 0, Magento = 0.27, Yellow = 0.5 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 136 | 93 | - |
| CMYK | 0 | 0.27 | 0.5 | 0.27 |
| HSL | 27.74º | 0.4% | 0.55% | - |
| HSV(B) | 27.74º | 0.5% | 0.73% | - |
| XYZ | 31.03 | 28.84 | 14.29 | - |
| YUV | 146.05 | 98.07 | 156.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 136 | 93 | 0 | 0.27 | 0.5 | 0.27 | 27.74 | 0.4 | 0.55 |
| Hex | BA | 88 | 5D | 0 | 1B | 32 | 1B | 1C | 28 | 37 |
| Octal | 272 | 210 | 135 | 0 | 33 | 62 | 33 | 34 | 50 | 67 |
| Binary | 10111010 | 10001000 | 1011101 | 0 | 11011 | 110010 | 11011 | 11100 | 101000 | 110111 |
Color Harmonies of #BA885D
Complementary color
Monochromatic Colors of #BA885D
Black with #BA885D
Text Example
Text Example
White with #BA885D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA885D; }
p { color: rgb(186,136,93); }
H1.HeaderClassName
{
color: #BA885D;
}
.AnyTagClassName
{
color: #BA885D;
}
</style>
background-color css
<style>
a { background-color: #BA885D; }
a { background-color: rgb(186,136,93); }
div.DivClassName
{
background-color: #BA885D;
}
.BgClassName
{
background-color: #BA885D;
}
</style>
border-color css
<style>
span { border-color: #BA885D; }
span { border-color: rgb(186,136,93); }
td.TdClassName
{
border-color: #BA885D;
}
.TagClassName
{
border-color: #BA885D;
}
</style>