Shades of Tapestry #BA5D7F
Tints of Tapestry #BA5D7F
RGB
CMYK
RGB Variations
Color information
#BA5D7F (or 0xBA5D7F) is known color: Tapestry. HEX triplet: BA, 5D and 7F. RGB value is (186,93,127). Sum of RGB (Red+Green+Blue) = 186+93+127=406 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.81% from 406); Green value is 93 (36.72% from 255 or 22.91% from 406); Blue value is 127 (50% from 255 or 31.28% from 406); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5D7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5D7F is #45A280. Grayscale: #7C7C7C. Windows color (decimal): -4563585 or 8347066. OLE color: 8347066.
HSL color Cylindrical-coordinate representation of color #BA5D7F: hue angle of 338.06º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BA5D7F is Cyan = 0, Magento = 0.5, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 93 | 127 | - |
| CMYK | 0 | 0.5 | 0.32 | 0.27 |
| HSL | 338.06º | 0.4% | 0.55% | - |
| HSV(B) | 338.06º | 0.5% | 0.73% | - |
| XYZ | 27.99 | 19.8 | 22.42 | - |
| YUV | 124.68 | 129.31 | 171.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 93 | 127 | 0 | 0.5 | 0.32 | 0.27 | 338.06 | 0.4 | 0.55 |
| Hex | BA | 5D | 7F | 0 | 32 | 20 | 1B | 152 | 28 | 37 |
| Octal | 272 | 135 | 177 | 0 | 62 | 40 | 33 | 522 | 50 | 67 |
| Binary | 10111010 | 1011101 | 1111111 | 0 | 110010 | 100000 | 11011 | 101010010 | 101000 | 110111 |
Color Harmonies of #BA5D7F
Complementary color
Monochromatic Colors of #BA5D7F
Black with #BA5D7F
Text Example
Text Example
White with #BA5D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5D7F; }
p { color: rgb(186,93,127); }
H1.HeaderClassName
{
color: #BA5D7F;
}
.AnyTagClassName
{
color: #BA5D7F;
}
</style>
background-color css
<style>
a { background-color: #BA5D7F; }
a { background-color: rgb(186,93,127); }
div.DivClassName
{
background-color: #BA5D7F;
}
.BgClassName
{
background-color: #BA5D7F;
}
</style>
border-color css
<style>
span { border-color: #BA5D7F; }
span { border-color: rgb(186,93,127); }
td.TdClassName
{
border-color: #BA5D7F;
}
.TagClassName
{
border-color: #BA5D7F;
}
</style>