Shades of Tapestry #BA7391
Tints of Tapestry #BA7391
RGB
CMYK
RGB Variations
Color information
#BA7391 (or 0xBA7391) is known color: Tapestry. HEX triplet: BA, 73 and 91. RGB value is (186,115,145). Sum of RGB (Red+Green+Blue) = 186+115+145=446 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.70% from 446); Green value is 115 (45.31% from 255 or 25.78% from 446); Blue value is 145 (57.03% from 255 or 32.51% from 446); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7391 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7391 is #458C6E. Grayscale: #8B8B8B. Windows color (decimal): -4557935 or 9532346. OLE color: 9532346.
HSL color Cylindrical-coordinate representation of color #BA7391: hue angle of 334.65º 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 #BA7391 is Cyan = 0, Magento = 0.38, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 115 | 145 | - |
| CMYK | 0 | 0.38 | 0.22 | 0.27 |
| HSL | 334.65º | 0.34% | 0.59% | - |
| HSV(B) | 334.65º | 0.38% | 0.73% | - |
| XYZ | 31.49 | 24.74 | 29.9 | - |
| YUV | 139.65 | 131.02 | 161.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 115 | 145 | 0 | 0.38 | 0.22 | 0.27 | 334.65 | 0.34 | 0.59 |
| Hex | BA | 73 | 91 | 0 | 26 | 16 | 1B | 14F | 22 | 3B |
| Octal | 272 | 163 | 221 | 0 | 46 | 26 | 33 | 517 | 42 | 73 |
| Binary | 10111010 | 1110011 | 10010001 | 0 | 100110 | 10110 | 11011 | 101001111 | 100010 | 111011 |
Color Harmonies of #BA7391
Complementary color
Monochromatic Colors of #BA7391
Black with #BA7391
Text Example
Text Example
White with #BA7391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7391; }
p { color: rgb(186,115,145); }
H1.HeaderClassName
{
color: #BA7391;
}
.AnyTagClassName
{
color: #BA7391;
}
</style>
background-color css
<style>
a { background-color: #BA7391; }
a { background-color: rgb(186,115,145); }
div.DivClassName
{
background-color: #BA7391;
}
.BgClassName
{
background-color: #BA7391;
}
</style>
border-color css
<style>
span { border-color: #BA7391; }
span { border-color: rgb(186,115,145); }
td.TdClassName
{
border-color: #BA7391;
}
.TagClassName
{
border-color: #BA7391;
}
</style>