Shades of Tapestry #BA7B95
Tints of Tapestry #BA7B95
RGB
CMYK
RGB Variations
Color information
#BA7B95 (or 0xBA7B95) is known color: Tapestry. HEX triplet: BA, 7B and 95. RGB value is (186,123,149). Sum of RGB (Red+Green+Blue) = 186+123+149=458 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.61% from 458); Green value is 123 (48.44% from 255 or 26.86% from 458); Blue value is 149 (58.59% from 255 or 32.53% from 458); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7B95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7B95 is #45846A. Grayscale: #909090. Windows color (decimal): -4555883 or 9796538. OLE color: 9796538.
HSL color Cylindrical-coordinate representation of color #BA7B95: hue angle of 335.24º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BA7B95 is Cyan = 0, Magento = 0.34, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 123 | 149 | - |
| CMYK | 0 | 0.34 | 0.20 | 0.27 |
| HSL | 335.24º | 0.31% | 0.61% | - |
| HSV(B) | 335.24º | 0.34% | 0.73% | - |
| XYZ | 32.76 | 26.77 | 31.88 | - |
| YUV | 144.8 | 130.37 | 157.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 123 | 149 | 0 | 0.34 | 0.20 | 0.27 | 335.24 | 0.31 | 0.61 |
| Hex | BA | 7B | 95 | 0 | 22 | 14 | 1B | 14F | 1F | 3D |
| Octal | 272 | 173 | 225 | 0 | 42 | 24 | 33 | 517 | 37 | 75 |
| Binary | 10111010 | 1111011 | 10010101 | 0 | 100010 | 10100 | 11011 | 101001111 | 11111 | 111101 |
Color Harmonies of #BA7B95
Complementary color
Monochromatic Colors of #BA7B95
Black with #BA7B95
Text Example
Text Example
White with #BA7B95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7B95; }
p { color: rgb(186,123,149); }
H1.HeaderClassName
{
color: #BA7B95;
}
.AnyTagClassName
{
color: #BA7B95;
}
</style>
background-color css
<style>
a { background-color: #BA7B95; }
a { background-color: rgb(186,123,149); }
div.DivClassName
{
background-color: #BA7B95;
}
.BgClassName
{
background-color: #BA7B95;
}
</style>
border-color css
<style>
span { border-color: #BA7B95; }
span { border-color: rgb(186,123,149); }
td.TdClassName
{
border-color: #BA7B95;
}
.TagClassName
{
border-color: #BA7B95;
}
</style>