Shades of Tapestry #BA7E8F
Tints of Tapestry #BA7E8F
RGB
CMYK
RGB Variations
Color information
#BA7E8F (or 0xBA7E8F) is known color: Tapestry. HEX triplet: BA, 7E and 8F. RGB value is (186,126,143). Sum of RGB (Red+Green+Blue) = 186+126+143=455 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.88% from 455); Green value is 126 (49.61% from 255 or 27.69% from 455); Blue value is 143 (56.25% from 255 or 31.43% from 455); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7E8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7E8F is #458170. Grayscale: #919191. Windows color (decimal): -4555121 or 9404090. OLE color: 9404090.
HSL color Cylindrical-coordinate representation of color #BA7E8F: hue angle of 343º 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 #BA7E8F is Cyan = 0, Magento = 0.32, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 126 | 143 | - |
| CMYK | 0 | 0.32 | 0.23 | 0.27 |
| HSL | 343º | 0.3% | 0.61% | - |
| HSV(B) | 343º | 0.32% | 0.73% | - |
| XYZ | 32.67 | 27.34 | 29.54 | - |
| YUV | 145.88 | 126.38 | 156.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 126 | 143 | 0 | 0.32 | 0.23 | 0.27 | 343 | 0.3 | 0.61 |
| Hex | BA | 7E | 8F | 0 | 20 | 17 | 1B | 157 | 1E | 3D |
| Octal | 272 | 176 | 217 | 0 | 40 | 27 | 33 | 527 | 36 | 75 |
| Binary | 10111010 | 1111110 | 10001111 | 0 | 100000 | 10111 | 11011 | 101010111 | 11110 | 111101 |
Color Harmonies of #BA7E8F
Complementary color
Monochromatic Colors of #BA7E8F
Black with #BA7E8F
Text Example
Text Example
White with #BA7E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7E8F; }
p { color: rgb(186,126,143); }
H1.HeaderClassName
{
color: #BA7E8F;
}
.AnyTagClassName
{
color: #BA7E8F;
}
</style>
background-color css
<style>
a { background-color: #BA7E8F; }
a { background-color: rgb(186,126,143); }
div.DivClassName
{
background-color: #BA7E8F;
}
.BgClassName
{
background-color: #BA7E8F;
}
</style>
border-color css
<style>
span { border-color: #BA7E8F; }
span { border-color: rgb(186,126,143); }
td.TdClassName
{
border-color: #BA7E8F;
}
.TagClassName
{
border-color: #BA7E8F;
}
</style>