Shades of Tapestry #BA707E
Tints of Tapestry #BA707E
RGB
CMYK
RGB Variations
Color information
#BA707E (or 0xBA707E) is known color: Tapestry. HEX triplet: BA, 70 and 7E. RGB value is (186,112,126). Sum of RGB (Red+Green+Blue) = 186+112+126=424 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.87% from 424); Green value is 112 (44.14% from 255 or 26.42% from 424); Blue value is 126 (49.61% from 255 or 29.72% from 424); Max value from RGB is 186 - color contains mainly: red. Hex color #BA707E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA707E is #458F81. Grayscale: #878787. Windows color (decimal): -4558722 or 8286394. OLE color: 8286394.
HSL color Cylindrical-coordinate representation of color #BA707E: hue angle of 348.65º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BA707E is Cyan = 0, Magento = 0.40, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 112 | 126 | - |
| CMYK | 0 | 0.40 | 0.32 | 0.27 |
| HSL | 348.65º | 0.35% | 0.58% | - |
| HSV(B) | 348.65º | 0.4% | 0.73% | - |
| XYZ | 29.81 | 23.53 | 22.71 | - |
| YUV | 135.72 | 122.52 | 163.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 112 | 126 | 0 | 0.40 | 0.32 | 0.27 | 348.65 | 0.35 | 0.58 |
| Hex | BA | 70 | 7E | 0 | 28 | 20 | 1B | 15D | 23 | 3A |
| Octal | 272 | 160 | 176 | 0 | 50 | 40 | 33 | 535 | 43 | 72 |
| Binary | 10111010 | 1110000 | 1111110 | 0 | 101000 | 100000 | 11011 | 101011101 | 100011 | 111010 |
Color Harmonies of #BA707E
Complementary color
Monochromatic Colors of #BA707E
Black with #BA707E
Text Example
Text Example
White with #BA707E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA707E; }
p { color: rgb(186,112,126); }
H1.HeaderClassName
{
color: #BA707E;
}
.AnyTagClassName
{
color: #BA707E;
}
</style>
background-color css
<style>
a { background-color: #BA707E; }
a { background-color: rgb(186,112,126); }
div.DivClassName
{
background-color: #BA707E;
}
.BgClassName
{
background-color: #BA707E;
}
</style>
border-color css
<style>
span { border-color: #BA707E; }
span { border-color: rgb(186,112,126); }
td.TdClassName
{
border-color: #BA707E;
}
.TagClassName
{
border-color: #BA707E;
}
</style>