Shades of Twine #BA8856
Tints of Twine #BA8856
RGB
CMYK
RGB Variations
Color information
#BA8856 (or 0xBA8856) is known color: Twine. HEX triplet: BA, 88 and 56. RGB value is (186,136,86). Sum of RGB (Red+Green+Blue) = 186+136+86=408 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.59% from 408); Green value is 136 (53.52% from 255 or 33.33% from 408); Blue value is 86 (33.98% from 255 or 21.08% from 408); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8856 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8856 is #4577A9. Grayscale: #919191. Windows color (decimal): -4552618 or 5671098. OLE color: 5671098.
HSL color Cylindrical-coordinate representation of color #BA8856: hue angle of 30º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BA8856 is Cyan = 0, Magento = 0.27, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 136 | 86 | - |
| CMYK | 0 | 0.27 | 0.54 | 0.27 |
| HSL | 30º | 0.42% | 0.53% | - |
| HSV(B) | 30º | 0.54% | 0.73% | - |
| XYZ | 30.73 | 28.72 | 12.73 | - |
| YUV | 145.25 | 94.57 | 157.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 136 | 86 | 0 | 0.27 | 0.54 | 0.27 | 30 | 0.42 | 0.53 |
| Hex | BA | 88 | 56 | 0 | 1B | 36 | 1B | 1E | 2A | 35 |
| Octal | 272 | 210 | 126 | 0 | 33 | 66 | 33 | 36 | 52 | 65 |
| Binary | 10111010 | 10001000 | 1010110 | 0 | 11011 | 110110 | 11011 | 11110 | 101010 | 110101 |
Color Harmonies of #BA8856
Complementary color
Monochromatic Colors of #BA8856
Black with #BA8856
Text Example
Text Example
White with #BA8856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8856; }
p { color: rgb(186,136,86); }
H1.HeaderClassName
{
color: #BA8856;
}
.AnyTagClassName
{
color: #BA8856;
}
</style>
background-color css
<style>
a { background-color: #BA8856; }
a { background-color: rgb(186,136,86); }
div.DivClassName
{
background-color: #BA8856;
}
.BgClassName
{
background-color: #BA8856;
}
</style>
border-color css
<style>
span { border-color: #BA8856; }
span { border-color: rgb(186,136,86); }
td.TdClassName
{
border-color: #BA8856;
}
.TagClassName
{
border-color: #BA8856;
}
</style>