Shades of Tapestry #BA7C87
Tints of Tapestry #BA7C87
RGB
CMYK
RGB Variations
Color information
#BA7C87 (or 0xBA7C87) is known color: Tapestry. HEX triplet: BA, 7C and 87. RGB value is (186,124,135). Sum of RGB (Red+Green+Blue) = 186+124+135=445 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.80% from 445); Green value is 124 (48.83% from 255 or 27.87% from 445); Blue value is 135 (53.12% from 255 or 30.34% from 445); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7C87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7C87 is #458378. Grayscale: #8F8F8F. Windows color (decimal): -4555641 or 8879290. OLE color: 8879290.
HSL color Cylindrical-coordinate representation of color #BA7C87: hue angle of 349.35º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BA7C87 is Cyan = 0, Magento = 0.33, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 124 | 135 | - |
| CMYK | 0 | 0.33 | 0.27 | 0.27 |
| HSL | 349.35º | 0.31% | 0.61% | - |
| HSV(B) | 349.35º | 0.33% | 0.73% | - |
| XYZ | 31.83 | 26.6 | 26.38 | - |
| YUV | 143.79 | 123.04 | 158.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 124 | 135 | 0 | 0.33 | 0.27 | 0.27 | 349.35 | 0.31 | 0.61 |
| Hex | BA | 7C | 87 | 0 | 21 | 1B | 1B | 15D | 1F | 3D |
| Octal | 272 | 174 | 207 | 0 | 41 | 33 | 33 | 535 | 37 | 75 |
| Binary | 10111010 | 1111100 | 10000111 | 0 | 100001 | 11011 | 11011 | 101011101 | 11111 | 111101 |
Color Harmonies of #BA7C87
Complementary color
Monochromatic Colors of #BA7C87
Black with #BA7C87
Text Example
Text Example
White with #BA7C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7C87; }
p { color: rgb(186,124,135); }
H1.HeaderClassName
{
color: #BA7C87;
}
.AnyTagClassName
{
color: #BA7C87;
}
</style>
background-color css
<style>
a { background-color: #BA7C87; }
a { background-color: rgb(186,124,135); }
div.DivClassName
{
background-color: #BA7C87;
}
.BgClassName
{
background-color: #BA7C87;
}
</style>
border-color css
<style>
span { border-color: #BA7C87; }
span { border-color: rgb(186,124,135); }
td.TdClassName
{
border-color: #BA7C87;
}
.TagClassName
{
border-color: #BA7C87;
}
</style>