Shades of Tapestry #BA687D
Tints of Tapestry #BA687D
RGB
CMYK
RGB Variations
Color information
#BA687D (or 0xBA687D) is known color: Tapestry. HEX triplet: BA, 68 and 7D. RGB value is (186,104,125). Sum of RGB (Red+Green+Blue) = 186+104+125=415 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.82% from 415); Green value is 104 (41.02% from 255 or 25.06% from 415); Blue value is 125 (49.22% from 255 or 30.12% from 415); Max value from RGB is 186 - color contains mainly: red. Hex color #BA687D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA687D is #459782. Grayscale: #828282. Windows color (decimal): -4560771 or 8218810. OLE color: 8218810.
HSL color Cylindrical-coordinate representation of color #BA687D: hue angle of 344.63º 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 #BA687D is Cyan = 0, Magento = 0.44, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 104 | 125 | - |
| CMYK | 0 | 0.44 | 0.33 | 0.27 |
| HSL | 344.63º | 0.37% | 0.57% | - |
| HSV(B) | 344.63º | 0.44% | 0.73% | - |
| XYZ | 28.9 | 21.82 | 22.09 | - |
| YUV | 130.91 | 124.67 | 167.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 104 | 125 | 0 | 0.44 | 0.33 | 0.27 | 344.63 | 0.37 | 0.57 |
| Hex | BA | 68 | 7D | 0 | 2C | 21 | 1B | 159 | 25 | 39 |
| Octal | 272 | 150 | 175 | 0 | 54 | 41 | 33 | 531 | 45 | 71 |
| Binary | 10111010 | 1101000 | 1111101 | 0 | 101100 | 100001 | 11011 | 101011001 | 100101 | 111001 |
Color Harmonies of #BA687D
Complementary color
Monochromatic Colors of #BA687D
Black with #BA687D
Text Example
Text Example
White with #BA687D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA687D; }
p { color: rgb(186,104,125); }
H1.HeaderClassName
{
color: #BA687D;
}
.AnyTagClassName
{
color: #BA687D;
}
</style>
background-color css
<style>
a { background-color: #BA687D; }
a { background-color: rgb(186,104,125); }
div.DivClassName
{
background-color: #BA687D;
}
.BgClassName
{
background-color: #BA687D;
}
</style>
border-color css
<style>
span { border-color: #BA687D; }
span { border-color: rgb(186,104,125); }
td.TdClassName
{
border-color: #BA687D;
}
.TagClassName
{
border-color: #BA687D;
}
</style>