Shades of Tapestry #BA717A
Tints of Tapestry #BA717A
RGB
CMYK
RGB Variations
Color information
#BA717A (or 0xBA717A) is known color: Tapestry. HEX triplet: BA, 71 and 7A. RGB value is (186,113,122). Sum of RGB (Red+Green+Blue) = 186+113+122=421 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.18% from 421); Green value is 113 (44.53% from 255 or 26.84% from 421); Blue value is 122 (48.05% from 255 or 28.98% from 421); Max value from RGB is 186 - color contains mainly: red. Hex color #BA717A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA717A is #458E85. Grayscale: #878787. Windows color (decimal): -4558470 or 8024506. OLE color: 8024506.
HSL color Cylindrical-coordinate representation of color #BA717A: hue angle of 352.6º 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 #BA717A is Cyan = 0, Magento = 0.39, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 113 | 122 | - |
| CMYK | 0 | 0.39 | 0.34 | 0.27 |
| HSL | 352.6º | 0.35% | 0.59% | - |
| HSV(B) | 352.6º | 0.39% | 0.73% | - |
| XYZ | 29.67 | 23.65 | 21.41 | - |
| YUV | 135.85 | 120.18 | 163.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 113 | 122 | 0 | 0.39 | 0.34 | 0.27 | 352.6 | 0.35 | 0.59 |
| Hex | BA | 71 | 7A | 0 | 27 | 22 | 1B | 161 | 23 | 3B |
| Octal | 272 | 161 | 172 | 0 | 47 | 42 | 33 | 541 | 43 | 73 |
| Binary | 10111010 | 1110001 | 1111010 | 0 | 100111 | 100010 | 11011 | 101100001 | 100011 | 111011 |
Color Harmonies of #BA717A
Complementary color
Monochromatic Colors of #BA717A
Black with #BA717A
Text Example
Text Example
White with #BA717A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA717A; }
p { color: rgb(186,113,122); }
H1.HeaderClassName
{
color: #BA717A;
}
.AnyTagClassName
{
color: #BA717A;
}
</style>
background-color css
<style>
a { background-color: #BA717A; }
a { background-color: rgb(186,113,122); }
div.DivClassName
{
background-color: #BA717A;
}
.BgClassName
{
background-color: #BA717A;
}
</style>
border-color css
<style>
span { border-color: #BA717A; }
span { border-color: rgb(186,113,122); }
td.TdClassName
{
border-color: #BA717A;
}
.TagClassName
{
border-color: #BA717A;
}
</style>