Shades of Tapestry #BA5F7B
Tints of Tapestry #BA5F7B
RGB
CMYK
RGB Variations
Color information
#BA5F7B (or 0xBA5F7B) is known color: Tapestry. HEX triplet: BA, 5F and 7B. RGB value is (186,95,123). Sum of RGB (Red+Green+Blue) = 186+95+123=404 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.04% from 404); Green value is 95 (37.5% from 255 or 23.51% from 404); Blue value is 123 (48.44% from 255 or 30.45% from 404); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5F7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5F7B is #45A084. Grayscale: #7D7D7D. Windows color (decimal): -4563077 or 8085434. OLE color: 8085434.
HSL color Cylindrical-coordinate representation of color #BA5F7B: hue angle of 341.54º 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 #BA5F7B is Cyan = 0, Magento = 0.49, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 95 | 123 | - |
| CMYK | 0 | 0.49 | 0.34 | 0.27 |
| HSL | 341.54º | 0.4% | 0.55% | - |
| HSV(B) | 341.54º | 0.49% | 0.73% | - |
| XYZ | 27.92 | 20.05 | 21.14 | - |
| YUV | 125.4 | 126.65 | 171.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 95 | 123 | 0 | 0.49 | 0.34 | 0.27 | 341.54 | 0.4 | 0.55 |
| Hex | BA | 5F | 7B | 0 | 31 | 22 | 1B | 156 | 28 | 37 |
| Octal | 272 | 137 | 173 | 0 | 61 | 42 | 33 | 526 | 50 | 67 |
| Binary | 10111010 | 1011111 | 1111011 | 0 | 110001 | 100010 | 11011 | 101010110 | 101000 | 110111 |
Color Harmonies of #BA5F7B
Complementary color
Monochromatic Colors of #BA5F7B
Black with #BA5F7B
Text Example
Text Example
White with #BA5F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5F7B; }
p { color: rgb(186,95,123); }
H1.HeaderClassName
{
color: #BA5F7B;
}
.AnyTagClassName
{
color: #BA5F7B;
}
</style>
background-color css
<style>
a { background-color: #BA5F7B; }
a { background-color: rgb(186,95,123); }
div.DivClassName
{
background-color: #BA5F7B;
}
.BgClassName
{
background-color: #BA5F7B;
}
</style>
border-color css
<style>
span { border-color: #BA5F7B; }
span { border-color: rgb(186,95,123); }
td.TdClassName
{
border-color: #BA5F7B;
}
.TagClassName
{
border-color: #BA5F7B;
}
</style>