Shades of Tapestry #BA7A8B
Tints of Tapestry #BA7A8B
RGB
CMYK
RGB Variations
Color information
#BA7A8B (or 0xBA7A8B) is known color: Tapestry. HEX triplet: BA, 7A and 8B. RGB value is (186,122,139). Sum of RGB (Red+Green+Blue) = 186+122+139=447 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.61% from 447); Green value is 122 (48.05% from 255 or 27.29% from 447); Blue value is 139 (54.69% from 255 or 31.10% from 447); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7A8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7A8B is #458574. Grayscale: #8F8F8F. Windows color (decimal): -4556149 or 9140922. OLE color: 9140922.
HSL color Cylindrical-coordinate representation of color #BA7A8B: hue angle of 344.06º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BA7A8B is Cyan = 0, Magento = 0.34, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 122 | 139 | - |
| CMYK | 0 | 0.34 | 0.25 | 0.27 |
| HSL | 344.06º | 0.32% | 0.6% | - |
| HSV(B) | 344.06º | 0.34% | 0.73% | - |
| XYZ | 31.87 | 26.22 | 27.81 | - |
| YUV | 143.07 | 125.7 | 158.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 122 | 139 | 0 | 0.34 | 0.25 | 0.27 | 344.06 | 0.32 | 0.6 |
| Hex | BA | 7A | 8B | 0 | 22 | 19 | 1B | 158 | 20 | 3C |
| Octal | 272 | 172 | 213 | 0 | 42 | 31 | 33 | 530 | 40 | 74 |
| Binary | 10111010 | 1111010 | 10001011 | 0 | 100010 | 11001 | 11011 | 101011000 | 100000 | 111100 |
Color Harmonies of #BA7A8B
Complementary color
Monochromatic Colors of #BA7A8B
Black with #BA7A8B
Text Example
Text Example
White with #BA7A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7A8B; }
p { color: rgb(186,122,139); }
H1.HeaderClassName
{
color: #BA7A8B;
}
.AnyTagClassName
{
color: #BA7A8B;
}
</style>
background-color css
<style>
a { background-color: #BA7A8B; }
a { background-color: rgb(186,122,139); }
div.DivClassName
{
background-color: #BA7A8B;
}
.BgClassName
{
background-color: #BA7A8B;
}
</style>
border-color css
<style>
span { border-color: #BA7A8B; }
span { border-color: rgb(186,122,139); }
td.TdClassName
{
border-color: #BA7A8B;
}
.TagClassName
{
border-color: #BA7A8B;
}
</style>