Shades of Tapestry #BA7D95
Tints of Tapestry #BA7D95
RGB
CMYK
RGB Variations
Color information
#BA7D95 (or 0xBA7D95) is known color: Tapestry. HEX triplet: BA, 7D and 95. RGB value is (186,125,149). Sum of RGB (Red+Green+Blue) = 186+125+149=460 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.43% from 460); Green value is 125 (49.22% from 255 or 27.17% from 460); Blue value is 149 (58.59% from 255 or 32.39% from 460); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7D95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7D95 is #45826A. Grayscale: #919191. Windows color (decimal): -4555371 or 9797050. OLE color: 9797050.
HSL color Cylindrical-coordinate representation of color #BA7D95: hue angle of 336.39º 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 #BA7D95 is Cyan = 0, Magento = 0.33, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 125 | 149 | - |
| CMYK | 0 | 0.33 | 0.20 | 0.27 |
| HSL | 336.39º | 0.31% | 0.61% | - |
| HSV(B) | 336.39º | 0.33% | 0.73% | - |
| XYZ | 33.01 | 27.28 | 31.96 | - |
| YUV | 145.98 | 129.71 | 156.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 125 | 149 | 0 | 0.33 | 0.20 | 0.27 | 336.39 | 0.31 | 0.61 |
| Hex | BA | 7D | 95 | 0 | 21 | 14 | 1B | 150 | 1F | 3D |
| Octal | 272 | 175 | 225 | 0 | 41 | 24 | 33 | 520 | 37 | 75 |
| Binary | 10111010 | 1111101 | 10010101 | 0 | 100001 | 10100 | 11011 | 101010000 | 11111 | 111101 |
Color Harmonies of #BA7D95
Complementary color
Monochromatic Colors of #BA7D95
Black with #BA7D95
Text Example
Text Example
White with #BA7D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7D95; }
p { color: rgb(186,125,149); }
H1.HeaderClassName
{
color: #BA7D95;
}
.AnyTagClassName
{
color: #BA7D95;
}
</style>
background-color css
<style>
a { background-color: #BA7D95; }
a { background-color: rgb(186,125,149); }
div.DivClassName
{
background-color: #BA7D95;
}
.BgClassName
{
background-color: #BA7D95;
}
</style>
border-color css
<style>
span { border-color: #BA7D95; }
span { border-color: rgb(186,125,149); }
td.TdClassName
{
border-color: #BA7D95;
}
.TagClassName
{
border-color: #BA7D95;
}
</style>