Shades of Tapestry #BA7C8B
Tints of Tapestry #BA7C8B
RGB
CMYK
RGB Variations
Color information
#BA7C8B (or 0xBA7C8B) is known color: Tapestry. HEX triplet: BA, 7C and 8B. RGB value is (186,124,139). Sum of RGB (Red+Green+Blue) = 186+124+139=449 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.43% from 449); Green value is 124 (48.83% from 255 or 27.62% from 449); Blue value is 139 (54.69% from 255 or 30.96% from 449); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7C8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7C8B is #458374. Grayscale: #909090. Windows color (decimal): -4555637 or 9141434. OLE color: 9141434.
HSL color Cylindrical-coordinate representation of color #BA7C8B: hue angle of 345.48º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BA7C8B is Cyan = 0, Magento = 0.33, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 124 | 139 | - |
| CMYK | 0 | 0.33 | 0.25 | 0.27 |
| HSL | 345.48º | 0.31% | 0.61% | - |
| HSV(B) | 345.48º | 0.33% | 0.73% | - |
| XYZ | 32.12 | 26.72 | 27.89 | - |
| YUV | 144.25 | 125.04 | 157.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 124 | 139 | 0 | 0.33 | 0.25 | 0.27 | 345.48 | 0.31 | 0.61 |
| Hex | BA | 7C | 8B | 0 | 21 | 19 | 1B | 159 | 1F | 3D |
| Octal | 272 | 174 | 213 | 0 | 41 | 31 | 33 | 531 | 37 | 75 |
| Binary | 10111010 | 1111100 | 10001011 | 0 | 100001 | 11001 | 11011 | 101011001 | 11111 | 111101 |
Color Harmonies of #BA7C8B
Complementary color
Monochromatic Colors of #BA7C8B
Black with #BA7C8B
Text Example
Text Example
White with #BA7C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7C8B; }
p { color: rgb(186,124,139); }
H1.HeaderClassName
{
color: #BA7C8B;
}
.AnyTagClassName
{
color: #BA7C8B;
}
</style>
background-color css
<style>
a { background-color: #BA7C8B; }
a { background-color: rgb(186,124,139); }
div.DivClassName
{
background-color: #BA7C8B;
}
.BgClassName
{
background-color: #BA7C8B;
}
</style>
border-color css
<style>
span { border-color: #BA7C8B; }
span { border-color: rgb(186,124,139); }
td.TdClassName
{
border-color: #BA7C8B;
}
.TagClassName
{
border-color: #BA7C8B;
}
</style>