Shades of Twine #BA8952
Tints of Twine #BA8952
RGB
CMYK
RGB Variations
Color information
#BA8952 (or 0xBA8952) is known color: Twine. HEX triplet: BA, 89 and 52. RGB value is (186,137,82). Sum of RGB (Red+Green+Blue) = 186+137+82=405 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.93% from 405); Green value is 137 (53.91% from 255 or 33.83% from 405); Blue value is 82 (32.42% from 255 or 20.25% from 405); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8952 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8952 is #4576AD. Grayscale: #919191. Windows color (decimal): -4552366 or 5409210. OLE color: 5409210.
HSL color Cylindrical-coordinate representation of color #BA8952: hue angle of 31.73º 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 #BA8952 is Cyan = 0, Magento = 0.26, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 137 | 82 | - |
| CMYK | 0 | 0.26 | 0.56 | 0.27 |
| HSL | 31.73º | 0.43% | 0.53% | - |
| HSV(B) | 31.73º | 0.56% | 0.73% | - |
| XYZ | 30.72 | 28.94 | 11.95 | - |
| YUV | 145.38 | 92.23 | 156.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 137 | 82 | 0 | 0.26 | 0.56 | 0.27 | 31.73 | 0.43 | 0.53 |
| Hex | BA | 89 | 52 | 0 | 1A | 38 | 1B | 20 | 2B | 35 |
| Octal | 272 | 211 | 122 | 0 | 32 | 70 | 33 | 40 | 53 | 65 |
| Binary | 10111010 | 10001001 | 1010010 | 0 | 11010 | 111000 | 11011 | 100000 | 101011 | 110101 |
Color Harmonies of #BA8952
Complementary color
Monochromatic Colors of #BA8952
Black with #BA8952
Text Example
Text Example
White with #BA8952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8952; }
p { color: rgb(186,137,82); }
H1.HeaderClassName
{
color: #BA8952;
}
.AnyTagClassName
{
color: #BA8952;
}
</style>
background-color css
<style>
a { background-color: #BA8952; }
a { background-color: rgb(186,137,82); }
div.DivClassName
{
background-color: #BA8952;
}
.BgClassName
{
background-color: #BA8952;
}
</style>
border-color css
<style>
span { border-color: #BA8952; }
span { border-color: rgb(186,137,82); }
td.TdClassName
{
border-color: #BA8952;
}
.TagClassName
{
border-color: #BA8952;
}
</style>