Shades of Tapestry #BA6A8D
Tints of Tapestry #BA6A8D
RGB
CMYK
RGB Variations
Color information
#BA6A8D (or 0xBA6A8D) is known color: Tapestry. HEX triplet: BA, 6A and 8D. RGB value is (186,106,141). Sum of RGB (Red+Green+Blue) = 186+106+141=433 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.96% from 433); Green value is 106 (41.80% from 255 or 24.48% from 433); Blue value is 141 (55.47% from 255 or 32.56% from 433); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6A8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6A8D is #459572. Grayscale: #858585. Windows color (decimal): -4560243 or 9267898. OLE color: 9267898.
HSL color Cylindrical-coordinate representation of color #BA6A8D: hue angle of 333.75º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BA6A8D is Cyan = 0, Magento = 0.43, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 106 | 141 | - |
| CMYK | 0 | 0.43 | 0.24 | 0.27 |
| HSL | 333.75º | 0.37% | 0.57% | - |
| HSV(B) | 333.75º | 0.43% | 0.73% | - |
| XYZ | 30.21 | 22.67 | 27.98 | - |
| YUV | 133.91 | 132 | 165.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 106 | 141 | 0 | 0.43 | 0.24 | 0.27 | 333.75 | 0.37 | 0.57 |
| Hex | BA | 6A | 8D | 0 | 2B | 18 | 1B | 14E | 25 | 39 |
| Octal | 272 | 152 | 215 | 0 | 53 | 30 | 33 | 516 | 45 | 71 |
| Binary | 10111010 | 1101010 | 10001101 | 0 | 101011 | 11000 | 11011 | 101001110 | 100101 | 111001 |
Color Harmonies of #BA6A8D
Complementary color
Monochromatic Colors of #BA6A8D
Black with #BA6A8D
Text Example
Text Example
White with #BA6A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6A8D; }
p { color: rgb(186,106,141); }
H1.HeaderClassName
{
color: #BA6A8D;
}
.AnyTagClassName
{
color: #BA6A8D;
}
</style>
background-color css
<style>
a { background-color: #BA6A8D; }
a { background-color: rgb(186,106,141); }
div.DivClassName
{
background-color: #BA6A8D;
}
.BgClassName
{
background-color: #BA6A8D;
}
</style>
border-color css
<style>
span { border-color: #BA6A8D; }
span { border-color: rgb(186,106,141); }
td.TdClassName
{
border-color: #BA6A8D;
}
.TagClassName
{
border-color: #BA6A8D;
}
</style>