Shades of Tapestry #BA708B
Tints of Tapestry #BA708B
RGB
CMYK
RGB Variations
Color information
#BA708B (or 0xBA708B) is known color: Tapestry. HEX triplet: BA, 70 and 8B. RGB value is (186,112,139). Sum of RGB (Red+Green+Blue) = 186+112+139=437 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.56% from 437); Green value is 112 (44.14% from 255 or 25.63% from 437); Blue value is 139 (54.69% from 255 or 31.81% from 437); Max value from RGB is 186 - color contains mainly: red. Hex color #BA708B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA708B is #458F74. Grayscale: #898989. Windows color (decimal): -4558709 or 9138362. OLE color: 9138362.
HSL color Cylindrical-coordinate representation of color #BA708B: hue angle of 338.11º 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 #BA708B is Cyan = 0, Magento = 0.40, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 112 | 139 | - |
| CMYK | 0 | 0.40 | 0.25 | 0.27 |
| HSL | 338.11º | 0.35% | 0.58% | - |
| HSV(B) | 338.11º | 0.4% | 0.73% | - |
| XYZ | 30.7 | 23.89 | 27.42 | - |
| YUV | 137.2 | 129.02 | 162.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 112 | 139 | 0 | 0.40 | 0.25 | 0.27 | 338.11 | 0.35 | 0.58 |
| Hex | BA | 70 | 8B | 0 | 28 | 19 | 1B | 152 | 23 | 3A |
| Octal | 272 | 160 | 213 | 0 | 50 | 31 | 33 | 522 | 43 | 72 |
| Binary | 10111010 | 1110000 | 10001011 | 0 | 101000 | 11001 | 11011 | 101010010 | 100011 | 111010 |
Color Harmonies of #BA708B
Complementary color
Monochromatic Colors of #BA708B
Black with #BA708B
Text Example
Text Example
White with #BA708B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA708B; }
p { color: rgb(186,112,139); }
H1.HeaderClassName
{
color: #BA708B;
}
.AnyTagClassName
{
color: #BA708B;
}
</style>
background-color css
<style>
a { background-color: #BA708B; }
a { background-color: rgb(186,112,139); }
div.DivClassName
{
background-color: #BA708B;
}
.BgClassName
{
background-color: #BA708B;
}
</style>
border-color css
<style>
span { border-color: #BA708B; }
span { border-color: rgb(186,112,139); }
td.TdClassName
{
border-color: #BA708B;
}
.TagClassName
{
border-color: #BA708B;
}
</style>