Shades of Tapestry #BA648C
Tints of Tapestry #BA648C
RGB
CMYK
RGB Variations
Color information
#BA648C (or 0xBA648C) is known color: Tapestry. HEX triplet: BA, 64 and 8C. RGB value is (186,100,140). Sum of RGB (Red+Green+Blue) = 186+100+140=426 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.66% from 426); Green value is 100 (39.45% from 255 or 23.47% from 426); Blue value is 140 (55.08% from 255 or 32.86% from 426); Max value from RGB is 186 - color contains mainly: red. Hex color #BA648C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA648C is #459B73. Grayscale: #828282. Windows color (decimal): -4561780 or 9200826. OLE color: 9200826.
HSL color Cylindrical-coordinate representation of color #BA648C: hue angle of 332.09º 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 #BA648C is Cyan = 0, Magento = 0.46, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 100 | 140 | - |
| CMYK | 0 | 0.46 | 0.25 | 0.27 |
| HSL | 332.09º | 0.38% | 0.56% | - |
| HSV(B) | 332.09º | 0.46% | 0.73% | - |
| XYZ | 29.54 | 21.45 | 27.39 | - |
| YUV | 130.27 | 133.49 | 167.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 100 | 140 | 0 | 0.46 | 0.25 | 0.27 | 332.09 | 0.38 | 0.56 |
| Hex | BA | 64 | 8C | 0 | 2E | 19 | 1B | 14C | 26 | 38 |
| Octal | 272 | 144 | 214 | 0 | 56 | 31 | 33 | 514 | 46 | 70 |
| Binary | 10111010 | 1100100 | 10001100 | 0 | 101110 | 11001 | 11011 | 101001100 | 100110 | 111000 |
Color Harmonies of #BA648C
Complementary color
Monochromatic Colors of #BA648C
Black with #BA648C
Text Example
Text Example
White with #BA648C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA648C; }
p { color: rgb(186,100,140); }
H1.HeaderClassName
{
color: #BA648C;
}
.AnyTagClassName
{
color: #BA648C;
}
</style>
background-color css
<style>
a { background-color: #BA648C; }
a { background-color: rgb(186,100,140); }
div.DivClassName
{
background-color: #BA648C;
}
.BgClassName
{
background-color: #BA648C;
}
</style>
border-color css
<style>
span { border-color: #BA648C; }
span { border-color: rgb(186,100,140); }
td.TdClassName
{
border-color: #BA648C;
}
.TagClassName
{
border-color: #BA648C;
}
</style>