Shades of Twine #BA8852
Tints of Twine #BA8852
RGB
CMYK
RGB Variations
Color information
#BA8852 (or 0xBA8852) is known color: Twine. HEX triplet: BA, 88 and 52. RGB value is (186,136,82). Sum of RGB (Red+Green+Blue) = 186+136+82=404 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.04% from 404); Green value is 136 (53.52% from 255 or 33.66% from 404); Blue value is 82 (32.42% from 255 or 20.30% from 404); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8852 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8852 is #4577AD. Grayscale: #919191. Windows color (decimal): -4552622 or 5408954. OLE color: 5408954.
HSL color Cylindrical-coordinate representation of color #BA8852: hue angle of 31.15º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BA8852 is Cyan = 0, Magento = 0.27, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 136 | 82 | - |
| CMYK | 0 | 0.27 | 0.56 | 0.27 |
| HSL | 31.15º | 0.43% | 0.53% | - |
| HSV(B) | 31.15º | 0.56% | 0.73% | - |
| XYZ | 30.58 | 28.66 | 11.9 | - |
| YUV | 144.79 | 92.57 | 157.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 136 | 82 | 0 | 0.27 | 0.56 | 0.27 | 31.15 | 0.43 | 0.53 |
| Hex | BA | 88 | 52 | 0 | 1B | 38 | 1B | 1F | 2B | 35 |
| Octal | 272 | 210 | 122 | 0 | 33 | 70 | 33 | 37 | 53 | 65 |
| Binary | 10111010 | 10001000 | 1010010 | 0 | 11011 | 111000 | 11011 | 11111 | 101011 | 110101 |
Color Harmonies of #BA8852
Complementary color
Monochromatic Colors of #BA8852
Black with #BA8852
Text Example
Text Example
White with #BA8852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8852; }
p { color: rgb(186,136,82); }
H1.HeaderClassName
{
color: #BA8852;
}
.AnyTagClassName
{
color: #BA8852;
}
</style>
background-color css
<style>
a { background-color: #BA8852; }
a { background-color: rgb(186,136,82); }
div.DivClassName
{
background-color: #BA8852;
}
.BgClassName
{
background-color: #BA8852;
}
</style>
border-color css
<style>
span { border-color: #BA8852; }
span { border-color: rgb(186,136,82); }
td.TdClassName
{
border-color: #BA8852;
}
.TagClassName
{
border-color: #BA8852;
}
</style>