Shades of Tapestry #BA7B8D
Tints of Tapestry #BA7B8D
RGB
CMYK
RGB Variations
Color information
#BA7B8D (or 0xBA7B8D) is known color: Tapestry. HEX triplet: BA, 7B and 8D. RGB value is (186,123,141). Sum of RGB (Red+Green+Blue) = 186+123+141=450 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.33% from 450); Green value is 123 (48.44% from 255 or 27.33% from 450); Blue value is 141 (55.47% from 255 or 31.33% from 450); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7B8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7B8D is #458472. Grayscale: #8F8F8F. Windows color (decimal): -4555891 or 9272250. OLE color: 9272250.
HSL color Cylindrical-coordinate representation of color #BA7B8D: hue angle of 342.86º 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 #BA7B8D is Cyan = 0, Magento = 0.34, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 123 | 141 | - |
| CMYK | 0 | 0.34 | 0.24 | 0.27 |
| HSL | 342.86º | 0.31% | 0.61% | - |
| HSV(B) | 342.86º | 0.34% | 0.73% | - |
| XYZ | 32.14 | 26.53 | 28.63 | - |
| YUV | 143.89 | 126.37 | 158.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 123 | 141 | 0 | 0.34 | 0.24 | 0.27 | 342.86 | 0.31 | 0.61 |
| Hex | BA | 7B | 8D | 0 | 22 | 18 | 1B | 157 | 1F | 3D |
| Octal | 272 | 173 | 215 | 0 | 42 | 30 | 33 | 527 | 37 | 75 |
| Binary | 10111010 | 1111011 | 10001101 | 0 | 100010 | 11000 | 11011 | 101010111 | 11111 | 111101 |
Color Harmonies of #BA7B8D
Complementary color
Monochromatic Colors of #BA7B8D
Black with #BA7B8D
Text Example
Text Example
White with #BA7B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7B8D; }
p { color: rgb(186,123,141); }
H1.HeaderClassName
{
color: #BA7B8D;
}
.AnyTagClassName
{
color: #BA7B8D;
}
</style>
background-color css
<style>
a { background-color: #BA7B8D; }
a { background-color: rgb(186,123,141); }
div.DivClassName
{
background-color: #BA7B8D;
}
.BgClassName
{
background-color: #BA7B8D;
}
</style>
border-color css
<style>
span { border-color: #BA7B8D; }
span { border-color: rgb(186,123,141); }
td.TdClassName
{
border-color: #BA7B8D;
}
.TagClassName
{
border-color: #BA7B8D;
}
</style>