Shades of Tapestry #BA738E
Tints of Tapestry #BA738E
RGB
CMYK
RGB Variations
Color information
#BA738E (or 0xBA738E) is known color: Tapestry. HEX triplet: BA, 73 and 8E. RGB value is (186,115,142). Sum of RGB (Red+Green+Blue) = 186+115+142=443 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.99% from 443); Green value is 115 (45.31% from 255 or 25.96% from 443); Blue value is 142 (55.86% from 255 or 32.05% from 443); Max value from RGB is 186 - color contains mainly: red. Hex color #BA738E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA738E is #458C71. Grayscale: #8B8B8B. Windows color (decimal): -4557938 or 9335738. OLE color: 9335738.
HSL color Cylindrical-coordinate representation of color #BA738E: hue angle of 337.18º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BA738E is Cyan = 0, Magento = 0.38, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 115 | 142 | - |
| CMYK | 0 | 0.38 | 0.24 | 0.27 |
| HSL | 337.18º | 0.34% | 0.59% | - |
| HSV(B) | 337.18º | 0.38% | 0.73% | - |
| XYZ | 31.26 | 24.65 | 28.7 | - |
| YUV | 139.31 | 129.52 | 161.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 115 | 142 | 0 | 0.38 | 0.24 | 0.27 | 337.18 | 0.34 | 0.59 |
| Hex | BA | 73 | 8E | 0 | 26 | 18 | 1B | 151 | 22 | 3B |
| Octal | 272 | 163 | 216 | 0 | 46 | 30 | 33 | 521 | 42 | 73 |
| Binary | 10111010 | 1110011 | 10001110 | 0 | 100110 | 11000 | 11011 | 101010001 | 100010 | 111011 |
Color Harmonies of #BA738E
Complementary color
Monochromatic Colors of #BA738E
Black with #BA738E
Text Example
Text Example
White with #BA738E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA738E; }
p { color: rgb(186,115,142); }
H1.HeaderClassName
{
color: #BA738E;
}
.AnyTagClassName
{
color: #BA738E;
}
</style>
background-color css
<style>
a { background-color: #BA738E; }
a { background-color: rgb(186,115,142); }
div.DivClassName
{
background-color: #BA738E;
}
.BgClassName
{
background-color: #BA738E;
}
</style>
border-color css
<style>
span { border-color: #BA738E; }
span { border-color: rgb(186,115,142); }
td.TdClassName
{
border-color: #BA738E;
}
.TagClassName
{
border-color: #BA738E;
}
</style>