Shades of Tapestry #BA7380
Tints of Tapestry #BA7380
RGB
CMYK
RGB Variations
Color information
#BA7380 (or 0xBA7380) is known color: Tapestry. HEX triplet: BA, 73 and 80. RGB value is (186,115,128). Sum of RGB (Red+Green+Blue) = 186+115+128=429 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.36% from 429); Green value is 115 (45.31% from 255 or 26.81% from 429); Blue value is 128 (50.39% from 255 or 29.84% from 429); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7380 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7380 is #458C7F. Grayscale: #898989. Windows color (decimal): -4557952 or 8418234. OLE color: 8418234.
HSL color Cylindrical-coordinate representation of color #BA7380: hue angle of 349.01º 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 #BA7380 is Cyan = 0, Magento = 0.38, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 115 | 128 | - |
| CMYK | 0 | 0.38 | 0.31 | 0.27 |
| HSL | 349.01º | 0.34% | 0.59% | - |
| HSV(B) | 349.01º | 0.38% | 0.73% | - |
| XYZ | 30.28 | 24.26 | 23.51 | - |
| YUV | 137.71 | 122.52 | 162.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 115 | 128 | 0 | 0.38 | 0.31 | 0.27 | 349.01 | 0.34 | 0.59 |
| Hex | BA | 73 | 80 | 0 | 26 | 1F | 1B | 15D | 22 | 3B |
| Octal | 272 | 163 | 200 | 0 | 46 | 37 | 33 | 535 | 42 | 73 |
| Binary | 10111010 | 1110011 | 10000000 | 0 | 100110 | 11111 | 11011 | 101011101 | 100010 | 111011 |
Color Harmonies of #BA7380
Complementary color
Monochromatic Colors of #BA7380
Black with #BA7380
Text Example
Text Example
White with #BA7380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7380; }
p { color: rgb(186,115,128); }
H1.HeaderClassName
{
color: #BA7380;
}
.AnyTagClassName
{
color: #BA7380;
}
</style>
background-color css
<style>
a { background-color: #BA7380; }
a { background-color: rgb(186,115,128); }
div.DivClassName
{
background-color: #BA7380;
}
.BgClassName
{
background-color: #BA7380;
}
</style>
border-color css
<style>
span { border-color: #BA7380; }
span { border-color: rgb(186,115,128); }
td.TdClassName
{
border-color: #BA7380;
}
.TagClassName
{
border-color: #BA7380;
}
</style>