Shades of Tapestry #BA788B
Tints of Tapestry #BA788B
RGB
CMYK
RGB Variations
Color information
#BA788B (or 0xBA788B) is known color: Tapestry. HEX triplet: BA, 78 and 8B. RGB value is (186,120,139). Sum of RGB (Red+Green+Blue) = 186+120+139=445 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.80% from 445); Green value is 120 (47.27% from 255 or 26.97% from 445); Blue value is 139 (54.69% from 255 or 31.24% from 445); Max value from RGB is 186 - color contains mainly: red. Hex color #BA788B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA788B is #458774. Grayscale: #8D8D8D. Windows color (decimal): -4556661 or 9140410. OLE color: 9140410.
HSL color Cylindrical-coordinate representation of color #BA788B: hue angle of 342.73º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BA788B is Cyan = 0, Magento = 0.35, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 120 | 139 | - |
| CMYK | 0 | 0.35 | 0.25 | 0.27 |
| HSL | 342.73º | 0.32% | 0.6% | - |
| HSV(B) | 342.73º | 0.35% | 0.73% | - |
| XYZ | 31.63 | 25.74 | 27.73 | - |
| YUV | 141.9 | 126.37 | 159.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 120 | 139 | 0 | 0.35 | 0.25 | 0.27 | 342.73 | 0.32 | 0.6 |
| Hex | BA | 78 | 8B | 0 | 23 | 19 | 1B | 157 | 20 | 3C |
| Octal | 272 | 170 | 213 | 0 | 43 | 31 | 33 | 527 | 40 | 74 |
| Binary | 10111010 | 1111000 | 10001011 | 0 | 100011 | 11001 | 11011 | 101010111 | 100000 | 111100 |
Color Harmonies of #BA788B
Complementary color
Monochromatic Colors of #BA788B
Black with #BA788B
Text Example
Text Example
White with #BA788B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA788B; }
p { color: rgb(186,120,139); }
H1.HeaderClassName
{
color: #BA788B;
}
.AnyTagClassName
{
color: #BA788B;
}
</style>
background-color css
<style>
a { background-color: #BA788B; }
a { background-color: rgb(186,120,139); }
div.DivClassName
{
background-color: #BA788B;
}
.BgClassName
{
background-color: #BA788B;
}
</style>
border-color css
<style>
span { border-color: #BA788B; }
span { border-color: rgb(186,120,139); }
td.TdClassName
{
border-color: #BA788B;
}
.TagClassName
{
border-color: #BA788B;
}
</style>