Shades of Tapestry #BA758F
Tints of Tapestry #BA758F
RGB
CMYK
RGB Variations
Color information
#BA758F (or 0xBA758F) is known color: Tapestry. HEX triplet: BA, 75 and 8F. RGB value is (186,117,143). Sum of RGB (Red+Green+Blue) = 186+117+143=446 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.70% from 446); Green value is 117 (46.09% from 255 or 26.23% from 446); Blue value is 143 (56.25% from 255 or 32.06% from 446); Max value from RGB is 186 - color contains mainly: red. Hex color #BA758F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA758F is #458A70. Grayscale: #8C8C8C. Windows color (decimal): -4557425 or 9401786. OLE color: 9401786.
HSL color Cylindrical-coordinate representation of color #BA758F: hue angle of 337.39º 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 #BA758F is Cyan = 0, Magento = 0.37, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 117 | 143 | - |
| CMYK | 0 | 0.37 | 0.23 | 0.27 |
| HSL | 337.39º | 0.33% | 0.59% | - |
| HSV(B) | 337.39º | 0.37% | 0.73% | - |
| XYZ | 31.57 | 25.14 | 29.18 | - |
| YUV | 140.6 | 129.36 | 160.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 117 | 143 | 0 | 0.37 | 0.23 | 0.27 | 337.39 | 0.33 | 0.59 |
| Hex | BA | 75 | 8F | 0 | 25 | 17 | 1B | 151 | 21 | 3B |
| Octal | 272 | 165 | 217 | 0 | 45 | 27 | 33 | 521 | 41 | 73 |
| Binary | 10111010 | 1110101 | 10001111 | 0 | 100101 | 10111 | 11011 | 101010001 | 100001 | 111011 |
Color Harmonies of #BA758F
Complementary color
Monochromatic Colors of #BA758F
Black with #BA758F
Text Example
Text Example
White with #BA758F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA758F; }
p { color: rgb(186,117,143); }
H1.HeaderClassName
{
color: #BA758F;
}
.AnyTagClassName
{
color: #BA758F;
}
</style>
background-color css
<style>
a { background-color: #BA758F; }
a { background-color: rgb(186,117,143); }
div.DivClassName
{
background-color: #BA758F;
}
.BgClassName
{
background-color: #BA758F;
}
</style>
border-color css
<style>
span { border-color: #BA758F; }
span { border-color: rgb(186,117,143); }
td.TdClassName
{
border-color: #BA758F;
}
.TagClassName
{
border-color: #BA758F;
}
</style>