Shades of Tapestry #BA647E
Tints of Tapestry #BA647E
RGB
CMYK
RGB Variations
Color information
#BA647E (or 0xBA647E) is known color: Tapestry. HEX triplet: BA, 64 and 7E. RGB value is (186,100,126). Sum of RGB (Red+Green+Blue) = 186+100+126=412 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.15% from 412); Green value is 100 (39.45% from 255 or 24.27% from 412); Blue value is 126 (49.61% from 255 or 30.58% from 412); Max value from RGB is 186 - color contains mainly: red. Hex color #BA647E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA647E is #459B81. Grayscale: #808080. Windows color (decimal): -4561794 or 8283322. OLE color: 8283322.
HSL color Cylindrical-coordinate representation of color #BA647E: hue angle of 341.86º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BA647E is Cyan = 0, Magento = 0.46, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 100 | 126 | - |
| CMYK | 0 | 0.46 | 0.32 | 0.27 |
| HSL | 341.86º | 0.38% | 0.56% | - |
| HSV(B) | 341.86º | 0.46% | 0.73% | - |
| XYZ | 28.57 | 21.06 | 22.3 | - |
| YUV | 128.68 | 126.49 | 168.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 100 | 126 | 0 | 0.46 | 0.32 | 0.27 | 341.86 | 0.38 | 0.56 |
| Hex | BA | 64 | 7E | 0 | 2E | 20 | 1B | 156 | 26 | 38 |
| Octal | 272 | 144 | 176 | 0 | 56 | 40 | 33 | 526 | 46 | 70 |
| Binary | 10111010 | 1100100 | 1111110 | 0 | 101110 | 100000 | 11011 | 101010110 | 100110 | 111000 |
Color Harmonies of #BA647E
Complementary color
Monochromatic Colors of #BA647E
Black with #BA647E
Text Example
Text Example
White with #BA647E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA647E; }
p { color: rgb(186,100,126); }
H1.HeaderClassName
{
color: #BA647E;
}
.AnyTagClassName
{
color: #BA647E;
}
</style>
background-color css
<style>
a { background-color: #BA647E; }
a { background-color: rgb(186,100,126); }
div.DivClassName
{
background-color: #BA647E;
}
.BgClassName
{
background-color: #BA647E;
}
</style>
border-color css
<style>
span { border-color: #BA647E; }
span { border-color: rgb(186,100,126); }
td.TdClassName
{
border-color: #BA647E;
}
.TagClassName
{
border-color: #BA647E;
}
</style>