Shades of Tapestry #BE7888
Tints of Tapestry #BE7888
RGB
CMYK
RGB Variations
Color information
#BE7888 (or 0xBE7888) is known color: Tapestry. HEX triplet: BE, 78 and 88. RGB value is (190,120,136). Sum of RGB (Red+Green+Blue) = 190+120+136=446 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.60% from 446); Green value is 120 (47.27% from 255 or 26.91% from 446); Blue value is 136 (53.52% from 255 or 30.49% from 446); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7888 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7888 is #418777. Grayscale: #8E8E8E. Windows color (decimal): -4294520 or 8943806. OLE color: 8943806.
HSL color Cylindrical-coordinate representation of color #BE7888: hue angle of 346.29º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BE7888 is Cyan = 0, Magento = 0.37, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 120 | 136 | - |
| CMYK | 0 | 0.37 | 0.28 | 0.25 |
| HSL | 346.29º | 0.35% | 0.61% | - |
| HSV(B) | 346.29º | 0.37% | 0.75% | - |
| XYZ | 32.4 | 26.16 | 26.63 | - |
| YUV | 142.75 | 124.19 | 161.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 120 | 136 | 0 | 0.37 | 0.28 | 0.25 | 346.29 | 0.35 | 0.61 |
| Hex | BE | 78 | 88 | 0 | 25 | 1C | 19 | 15A | 23 | 3D |
| Octal | 276 | 170 | 210 | 0 | 45 | 34 | 31 | 532 | 43 | 75 |
| Binary | 10111110 | 1111000 | 10001000 | 0 | 100101 | 11100 | 11001 | 101011010 | 100011 | 111101 |
Color Harmonies of #BE7888
Complementary color
Monochromatic Colors of #BE7888
Black with #BE7888
Text Example
Text Example
White with #BE7888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7888; }
p { color: rgb(190,120,136); }
H1.HeaderClassName
{
color: #BE7888;
}
.AnyTagClassName
{
color: #BE7888;
}
</style>
background-color css
<style>
a { background-color: #BE7888; }
a { background-color: rgb(190,120,136); }
div.DivClassName
{
background-color: #BE7888;
}
.BgClassName
{
background-color: #BE7888;
}
</style>
border-color css
<style>
span { border-color: #BE7888; }
span { border-color: rgb(190,120,136); }
td.TdClassName
{
border-color: #BE7888;
}
.TagClassName
{
border-color: #BE7888;
}
</style>