Shades of Tapestry #BA758C
Tints of Tapestry #BA758C
RGB
CMYK
RGB Variations
Color information
#BA758C (or 0xBA758C) is known color: Tapestry. HEX triplet: BA, 75 and 8C. RGB value is (186,117,140). Sum of RGB (Red+Green+Blue) = 186+117+140=443 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.99% from 443); Green value is 117 (46.09% from 255 or 26.41% from 443); Blue value is 140 (55.08% from 255 or 31.60% from 443); Max value from RGB is 186 - color contains mainly: red. Hex color #BA758C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA758C is #458A73. Grayscale: #8C8C8C. Windows color (decimal): -4557428 or 9205178. OLE color: 9205178.
HSL color Cylindrical-coordinate representation of color #BA758C: hue angle of 340º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BA758C is Cyan = 0, Magento = 0.37, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 117 | 140 | - |
| CMYK | 0 | 0.37 | 0.25 | 0.27 |
| HSL | 340º | 0.33% | 0.59% | - |
| HSV(B) | 340º | 0.37% | 0.73% | - |
| XYZ | 31.34 | 25.06 | 28 | - |
| YUV | 140.25 | 127.86 | 160.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 117 | 140 | 0 | 0.37 | 0.25 | 0.27 | 340 | 0.33 | 0.59 |
| Hex | BA | 75 | 8C | 0 | 25 | 19 | 1B | 154 | 21 | 3B |
| Octal | 272 | 165 | 214 | 0 | 45 | 31 | 33 | 524 | 41 | 73 |
| Binary | 10111010 | 1110101 | 10001100 | 0 | 100101 | 11001 | 11011 | 101010100 | 100001 | 111011 |
Color Harmonies of #BA758C
Complementary color
Monochromatic Colors of #BA758C
Black with #BA758C
Text Example
Text Example
White with #BA758C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA758C; }
p { color: rgb(186,117,140); }
H1.HeaderClassName
{
color: #BA758C;
}
.AnyTagClassName
{
color: #BA758C;
}
</style>
background-color css
<style>
a { background-color: #BA758C; }
a { background-color: rgb(186,117,140); }
div.DivClassName
{
background-color: #BA758C;
}
.BgClassName
{
background-color: #BA758C;
}
</style>
border-color css
<style>
span { border-color: #BA758C; }
span { border-color: rgb(186,117,140); }
td.TdClassName
{
border-color: #BA758C;
}
.TagClassName
{
border-color: #BA758C;
}
</style>