Shades of Tapestry #BA5D84
Tints of Tapestry #BA5D84
RGB
CMYK
RGB Variations
Color information
#BA5D84 (or 0xBA5D84) is known color: Tapestry. HEX triplet: BA, 5D and 84. RGB value is (186,93,132). Sum of RGB (Red+Green+Blue) = 186+93+132=411 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.26% from 411); Green value is 93 (36.72% from 255 or 22.63% from 411); Blue value is 132 (51.95% from 255 or 32.12% from 411); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5D84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5D84 is #45A27B. Grayscale: #7D7D7D. Windows color (decimal): -4563580 or 8674746. OLE color: 8674746.
HSL color Cylindrical-coordinate representation of color #BA5D84: hue angle of 334.84º 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 #BA5D84 is Cyan = 0, Magento = 0.5, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 93 | 132 | - |
| CMYK | 0 | 0.5 | 0.29 | 0.27 |
| HSL | 334.84º | 0.4% | 0.55% | - |
| HSV(B) | 334.84º | 0.5% | 0.73% | - |
| XYZ | 28.33 | 19.93 | 24.18 | - |
| YUV | 125.25 | 131.81 | 171.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 93 | 132 | 0 | 0.5 | 0.29 | 0.27 | 334.84 | 0.4 | 0.55 |
| Hex | BA | 5D | 84 | 0 | 32 | 1D | 1B | 14F | 28 | 37 |
| Octal | 272 | 135 | 204 | 0 | 62 | 35 | 33 | 517 | 50 | 67 |
| Binary | 10111010 | 1011101 | 10000100 | 0 | 110010 | 11101 | 11011 | 101001111 | 101000 | 110111 |
Color Harmonies of #BA5D84
Complementary color
Monochromatic Colors of #BA5D84
Black with #BA5D84
Text Example
Text Example
White with #BA5D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5D84; }
p { color: rgb(186,93,132); }
H1.HeaderClassName
{
color: #BA5D84;
}
.AnyTagClassName
{
color: #BA5D84;
}
</style>
background-color css
<style>
a { background-color: #BA5D84; }
a { background-color: rgb(186,93,132); }
div.DivClassName
{
background-color: #BA5D84;
}
.BgClassName
{
background-color: #BA5D84;
}
</style>
border-color css
<style>
span { border-color: #BA5D84; }
span { border-color: rgb(186,93,132); }
td.TdClassName
{
border-color: #BA5D84;
}
.TagClassName
{
border-color: #BA5D84;
}
</style>