Shades of Tapestry #BA5C83
Tints of Tapestry #BA5C83
RGB
CMYK
RGB Variations
Color information
#BA5C83 (or 0xBA5C83) is known color: Tapestry. HEX triplet: BA, 5C and 83. RGB value is (186,92,131). Sum of RGB (Red+Green+Blue) = 186+92+131=409 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.48% from 409); Green value is 92 (36.33% from 255 or 22.49% from 409); Blue value is 131 (51.56% from 255 or 32.03% from 409); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5C83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5C83 is #45A37C. Grayscale: #7C7C7C. Windows color (decimal): -4563837 or 8608954. OLE color: 8608954.
HSL color Cylindrical-coordinate representation of color #BA5C83: hue angle of 335.11º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BA5C83 is Cyan = 0, Magento = 0.51, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 92 | 131 | - |
| CMYK | 0 | 0.51 | 0.30 | 0.27 |
| HSL | 335.11º | 0.41% | 0.55% | - |
| HSV(B) | 335.11º | 0.51% | 0.73% | - |
| XYZ | 28.17 | 19.73 | 23.8 | - |
| YUV | 124.55 | 131.64 | 171.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 92 | 131 | 0 | 0.51 | 0.30 | 0.27 | 335.11 | 0.41 | 0.55 |
| Hex | BA | 5C | 83 | 0 | 33 | 1E | 1B | 14F | 29 | 37 |
| Octal | 272 | 134 | 203 | 0 | 63 | 36 | 33 | 517 | 51 | 67 |
| Binary | 10111010 | 1011100 | 10000011 | 0 | 110011 | 11110 | 11011 | 101001111 | 101001 | 110111 |
Color Harmonies of #BA5C83
Complementary color
Monochromatic Colors of #BA5C83
Black with #BA5C83
Text Example
Text Example
White with #BA5C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5C83; }
p { color: rgb(186,92,131); }
H1.HeaderClassName
{
color: #BA5C83;
}
.AnyTagClassName
{
color: #BA5C83;
}
</style>
background-color css
<style>
a { background-color: #BA5C83; }
a { background-color: rgb(186,92,131); }
div.DivClassName
{
background-color: #BA5C83;
}
.BgClassName
{
background-color: #BA5C83;
}
</style>
border-color css
<style>
span { border-color: #BA5C83; }
span { border-color: rgb(186,92,131); }
td.TdClassName
{
border-color: #BA5C83;
}
.TagClassName
{
border-color: #BA5C83;
}
</style>