Shades of Tapestry #BE7A91
Tints of Tapestry #BE7A91
RGB
CMYK
RGB Variations
Color information
#BE7A91 (or 0xBE7A91) is known color: Tapestry. HEX triplet: BE, 7A and 91. RGB value is (190,122,145). Sum of RGB (Red+Green+Blue) = 190+122+145=457 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.58% from 457); Green value is 122 (48.05% from 255 or 26.70% from 457); Blue value is 145 (57.03% from 255 or 31.73% from 457); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7A91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7A91 is #41856E. Grayscale: #909090. Windows color (decimal): -4293999 or 9534142. OLE color: 9534142.
HSL color Cylindrical-coordinate representation of color #BE7A91: hue angle of 339.71º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BE7A91 is Cyan = 0, Magento = 0.36, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 122 | 145 | - |
| CMYK | 0 | 0.36 | 0.24 | 0.25 |
| HSL | 339.71º | 0.34% | 0.61% | - |
| HSV(B) | 339.71º | 0.36% | 0.75% | - |
| XYZ | 33.31 | 26.91 | 30.23 | - |
| YUV | 144.95 | 128.03 | 160.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 122 | 145 | 0 | 0.36 | 0.24 | 0.25 | 339.71 | 0.34 | 0.61 |
| Hex | BE | 7A | 91 | 0 | 24 | 18 | 19 | 154 | 22 | 3D |
| Octal | 276 | 172 | 221 | 0 | 44 | 30 | 31 | 524 | 42 | 75 |
| Binary | 10111110 | 1111010 | 10010001 | 0 | 100100 | 11000 | 11001 | 101010100 | 100010 | 111101 |
Color Harmonies of #BE7A91
Complementary color
Monochromatic Colors of #BE7A91
Black with #BE7A91
Text Example
Text Example
White with #BE7A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7A91; }
p { color: rgb(190,122,145); }
H1.HeaderClassName
{
color: #BE7A91;
}
.AnyTagClassName
{
color: #BE7A91;
}
</style>
background-color css
<style>
a { background-color: #BE7A91; }
a { background-color: rgb(190,122,145); }
div.DivClassName
{
background-color: #BE7A91;
}
.BgClassName
{
background-color: #BE7A91;
}
</style>
border-color css
<style>
span { border-color: #BE7A91; }
span { border-color: rgb(190,122,145); }
td.TdClassName
{
border-color: #BE7A91;
}
.TagClassName
{
border-color: #BE7A91;
}
</style>