Shades of Tapestry #BA7288
Tints of Tapestry #BA7288
RGB
CMYK
RGB Variations
Color information
#BA7288 (or 0xBA7288) is known color: Tapestry. HEX triplet: BA, 72 and 88. RGB value is (186,114,136). Sum of RGB (Red+Green+Blue) = 186+114+136=436 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.66% from 436); Green value is 114 (44.92% from 255 or 26.15% from 436); Blue value is 136 (53.52% from 255 or 31.19% from 436); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7288 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7288 is #458D77. Grayscale: #8A8A8A. Windows color (decimal): -4558200 or 8942266. OLE color: 8942266.
HSL color Cylindrical-coordinate representation of color #BA7288: hue angle of 341.67º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BA7288 is Cyan = 0, Magento = 0.39, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 114 | 136 | - |
| CMYK | 0 | 0.39 | 0.27 | 0.27 |
| HSL | 341.67º | 0.34% | 0.59% | - |
| HSV(B) | 341.67º | 0.39% | 0.73% | - |
| XYZ | 30.71 | 24.25 | 26.35 | - |
| YUV | 138.04 | 126.85 | 162.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 114 | 136 | 0 | 0.39 | 0.27 | 0.27 | 341.67 | 0.34 | 0.59 |
| Hex | BA | 72 | 88 | 0 | 27 | 1B | 1B | 156 | 22 | 3B |
| Octal | 272 | 162 | 210 | 0 | 47 | 33 | 33 | 526 | 42 | 73 |
| Binary | 10111010 | 1110010 | 10001000 | 0 | 100111 | 11011 | 11011 | 101010110 | 100010 | 111011 |
Color Harmonies of #BA7288
Complementary color
Monochromatic Colors of #BA7288
Black with #BA7288
Text Example
Text Example
White with #BA7288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7288; }
p { color: rgb(186,114,136); }
H1.HeaderClassName
{
color: #BA7288;
}
.AnyTagClassName
{
color: #BA7288;
}
</style>
background-color css
<style>
a { background-color: #BA7288; }
a { background-color: rgb(186,114,136); }
div.DivClassName
{
background-color: #BA7288;
}
.BgClassName
{
background-color: #BA7288;
}
</style>
border-color css
<style>
span { border-color: #BA7288; }
span { border-color: rgb(186,114,136); }
td.TdClassName
{
border-color: #BA7288;
}
.TagClassName
{
border-color: #BA7288;
}
</style>