Shades of Tapestry #BA648B
Tints of Tapestry #BA648B
RGB
CMYK
RGB Variations
Color information
#BA648B (or 0xBA648B) is known color: Tapestry. HEX triplet: BA, 64 and 8B. RGB value is (186,100,139). Sum of RGB (Red+Green+Blue) = 186+100+139=425 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.76% from 425); Green value is 100 (39.45% from 255 or 23.53% from 425); Blue value is 139 (54.69% from 255 or 32.71% from 425); Max value from RGB is 186 - color contains mainly: red. Hex color #BA648B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA648B is #459B74. Grayscale: #828282. Windows color (decimal): -4561781 or 9135290. OLE color: 9135290.
HSL color Cylindrical-coordinate representation of color #BA648B: hue angle of 332.79º 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 #BA648B is Cyan = 0, Magento = 0.46, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 100 | 139 | - |
| CMYK | 0 | 0.46 | 0.25 | 0.27 |
| HSL | 332.79º | 0.38% | 0.56% | - |
| HSV(B) | 332.79º | 0.46% | 0.73% | - |
| XYZ | 29.47 | 21.42 | 27.01 | - |
| YUV | 130.16 | 132.99 | 167.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 100 | 139 | 0 | 0.46 | 0.25 | 0.27 | 332.79 | 0.38 | 0.56 |
| Hex | BA | 64 | 8B | 0 | 2E | 19 | 1B | 14D | 26 | 38 |
| Octal | 272 | 144 | 213 | 0 | 56 | 31 | 33 | 515 | 46 | 70 |
| Binary | 10111010 | 1100100 | 10001011 | 0 | 101110 | 11001 | 11011 | 101001101 | 100110 | 111000 |
Color Harmonies of #BA648B
Complementary color
Monochromatic Colors of #BA648B
Black with #BA648B
Text Example
Text Example
White with #BA648B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA648B; }
p { color: rgb(186,100,139); }
H1.HeaderClassName
{
color: #BA648B;
}
.AnyTagClassName
{
color: #BA648B;
}
</style>
background-color css
<style>
a { background-color: #BA648B; }
a { background-color: rgb(186,100,139); }
div.DivClassName
{
background-color: #BA648B;
}
.BgClassName
{
background-color: #BA648B;
}
</style>
border-color css
<style>
span { border-color: #BA648B; }
span { border-color: rgb(186,100,139); }
td.TdClassName
{
border-color: #BA648B;
}
.TagClassName
{
border-color: #BA648B;
}
</style>