Shades of Tapestry #BA7390
Tints of Tapestry #BA7390
RGB
CMYK
RGB Variations
Color information
#BA7390 (or 0xBA7390) is known color: Tapestry. HEX triplet: BA, 73 and 90. RGB value is (186,115,144). Sum of RGB (Red+Green+Blue) = 186+115+144=445 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.80% from 445); Green value is 115 (45.31% from 255 or 25.84% from 445); Blue value is 144 (56.64% from 255 or 32.36% from 445); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7390 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7390 is #458C6F. Grayscale: #8B8B8B. Windows color (decimal): -4557936 or 9466810. OLE color: 9466810.
HSL color Cylindrical-coordinate representation of color #BA7390: hue angle of 335.49º 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 #BA7390 is Cyan = 0, Magento = 0.38, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 115 | 144 | - |
| CMYK | 0 | 0.38 | 0.23 | 0.27 |
| HSL | 335.49º | 0.34% | 0.59% | - |
| HSV(B) | 335.49º | 0.38% | 0.73% | - |
| XYZ | 31.41 | 24.71 | 29.5 | - |
| YUV | 139.54 | 130.52 | 161.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 115 | 144 | 0 | 0.38 | 0.23 | 0.27 | 335.49 | 0.34 | 0.59 |
| Hex | BA | 73 | 90 | 0 | 26 | 17 | 1B | 14F | 22 | 3B |
| Octal | 272 | 163 | 220 | 0 | 46 | 27 | 33 | 517 | 42 | 73 |
| Binary | 10111010 | 1110011 | 10010000 | 0 | 100110 | 10111 | 11011 | 101001111 | 100010 | 111011 |
Color Harmonies of #BA7390
Complementary color
Monochromatic Colors of #BA7390
Black with #BA7390
Text Example
Text Example
White with #BA7390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7390; }
p { color: rgb(186,115,144); }
H1.HeaderClassName
{
color: #BA7390;
}
.AnyTagClassName
{
color: #BA7390;
}
</style>
background-color css
<style>
a { background-color: #BA7390; }
a { background-color: rgb(186,115,144); }
div.DivClassName
{
background-color: #BA7390;
}
.BgClassName
{
background-color: #BA7390;
}
</style>
border-color css
<style>
span { border-color: #BA7390; }
span { border-color: rgb(186,115,144); }
td.TdClassName
{
border-color: #BA7390;
}
.TagClassName
{
border-color: #BA7390;
}
</style>