Shades of Tapestry #BA5D83
Tints of Tapestry #BA5D83
RGB
CMYK
RGB Variations
Color information
#BA5D83 (or 0xBA5D83) is known color: Tapestry. HEX triplet: BA, 5D and 83. RGB value is (186,93,131). Sum of RGB (Red+Green+Blue) = 186+93+131=410 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.37% from 410); Green value is 93 (36.72% from 255 or 22.68% from 410); Blue value is 131 (51.56% from 255 or 31.95% from 410); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5D83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5D83 is #45A27C. Grayscale: #7D7D7D. Windows color (decimal): -4563581 or 8609210. OLE color: 8609210.
HSL color Cylindrical-coordinate representation of color #BA5D83: hue angle of 335.48º 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 #BA5D83 is Cyan = 0, Magento = 0.5, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 93 | 131 | - |
| CMYK | 0 | 0.5 | 0.30 | 0.27 |
| HSL | 335.48º | 0.4% | 0.55% | - |
| HSV(B) | 335.48º | 0.5% | 0.73% | - |
| XYZ | 28.26 | 19.91 | 23.83 | - |
| YUV | 125.14 | 131.31 | 171.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 93 | 131 | 0 | 0.5 | 0.30 | 0.27 | 335.48 | 0.4 | 0.55 |
| Hex | BA | 5D | 83 | 0 | 32 | 1E | 1B | 14F | 28 | 37 |
| Octal | 272 | 135 | 203 | 0 | 62 | 36 | 33 | 517 | 50 | 67 |
| Binary | 10111010 | 1011101 | 10000011 | 0 | 110010 | 11110 | 11011 | 101001111 | 101000 | 110111 |
Color Harmonies of #BA5D83
Complementary color
Monochromatic Colors of #BA5D83
Black with #BA5D83
Text Example
Text Example
White with #BA5D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5D83; }
p { color: rgb(186,93,131); }
H1.HeaderClassName
{
color: #BA5D83;
}
.AnyTagClassName
{
color: #BA5D83;
}
</style>
background-color css
<style>
a { background-color: #BA5D83; }
a { background-color: rgb(186,93,131); }
div.DivClassName
{
background-color: #BA5D83;
}
.BgClassName
{
background-color: #BA5D83;
}
</style>
border-color css
<style>
span { border-color: #BA5D83; }
span { border-color: rgb(186,93,131); }
td.TdClassName
{
border-color: #BA5D83;
}
.TagClassName
{
border-color: #BA5D83;
}
</style>