Shades of Tapestry #BA7388
Tints of Tapestry #BA7388
RGB
CMYK
RGB Variations
Color information
#BA7388 (or 0xBA7388) is known color: Tapestry. HEX triplet: BA, 73 and 88. RGB value is (186,115,136). Sum of RGB (Red+Green+Blue) = 186+115+136=437 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.56% from 437); Green value is 115 (45.31% from 255 or 26.32% from 437); Blue value is 136 (53.52% from 255 or 31.12% from 437); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7388 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7388 is #458C77. Grayscale: #8A8A8A. Windows color (decimal): -4557944 or 8942522. OLE color: 8942522.
HSL color Cylindrical-coordinate representation of color #BA7388: hue angle of 342.25º 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 #BA7388 is Cyan = 0, Magento = 0.38, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 115 | 136 | - |
| CMYK | 0 | 0.38 | 0.27 | 0.27 |
| HSL | 342.25º | 0.34% | 0.59% | - |
| HSV(B) | 342.25º | 0.38% | 0.73% | - |
| XYZ | 30.82 | 24.48 | 26.39 | - |
| YUV | 138.62 | 126.52 | 161.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 115 | 136 | 0 | 0.38 | 0.27 | 0.27 | 342.25 | 0.34 | 0.59 |
| Hex | BA | 73 | 88 | 0 | 26 | 1B | 1B | 156 | 22 | 3B |
| Octal | 272 | 163 | 210 | 0 | 46 | 33 | 33 | 526 | 42 | 73 |
| Binary | 10111010 | 1110011 | 10001000 | 0 | 100110 | 11011 | 11011 | 101010110 | 100010 | 111011 |
Color Harmonies of #BA7388
Complementary color
Monochromatic Colors of #BA7388
Black with #BA7388
Text Example
Text Example
White with #BA7388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7388; }
p { color: rgb(186,115,136); }
H1.HeaderClassName
{
color: #BA7388;
}
.AnyTagClassName
{
color: #BA7388;
}
</style>
background-color css
<style>
a { background-color: #BA7388; }
a { background-color: rgb(186,115,136); }
div.DivClassName
{
background-color: #BA7388;
}
.BgClassName
{
background-color: #BA7388;
}
</style>
border-color css
<style>
span { border-color: #BA7388; }
span { border-color: rgb(186,115,136); }
td.TdClassName
{
border-color: #BA7388;
}
.TagClassName
{
border-color: #BA7388;
}
</style>