Shades of Tapestry #BA7B92
Tints of Tapestry #BA7B92
RGB
CMYK
RGB Variations
Color information
#BA7B92 (or 0xBA7B92) is known color: Tapestry. HEX triplet: BA, 7B and 92. RGB value is (186,123,146). Sum of RGB (Red+Green+Blue) = 186+123+146=455 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.88% from 455); Green value is 123 (48.44% from 255 or 27.03% from 455); Blue value is 146 (57.42% from 255 or 32.09% from 455); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7B92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7B92 is #45846D. Grayscale: #909090. Windows color (decimal): -4555886 or 9599930. OLE color: 9599930.
HSL color Cylindrical-coordinate representation of color #BA7B92: hue angle of 338.1º 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 #BA7B92 is Cyan = 0, Magento = 0.34, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 123 | 146 | - |
| CMYK | 0 | 0.34 | 0.22 | 0.27 |
| HSL | 338.1º | 0.31% | 0.61% | - |
| HSV(B) | 338.1º | 0.34% | 0.73% | - |
| XYZ | 32.52 | 26.68 | 30.63 | - |
| YUV | 144.46 | 128.87 | 157.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 123 | 146 | 0 | 0.34 | 0.22 | 0.27 | 338.1 | 0.31 | 0.61 |
| Hex | BA | 7B | 92 | 0 | 22 | 16 | 1B | 152 | 1F | 3D |
| Octal | 272 | 173 | 222 | 0 | 42 | 26 | 33 | 522 | 37 | 75 |
| Binary | 10111010 | 1111011 | 10010010 | 0 | 100010 | 10110 | 11011 | 101010010 | 11111 | 111101 |
Color Harmonies of #BA7B92
Complementary color
Monochromatic Colors of #BA7B92
Black with #BA7B92
Text Example
Text Example
White with #BA7B92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7B92; }
p { color: rgb(186,123,146); }
H1.HeaderClassName
{
color: #BA7B92;
}
.AnyTagClassName
{
color: #BA7B92;
}
</style>
background-color css
<style>
a { background-color: #BA7B92; }
a { background-color: rgb(186,123,146); }
div.DivClassName
{
background-color: #BA7B92;
}
.BgClassName
{
background-color: #BA7B92;
}
</style>
border-color css
<style>
span { border-color: #BA7B92; }
span { border-color: rgb(186,123,146); }
td.TdClassName
{
border-color: #BA7B92;
}
.TagClassName
{
border-color: #BA7B92;
}
</style>