Shades of Tapestry #BA707B
Tints of Tapestry #BA707B
RGB
CMYK
RGB Variations
Color information
#BA707B (or 0xBA707B) is known color: Tapestry. HEX triplet: BA, 70 and 7B. RGB value is (186,112,123). Sum of RGB (Red+Green+Blue) = 186+112+123=421 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.18% from 421); Green value is 112 (44.14% from 255 or 26.60% from 421); Blue value is 123 (48.44% from 255 or 29.22% from 421); Max value from RGB is 186 - color contains mainly: red. Hex color #BA707B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA707B is #458F84. Grayscale: #878787. Windows color (decimal): -4558725 or 8089786. OLE color: 8089786.
HSL color Cylindrical-coordinate representation of color #BA707B: hue angle of 351.08º 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 #BA707B is Cyan = 0, Magento = 0.40, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 112 | 123 | - |
| CMYK | 0 | 0.40 | 0.34 | 0.27 |
| HSL | 351.08º | 0.35% | 0.58% | - |
| HSV(B) | 351.08º | 0.4% | 0.73% | - |
| XYZ | 29.62 | 23.46 | 21.71 | - |
| YUV | 135.38 | 121.02 | 164.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 112 | 123 | 0 | 0.40 | 0.34 | 0.27 | 351.08 | 0.35 | 0.58 |
| Hex | BA | 70 | 7B | 0 | 28 | 22 | 1B | 15F | 23 | 3A |
| Octal | 272 | 160 | 173 | 0 | 50 | 42 | 33 | 537 | 43 | 72 |
| Binary | 10111010 | 1110000 | 1111011 | 0 | 101000 | 100010 | 11011 | 101011111 | 100011 | 111010 |
Color Harmonies of #BA707B
Complementary color
Monochromatic Colors of #BA707B
Black with #BA707B
Text Example
Text Example
White with #BA707B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA707B; }
p { color: rgb(186,112,123); }
H1.HeaderClassName
{
color: #BA707B;
}
.AnyTagClassName
{
color: #BA707B;
}
</style>
background-color css
<style>
a { background-color: #BA707B; }
a { background-color: rgb(186,112,123); }
div.DivClassName
{
background-color: #BA707B;
}
.BgClassName
{
background-color: #BA707B;
}
</style>
border-color css
<style>
span { border-color: #BA707B; }
span { border-color: rgb(186,112,123); }
td.TdClassName
{
border-color: #BA707B;
}
.TagClassName
{
border-color: #BA707B;
}
</style>