Shades of Tapestry #BA6685
Tints of Tapestry #BA6685
RGB
CMYK
RGB Variations
Color information
#BA6685 (or 0xBA6685) is known color: Tapestry. HEX triplet: BA, 66 and 85. RGB value is (186,102,133). Sum of RGB (Red+Green+Blue) = 186+102+133=421 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.18% from 421); Green value is 102 (40.23% from 255 or 24.23% from 421); Blue value is 133 (52.34% from 255 or 31.59% from 421); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6685 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6685 is #45997A. Grayscale: #828282. Windows color (decimal): -4561275 or 8742586. OLE color: 8742586.
HSL color Cylindrical-coordinate representation of color #BA6685: hue angle of 337.86º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BA6685 is Cyan = 0, Magento = 0.45, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 102 | 133 | - |
| CMYK | 0 | 0.45 | 0.28 | 0.27 |
| HSL | 337.86º | 0.38% | 0.56% | - |
| HSV(B) | 337.86º | 0.45% | 0.73% | - |
| XYZ | 29.23 | 21.64 | 24.83 | - |
| YUV | 130.65 | 129.33 | 167.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 102 | 133 | 0 | 0.45 | 0.28 | 0.27 | 337.86 | 0.38 | 0.56 |
| Hex | BA | 66 | 85 | 0 | 2D | 1C | 1B | 152 | 26 | 38 |
| Octal | 272 | 146 | 205 | 0 | 55 | 34 | 33 | 522 | 46 | 70 |
| Binary | 10111010 | 1100110 | 10000101 | 0 | 101101 | 11100 | 11011 | 101010010 | 100110 | 111000 |
Color Harmonies of #BA6685
Complementary color
Monochromatic Colors of #BA6685
Black with #BA6685
Text Example
Text Example
White with #BA6685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6685; }
p { color: rgb(186,102,133); }
H1.HeaderClassName
{
color: #BA6685;
}
.AnyTagClassName
{
color: #BA6685;
}
</style>
background-color css
<style>
a { background-color: #BA6685; }
a { background-color: rgb(186,102,133); }
div.DivClassName
{
background-color: #BA6685;
}
.BgClassName
{
background-color: #BA6685;
}
</style>
border-color css
<style>
span { border-color: #BA6685; }
span { border-color: rgb(186,102,133); }
td.TdClassName
{
border-color: #BA6685;
}
.TagClassName
{
border-color: #BA6685;
}
</style>