Shades of Tapestry #BA808B
Tints of Tapestry #BA808B
RGB
CMYK
RGB Variations
Color information
#BA808B (or 0xBA808B) is known color: Tapestry. HEX triplet: BA, 80 and 8B. RGB value is (186,128,139). Sum of RGB (Red+Green+Blue) = 186+128+139=453 (60% of max value = 765). Red value is 186 (73.05% from 255 or 41.06% from 453); Green value is 128 (50.39% from 255 or 28.26% from 453); Blue value is 139 (54.69% from 255 or 30.68% from 453); Max value from RGB is 186 - color contains mainly: red. Hex color #BA808B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA808B is #457F74. Grayscale: #929292. Windows color (decimal): -4554613 or 9142458. OLE color: 9142458.
HSL color Cylindrical-coordinate representation of color #BA808B: hue angle of 348.62º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BA808B is Cyan = 0, Magento = 0.31, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 128 | 139 | - |
| CMYK | 0 | 0.31 | 0.25 | 0.27 |
| HSL | 348.62º | 0.3% | 0.62% | - |
| HSV(B) | 348.62º | 0.31% | 0.73% | - |
| XYZ | 32.63 | 27.74 | 28.06 | - |
| YUV | 146.6 | 123.72 | 156.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 128 | 139 | 0 | 0.31 | 0.25 | 0.27 | 348.62 | 0.3 | 0.62 |
| Hex | BA | 80 | 8B | 0 | 1F | 19 | 1B | 15D | 1E | 3E |
| Octal | 272 | 200 | 213 | 0 | 37 | 31 | 33 | 535 | 36 | 76 |
| Binary | 10111010 | 10000000 | 10001011 | 0 | 11111 | 11001 | 11011 | 101011101 | 11110 | 111110 |
Color Harmonies of #BA808B
Complementary color
Monochromatic Colors of #BA808B
Black with #BA808B
Text Example
Text Example
White with #BA808B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA808B; }
p { color: rgb(186,128,139); }
H1.HeaderClassName
{
color: #BA808B;
}
.AnyTagClassName
{
color: #BA808B;
}
</style>
background-color css
<style>
a { background-color: #BA808B; }
a { background-color: rgb(186,128,139); }
div.DivClassName
{
background-color: #BA808B;
}
.BgClassName
{
background-color: #BA808B;
}
</style>
border-color css
<style>
span { border-color: #BA808B; }
span { border-color: rgb(186,128,139); }
td.TdClassName
{
border-color: #BA808B;
}
.TagClassName
{
border-color: #BA808B;
}
</style>