Shades of Tapestry #BA7F8E
Tints of Tapestry #BA7F8E
RGB
CMYK
RGB Variations
Color information
#BA7F8E (or 0xBA7F8E) is known color: Tapestry. HEX triplet: BA, 7F and 8E. RGB value is (186,127,142). Sum of RGB (Red+Green+Blue) = 186+127+142=455 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.88% from 455); Green value is 127 (50% from 255 or 27.91% from 455); Blue value is 142 (55.86% from 255 or 31.21% from 455); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7F8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7F8E is #458071. Grayscale: #929292. Windows color (decimal): -4554866 or 9338810. OLE color: 9338810.
HSL color Cylindrical-coordinate representation of color #BA7F8E: hue angle of 344.75º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BA7F8E is Cyan = 0, Magento = 0.32, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 127 | 142 | - |
| CMYK | 0 | 0.32 | 0.24 | 0.27 |
| HSL | 344.75º | 0.3% | 0.61% | - |
| HSV(B) | 344.75º | 0.32% | 0.73% | - |
| XYZ | 32.72 | 27.57 | 29.19 | - |
| YUV | 146.35 | 125.55 | 156.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 127 | 142 | 0 | 0.32 | 0.24 | 0.27 | 344.75 | 0.3 | 0.61 |
| Hex | BA | 7F | 8E | 0 | 20 | 18 | 1B | 159 | 1E | 3D |
| Octal | 272 | 177 | 216 | 0 | 40 | 30 | 33 | 531 | 36 | 75 |
| Binary | 10111010 | 1111111 | 10001110 | 0 | 100000 | 11000 | 11011 | 101011001 | 11110 | 111101 |
Color Harmonies of #BA7F8E
Complementary color
Monochromatic Colors of #BA7F8E
Black with #BA7F8E
Text Example
Text Example
White with #BA7F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7F8E; }
p { color: rgb(186,127,142); }
H1.HeaderClassName
{
color: #BA7F8E;
}
.AnyTagClassName
{
color: #BA7F8E;
}
</style>
background-color css
<style>
a { background-color: #BA7F8E; }
a { background-color: rgb(186,127,142); }
div.DivClassName
{
background-color: #BA7F8E;
}
.BgClassName
{
background-color: #BA7F8E;
}
</style>
border-color css
<style>
span { border-color: #BA7F8E; }
span { border-color: rgb(186,127,142); }
td.TdClassName
{
border-color: #BA7F8E;
}
.TagClassName
{
border-color: #BA7F8E;
}
</style>