Shades of Tapestry #BA5F7C
Tints of Tapestry #BA5F7C
RGB
CMYK
RGB Variations
Color information
#BA5F7C (or 0xBA5F7C) is known color: Tapestry. HEX triplet: BA, 5F and 7C. RGB value is (186,95,124). Sum of RGB (Red+Green+Blue) = 186+95+124=405 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.93% from 405); Green value is 95 (37.5% from 255 or 23.46% from 405); Blue value is 124 (48.83% from 255 or 30.62% from 405); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5F7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5F7C is #45A083. Grayscale: #7D7D7D. Windows color (decimal): -4563076 or 8150970. OLE color: 8150970.
HSL color Cylindrical-coordinate representation of color #BA5F7C: hue angle of 340.88º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BA5F7C is Cyan = 0, Magento = 0.49, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 95 | 124 | - |
| CMYK | 0 | 0.49 | 0.33 | 0.27 |
| HSL | 340.88º | 0.4% | 0.55% | - |
| HSV(B) | 340.88º | 0.49% | 0.73% | - |
| XYZ | 27.98 | 20.08 | 21.47 | - |
| YUV | 125.52 | 127.15 | 171.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 95 | 124 | 0 | 0.49 | 0.33 | 0.27 | 340.88 | 0.4 | 0.55 |
| Hex | BA | 5F | 7C | 0 | 31 | 21 | 1B | 155 | 28 | 37 |
| Octal | 272 | 137 | 174 | 0 | 61 | 41 | 33 | 525 | 50 | 67 |
| Binary | 10111010 | 1011111 | 1111100 | 0 | 110001 | 100001 | 11011 | 101010101 | 101000 | 110111 |
Color Harmonies of #BA5F7C
Complementary color
Monochromatic Colors of #BA5F7C
Black with #BA5F7C
Text Example
Text Example
White with #BA5F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5F7C; }
p { color: rgb(186,95,124); }
H1.HeaderClassName
{
color: #BA5F7C;
}
.AnyTagClassName
{
color: #BA5F7C;
}
</style>
background-color css
<style>
a { background-color: #BA5F7C; }
a { background-color: rgb(186,95,124); }
div.DivClassName
{
background-color: #BA5F7C;
}
.BgClassName
{
background-color: #BA5F7C;
}
</style>
border-color css
<style>
span { border-color: #BA5F7C; }
span { border-color: rgb(186,95,124); }
td.TdClassName
{
border-color: #BA5F7C;
}
.TagClassName
{
border-color: #BA5F7C;
}
</style>