Shades of Tapestry #BA687E
Tints of Tapestry #BA687E
RGB
CMYK
RGB Variations
Color information
#BA687E (or 0xBA687E) is known color: Tapestry. HEX triplet: BA, 68 and 7E. RGB value is (186,104,126). Sum of RGB (Red+Green+Blue) = 186+104+126=416 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.71% from 416); Green value is 104 (41.02% from 255 or 25% from 416); Blue value is 126 (49.61% from 255 or 30.29% from 416); Max value from RGB is 186 - color contains mainly: red. Hex color #BA687E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA687E is #459781. Grayscale: #838383. Windows color (decimal): -4560770 or 8284346. OLE color: 8284346.
HSL color Cylindrical-coordinate representation of color #BA687E: hue angle of 343.9º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BA687E is Cyan = 0, Magento = 0.44, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 104 | 126 | - |
| CMYK | 0 | 0.44 | 0.32 | 0.27 |
| HSL | 343.9º | 0.37% | 0.57% | - |
| HSV(B) | 343.9º | 0.44% | 0.73% | - |
| XYZ | 28.97 | 21.85 | 22.43 | - |
| YUV | 131.03 | 125.17 | 167.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 104 | 126 | 0 | 0.44 | 0.32 | 0.27 | 343.9 | 0.37 | 0.57 |
| Hex | BA | 68 | 7E | 0 | 2C | 20 | 1B | 158 | 25 | 39 |
| Octal | 272 | 150 | 176 | 0 | 54 | 40 | 33 | 530 | 45 | 71 |
| Binary | 10111010 | 1101000 | 1111110 | 0 | 101100 | 100000 | 11011 | 101011000 | 100101 | 111001 |
Color Harmonies of #BA687E
Complementary color
Monochromatic Colors of #BA687E
Black with #BA687E
Text Example
Text Example
White with #BA687E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA687E; }
p { color: rgb(186,104,126); }
H1.HeaderClassName
{
color: #BA687E;
}
.AnyTagClassName
{
color: #BA687E;
}
</style>
background-color css
<style>
a { background-color: #BA687E; }
a { background-color: rgb(186,104,126); }
div.DivClassName
{
background-color: #BA687E;
}
.BgClassName
{
background-color: #BA687E;
}
</style>
border-color css
<style>
span { border-color: #BA687E; }
span { border-color: rgb(186,104,126); }
td.TdClassName
{
border-color: #BA687E;
}
.TagClassName
{
border-color: #BA687E;
}
</style>