Shades of Tapestry #BA7F92
Tints of Tapestry #BA7F92
RGB
CMYK
RGB Variations
Color information
#BA7F92 (or 0xBA7F92) is known color: Tapestry. HEX triplet: BA, 7F and 92. RGB value is (186,127,146). Sum of RGB (Red+Green+Blue) = 186+127+146=459 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.52% from 459); Green value is 127 (50% from 255 or 27.67% from 459); Blue value is 146 (57.42% from 255 or 31.81% from 459); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7F92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7F92 is #45806D. Grayscale: #929292. Windows color (decimal): -4554862 or 9600954. OLE color: 9600954.
HSL color Cylindrical-coordinate representation of color #BA7F92: hue angle of 340.68º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BA7F92 is Cyan = 0, Magento = 0.32, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 127 | 146 | - |
| CMYK | 0 | 0.32 | 0.22 | 0.27 |
| HSL | 340.68º | 0.3% | 0.61% | - |
| HSV(B) | 340.68º | 0.32% | 0.73% | - |
| XYZ | 33.03 | 27.69 | 30.8 | - |
| YUV | 146.81 | 127.55 | 155.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 127 | 146 | 0 | 0.32 | 0.22 | 0.27 | 340.68 | 0.3 | 0.61 |
| Hex | BA | 7F | 92 | 0 | 20 | 16 | 1B | 155 | 1E | 3D |
| Octal | 272 | 177 | 222 | 0 | 40 | 26 | 33 | 525 | 36 | 75 |
| Binary | 10111010 | 1111111 | 10010010 | 0 | 100000 | 10110 | 11011 | 101010101 | 11110 | 111101 |
Color Harmonies of #BA7F92
Complementary color
Monochromatic Colors of #BA7F92
Black with #BA7F92
Text Example
Text Example
White with #BA7F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7F92; }
p { color: rgb(186,127,146); }
H1.HeaderClassName
{
color: #BA7F92;
}
.AnyTagClassName
{
color: #BA7F92;
}
</style>
background-color css
<style>
a { background-color: #BA7F92; }
a { background-color: rgb(186,127,146); }
div.DivClassName
{
background-color: #BA7F92;
}
.BgClassName
{
background-color: #BA7F92;
}
</style>
border-color css
<style>
span { border-color: #BA7F92; }
span { border-color: rgb(186,127,146); }
td.TdClassName
{
border-color: #BA7F92;
}
.TagClassName
{
border-color: #BA7F92;
}
</style>