Shades of Tapestry #BA7B90
Tints of Tapestry #BA7B90
RGB
CMYK
RGB Variations
Color information
#BA7B90 (or 0xBA7B90) is known color: Tapestry. HEX triplet: BA, 7B and 90. RGB value is (186,123,144). Sum of RGB (Red+Green+Blue) = 186+123+144=453 (60% of max value = 765). Red value is 186 (73.05% from 255 or 41.06% from 453); Green value is 123 (48.44% from 255 or 27.15% from 453); Blue value is 144 (56.64% from 255 or 31.79% from 453); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7B90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7B90 is #45846F. Grayscale: #909090. Windows color (decimal): -4555888 or 9468858. OLE color: 9468858.
HSL color Cylindrical-coordinate representation of color #BA7B90: hue angle of 340º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BA7B90 is Cyan = 0, Magento = 0.34, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 123 | 144 | - |
| CMYK | 0 | 0.34 | 0.23 | 0.27 |
| HSL | 340º | 0.31% | 0.61% | - |
| HSV(B) | 340º | 0.34% | 0.73% | - |
| XYZ | 32.37 | 26.62 | 29.82 | - |
| YUV | 144.23 | 127.87 | 157.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 123 | 144 | 0 | 0.34 | 0.23 | 0.27 | 340 | 0.31 | 0.61 |
| Hex | BA | 7B | 90 | 0 | 22 | 17 | 1B | 154 | 1F | 3D |
| Octal | 272 | 173 | 220 | 0 | 42 | 27 | 33 | 524 | 37 | 75 |
| Binary | 10111010 | 1111011 | 10010000 | 0 | 100010 | 10111 | 11011 | 101010100 | 11111 | 111101 |
Color Harmonies of #BA7B90
Complementary color
Monochromatic Colors of #BA7B90
Black with #BA7B90
Text Example
Text Example
White with #BA7B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7B90; }
p { color: rgb(186,123,144); }
H1.HeaderClassName
{
color: #BA7B90;
}
.AnyTagClassName
{
color: #BA7B90;
}
</style>
background-color css
<style>
a { background-color: #BA7B90; }
a { background-color: rgb(186,123,144); }
div.DivClassName
{
background-color: #BA7B90;
}
.BgClassName
{
background-color: #BA7B90;
}
</style>
border-color css
<style>
span { border-color: #BA7B90; }
span { border-color: rgb(186,123,144); }
td.TdClassName
{
border-color: #BA7B90;
}
.TagClassName
{
border-color: #BA7B90;
}
</style>