Shades of Tapestry #BA657F
Tints of Tapestry #BA657F
RGB
CMYK
RGB Variations
Color information
#BA657F (or 0xBA657F) is known color: Tapestry. HEX triplet: BA, 65 and 7F. RGB value is (186,101,127). Sum of RGB (Red+Green+Blue) = 186+101+127=414 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.93% from 414); Green value is 101 (39.84% from 255 or 24.40% from 414); Blue value is 127 (50% from 255 or 30.68% from 414); Max value from RGB is 186 - color contains mainly: red. Hex color #BA657F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA657F is #459A80. Grayscale: #818181. Windows color (decimal): -4561537 or 8349114. OLE color: 8349114.
HSL color Cylindrical-coordinate representation of color #BA657F: hue angle of 341.65º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BA657F is Cyan = 0, Magento = 0.46, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 101 | 127 | - |
| CMYK | 0 | 0.46 | 0.32 | 0.27 |
| HSL | 341.65º | 0.38% | 0.56% | - |
| HSV(B) | 341.65º | 0.46% | 0.73% | - |
| XYZ | 28.73 | 21.28 | 22.67 | - |
| YUV | 129.38 | 126.66 | 168.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 101 | 127 | 0 | 0.46 | 0.32 | 0.27 | 341.65 | 0.38 | 0.56 |
| Hex | BA | 65 | 7F | 0 | 2E | 20 | 1B | 156 | 26 | 38 |
| Octal | 272 | 145 | 177 | 0 | 56 | 40 | 33 | 526 | 46 | 70 |
| Binary | 10111010 | 1100101 | 1111111 | 0 | 101110 | 100000 | 11011 | 101010110 | 100110 | 111000 |
Color Harmonies of #BA657F
Complementary color
Monochromatic Colors of #BA657F
Black with #BA657F
Text Example
Text Example
White with #BA657F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA657F; }
p { color: rgb(186,101,127); }
H1.HeaderClassName
{
color: #BA657F;
}
.AnyTagClassName
{
color: #BA657F;
}
</style>
background-color css
<style>
a { background-color: #BA657F; }
a { background-color: rgb(186,101,127); }
div.DivClassName
{
background-color: #BA657F;
}
.BgClassName
{
background-color: #BA657F;
}
</style>
border-color css
<style>
span { border-color: #BA657F; }
span { border-color: rgb(186,101,127); }
td.TdClassName
{
border-color: #BA657F;
}
.TagClassName
{
border-color: #BA657F;
}
</style>