Shades of Tapestry #BA7C92
Tints of Tapestry #BA7C92
RGB
CMYK
RGB Variations
Color information
#BA7C92 (or 0xBA7C92) is known color: Tapestry. HEX triplet: BA, 7C and 92. RGB value is (186,124,146). Sum of RGB (Red+Green+Blue) = 186+124+146=456 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.79% from 456); Green value is 124 (48.83% from 255 or 27.19% from 456); Blue value is 146 (57.42% from 255 or 32.02% from 456); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7C92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7C92 is #45836D. Grayscale: #919191. Windows color (decimal): -4555630 or 9600186. OLE color: 9600186.
HSL color Cylindrical-coordinate representation of color #BA7C92: hue angle of 338.71º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BA7C92 is Cyan = 0, Magento = 0.33, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 124 | 146 | - |
| CMYK | 0 | 0.33 | 0.22 | 0.27 |
| HSL | 338.71º | 0.31% | 0.61% | - |
| HSV(B) | 338.71º | 0.33% | 0.73% | - |
| XYZ | 32.65 | 26.93 | 30.67 | - |
| YUV | 145.05 | 128.54 | 157.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 124 | 146 | 0 | 0.33 | 0.22 | 0.27 | 338.71 | 0.31 | 0.61 |
| Hex | BA | 7C | 92 | 0 | 21 | 16 | 1B | 153 | 1F | 3D |
| Octal | 272 | 174 | 222 | 0 | 41 | 26 | 33 | 523 | 37 | 75 |
| Binary | 10111010 | 1111100 | 10010010 | 0 | 100001 | 10110 | 11011 | 101010011 | 11111 | 111101 |
Color Harmonies of #BA7C92
Complementary color
Monochromatic Colors of #BA7C92
Black with #BA7C92
Text Example
Text Example
White with #BA7C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7C92; }
p { color: rgb(186,124,146); }
H1.HeaderClassName
{
color: #BA7C92;
}
.AnyTagClassName
{
color: #BA7C92;
}
</style>
background-color css
<style>
a { background-color: #BA7C92; }
a { background-color: rgb(186,124,146); }
div.DivClassName
{
background-color: #BA7C92;
}
.BgClassName
{
background-color: #BA7C92;
}
</style>
border-color css
<style>
span { border-color: #BA7C92; }
span { border-color: rgb(186,124,146); }
td.TdClassName
{
border-color: #BA7C92;
}
.TagClassName
{
border-color: #BA7C92;
}
</style>