Shades of Tapestry #BA717D
Tints of Tapestry #BA717D
RGB
CMYK
RGB Variations
Color information
#BA717D (or 0xBA717D) is known color: Tapestry. HEX triplet: BA, 71 and 7D. RGB value is (186,113,125). Sum of RGB (Red+Green+Blue) = 186+113+125=424 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.87% from 424); Green value is 113 (44.53% from 255 or 26.65% from 424); Blue value is 125 (49.22% from 255 or 29.48% from 424); Max value from RGB is 186 - color contains mainly: red. Hex color #BA717D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA717D is #458E82. Grayscale: #888888. Windows color (decimal): -4558467 or 8221114. OLE color: 8221114.
HSL color Cylindrical-coordinate representation of color #BA717D: hue angle of 350.14º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BA717D is Cyan = 0, Magento = 0.39, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 113 | 125 | - |
| CMYK | 0 | 0.39 | 0.33 | 0.27 |
| HSL | 350.14º | 0.35% | 0.59% | - |
| HSV(B) | 350.14º | 0.39% | 0.73% | - |
| XYZ | 29.86 | 23.73 | 22.41 | - |
| YUV | 136.2 | 121.68 | 163.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 113 | 125 | 0 | 0.39 | 0.33 | 0.27 | 350.14 | 0.35 | 0.59 |
| Hex | BA | 71 | 7D | 0 | 27 | 21 | 1B | 15E | 23 | 3B |
| Octal | 272 | 161 | 175 | 0 | 47 | 41 | 33 | 536 | 43 | 73 |
| Binary | 10111010 | 1110001 | 1111101 | 0 | 100111 | 100001 | 11011 | 101011110 | 100011 | 111011 |
Color Harmonies of #BA717D
Complementary color
Monochromatic Colors of #BA717D
Black with #BA717D
Text Example
Text Example
White with #BA717D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA717D; }
p { color: rgb(186,113,125); }
H1.HeaderClassName
{
color: #BA717D;
}
.AnyTagClassName
{
color: #BA717D;
}
</style>
background-color css
<style>
a { background-color: #BA717D; }
a { background-color: rgb(186,113,125); }
div.DivClassName
{
background-color: #BA717D;
}
.BgClassName
{
background-color: #BA717D;
}
</style>
border-color css
<style>
span { border-color: #BA717D; }
span { border-color: rgb(186,113,125); }
td.TdClassName
{
border-color: #BA717D;
}
.TagClassName
{
border-color: #BA717D;
}
</style>