Shades of Tapestry #BE5E84
Tints of Tapestry #BE5E84
RGB
CMYK
RGB Variations
Color information
#BE5E84 (or 0xBE5E84) is known color: Tapestry. HEX triplet: BE, 5E and 84. RGB value is (190,94,132). Sum of RGB (Red+Green+Blue) = 190+94+132=416 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.67% from 416); Green value is 94 (37.11% from 255 or 22.60% from 416); Blue value is 132 (51.95% from 255 or 31.73% from 416); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5E84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE5E84 is #41A17B. Grayscale: #7E7E7E. Windows color (decimal): -4301180 or 8675006. OLE color: 8675006.
HSL color Cylindrical-coordinate representation of color #BE5E84: hue angle of 336.25º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BE5E84 is Cyan = 0, Magento = 0.51, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 94 | 132 | - |
| CMYK | 0 | 0.51 | 0.31 | 0.25 |
| HSL | 336.25º | 0.42% | 0.56% | - |
| HSV(B) | 336.25º | 0.51% | 0.75% | - |
| XYZ | 29.4 | 20.62 | 24.26 | - |
| YUV | 127.04 | 130.8 | 172.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 94 | 132 | 0 | 0.51 | 0.31 | 0.25 | 336.25 | 0.42 | 0.56 |
| Hex | BE | 5E | 84 | 0 | 33 | 1F | 19 | 150 | 2A | 38 |
| Octal | 276 | 136 | 204 | 0 | 63 | 37 | 31 | 520 | 52 | 70 |
| Binary | 10111110 | 1011110 | 10000100 | 0 | 110011 | 11111 | 11001 | 101010000 | 101010 | 111000 |
Color Harmonies of #BE5E84
Complementary color
Monochromatic Colors of #BE5E84
Black with #BE5E84
Text Example
Text Example
White with #BE5E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5E84; }
p { color: rgb(190,94,132); }
H1.HeaderClassName
{
color: #BE5E84;
}
.AnyTagClassName
{
color: #BE5E84;
}
</style>
background-color css
<style>
a { background-color: #BE5E84; }
a { background-color: rgb(190,94,132); }
div.DivClassName
{
background-color: #BE5E84;
}
.BgClassName
{
background-color: #BE5E84;
}
</style>
border-color css
<style>
span { border-color: #BE5E84; }
span { border-color: rgb(190,94,132); }
td.TdClassName
{
border-color: #BE5E84;
}
.TagClassName
{
border-color: #BE5E84;
}
</style>