Shades of Tapestry #BA8090
Tints of Tapestry #BA8090
RGB
CMYK
RGB Variations
Color information
#BA8090 (or 0xBA8090) is known color: Tapestry. HEX triplet: BA, 80 and 90. RGB value is (186,128,144). Sum of RGB (Red+Green+Blue) = 186+128+144=458 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.61% from 458); Green value is 128 (50.39% from 255 or 27.95% from 458); Blue value is 144 (56.64% from 255 or 31.44% from 458); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8090 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8090 is #457F6F. Grayscale: #939393. Windows color (decimal): -4554608 or 9470138. OLE color: 9470138.
HSL color Cylindrical-coordinate representation of color #BA8090: hue angle of 343.45º 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 #BA8090 is Cyan = 0, Magento = 0.31, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 128 | 144 | - |
| CMYK | 0 | 0.31 | 0.23 | 0.27 |
| HSL | 343.45º | 0.3% | 0.62% | - |
| HSV(B) | 343.45º | 0.31% | 0.73% | - |
| XYZ | 33 | 27.89 | 30.03 | - |
| YUV | 147.17 | 126.22 | 155.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 128 | 144 | 0 | 0.31 | 0.23 | 0.27 | 343.45 | 0.3 | 0.62 |
| Hex | BA | 80 | 90 | 0 | 1F | 17 | 1B | 157 | 1E | 3E |
| Octal | 272 | 200 | 220 | 0 | 37 | 27 | 33 | 527 | 36 | 76 |
| Binary | 10111010 | 10000000 | 10010000 | 0 | 11111 | 10111 | 11011 | 101010111 | 11110 | 111110 |
Color Harmonies of #BA8090
Complementary color
Monochromatic Colors of #BA8090
Black with #BA8090
Text Example
Text Example
White with #BA8090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8090; }
p { color: rgb(186,128,144); }
H1.HeaderClassName
{
color: #BA8090;
}
.AnyTagClassName
{
color: #BA8090;
}
</style>
background-color css
<style>
a { background-color: #BA8090; }
a { background-color: rgb(186,128,144); }
div.DivClassName
{
background-color: #BA8090;
}
.BgClassName
{
background-color: #BA8090;
}
</style>
border-color css
<style>
span { border-color: #BA8090; }
span { border-color: rgb(186,128,144); }
td.TdClassName
{
border-color: #BA8090;
}
.TagClassName
{
border-color: #BA8090;
}
</style>