Shades of Twine #BA8953
Tints of Twine #BA8953
RGB
CMYK
RGB Variations
Color information
#BA8953 (or 0xBA8953) is known color: Twine. HEX triplet: BA, 89 and 53. RGB value is (186,137,83). Sum of RGB (Red+Green+Blue) = 186+137+83=406 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.81% from 406); Green value is 137 (53.91% from 255 or 33.74% from 406); Blue value is 83 (32.81% from 255 or 20.44% from 406); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8953 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8953 is #4576AC. Grayscale: #919191. Windows color (decimal): -4552365 or 5474746. OLE color: 5474746.
HSL color Cylindrical-coordinate representation of color #BA8953: hue angle of 31.46º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BA8953 is Cyan = 0, Magento = 0.26, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 137 | 83 | - |
| CMYK | 0 | 0.26 | 0.55 | 0.27 |
| HSL | 31.46º | 0.43% | 0.53% | - |
| HSV(B) | 31.46º | 0.55% | 0.73% | - |
| XYZ | 30.76 | 28.95 | 12.15 | - |
| YUV | 145.5 | 92.73 | 156.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 137 | 83 | 0 | 0.26 | 0.55 | 0.27 | 31.46 | 0.43 | 0.53 |
| Hex | BA | 89 | 53 | 0 | 1A | 37 | 1B | 1F | 2B | 35 |
| Octal | 272 | 211 | 123 | 0 | 32 | 67 | 33 | 37 | 53 | 65 |
| Binary | 10111010 | 10001001 | 1010011 | 0 | 11010 | 110111 | 11011 | 11111 | 101011 | 110101 |
Color Harmonies of #BA8953
Complementary color
Monochromatic Colors of #BA8953
Black with #BA8953
Text Example
Text Example
White with #BA8953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8953; }
p { color: rgb(186,137,83); }
H1.HeaderClassName
{
color: #BA8953;
}
.AnyTagClassName
{
color: #BA8953;
}
</style>
background-color css
<style>
a { background-color: #BA8953; }
a { background-color: rgb(186,137,83); }
div.DivClassName
{
background-color: #BA8953;
}
.BgClassName
{
background-color: #BA8953;
}
</style>
border-color css
<style>
span { border-color: #BA8953; }
span { border-color: rgb(186,137,83); }
td.TdClassName
{
border-color: #BA8953;
}
.TagClassName
{
border-color: #BA8953;
}
</style>