Shades of Tapestry #BA6575
Tints of Tapestry #BA6575
RGB
CMYK
RGB Variations
Color information
#BA6575 (or 0xBA6575) is known color: Tapestry. HEX triplet: BA, 65 and 75. RGB value is (186,101,117). Sum of RGB (Red+Green+Blue) = 186+101+117=404 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.04% from 404); Green value is 101 (39.84% from 255 or 25% from 404); Blue value is 117 (46.09% from 255 or 28.96% from 404); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6575 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6575 is #459A8A. Grayscale: #808080. Windows color (decimal): -4561547 or 7693754. OLE color: 7693754.
HSL color Cylindrical-coordinate representation of color #BA6575: hue angle of 348.71º 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 #BA6575 is Cyan = 0, Magento = 0.46, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 101 | 117 | - |
| CMYK | 0 | 0.46 | 0.37 | 0.27 |
| HSL | 348.71º | 0.38% | 0.56% | - |
| HSV(B) | 348.71º | 0.46% | 0.73% | - |
| XYZ | 28.11 | 21.03 | 19.41 | - |
| YUV | 128.24 | 121.66 | 169.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 101 | 117 | 0 | 0.46 | 0.37 | 0.27 | 348.71 | 0.38 | 0.56 |
| Hex | BA | 65 | 75 | 0 | 2E | 25 | 1B | 15D | 26 | 38 |
| Octal | 272 | 145 | 165 | 0 | 56 | 45 | 33 | 535 | 46 | 70 |
| Binary | 10111010 | 1100101 | 1110101 | 0 | 101110 | 100101 | 11011 | 101011101 | 100110 | 111000 |
Color Harmonies of #BA6575
Complementary color
Monochromatic Colors of #BA6575
Black with #BA6575
Text Example
Text Example
White with #BA6575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6575; }
p { color: rgb(186,101,117); }
H1.HeaderClassName
{
color: #BA6575;
}
.AnyTagClassName
{
color: #BA6575;
}
</style>
background-color css
<style>
a { background-color: #BA6575; }
a { background-color: rgb(186,101,117); }
div.DivClassName
{
background-color: #BA6575;
}
.BgClassName
{
background-color: #BA6575;
}
</style>
border-color css
<style>
span { border-color: #BA6575; }
span { border-color: rgb(186,101,117); }
td.TdClassName
{
border-color: #BA6575;
}
.TagClassName
{
border-color: #BA6575;
}
</style>