Shades of Tapestry #BA668D
Tints of Tapestry #BA668D
RGB
CMYK
RGB Variations
Color information
#BA668D (or 0xBA668D) is known color: Tapestry. HEX triplet: BA, 66 and 8D. RGB value is (186,102,141). Sum of RGB (Red+Green+Blue) = 186+102+141=429 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.36% from 429); Green value is 102 (40.23% from 255 or 23.78% from 429); Blue value is 141 (55.47% from 255 or 32.87% from 429); Max value from RGB is 186 - color contains mainly: red. Hex color #BA668D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA668D is #459972. Grayscale: #838383. Windows color (decimal): -4561267 or 9266874. OLE color: 9266874.
HSL color Cylindrical-coordinate representation of color #BA668D: hue angle of 332.14º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BA668D is Cyan = 0, Magento = 0.45, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 102 | 141 | - |
| CMYK | 0 | 0.45 | 0.24 | 0.27 |
| HSL | 332.14º | 0.38% | 0.56% | - |
| HSV(B) | 332.14º | 0.45% | 0.73% | - |
| XYZ | 29.81 | 21.86 | 27.85 | - |
| YUV | 131.56 | 133.33 | 166.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 102 | 141 | 0 | 0.45 | 0.24 | 0.27 | 332.14 | 0.38 | 0.56 |
| Hex | BA | 66 | 8D | 0 | 2D | 18 | 1B | 14C | 26 | 38 |
| Octal | 272 | 146 | 215 | 0 | 55 | 30 | 33 | 514 | 46 | 70 |
| Binary | 10111010 | 1100110 | 10001101 | 0 | 101101 | 11000 | 11011 | 101001100 | 100110 | 111000 |
Color Harmonies of #BA668D
Complementary color
Monochromatic Colors of #BA668D
Black with #BA668D
Text Example
Text Example
White with #BA668D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA668D; }
p { color: rgb(186,102,141); }
H1.HeaderClassName
{
color: #BA668D;
}
.AnyTagClassName
{
color: #BA668D;
}
</style>
background-color css
<style>
a { background-color: #BA668D; }
a { background-color: rgb(186,102,141); }
div.DivClassName
{
background-color: #BA668D;
}
.BgClassName
{
background-color: #BA668D;
}
</style>
border-color css
<style>
span { border-color: #BA668D; }
span { border-color: rgb(186,102,141); }
td.TdClassName
{
border-color: #BA668D;
}
.TagClassName
{
border-color: #BA668D;
}
</style>