Shades of Tapestry #BE7F88
Tints of Tapestry #BE7F88
RGB
CMYK
RGB Variations
Color information
#BE7F88 (or 0xBE7F88) is known color: Tapestry. HEX triplet: BE, 7F and 88. RGB value is (190,127,136). Sum of RGB (Red+Green+Blue) = 190+127+136=453 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.94% from 453); Green value is 127 (50% from 255 or 28.04% from 453); Blue value is 136 (53.52% from 255 or 30.02% from 453); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7F88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7F88 is #418077. Grayscale: #929292. Windows color (decimal): -4292728 or 8945598. OLE color: 8945598.
HSL color Cylindrical-coordinate representation of color #BE7F88: hue angle of 351.43º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BE7F88 is Cyan = 0, Magento = 0.33, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 127 | 136 | - |
| CMYK | 0 | 0.33 | 0.28 | 0.25 |
| HSL | 351.43º | 0.33% | 0.62% | - |
| HSV(B) | 351.43º | 0.33% | 0.75% | - |
| XYZ | 33.27 | 27.9 | 26.93 | - |
| YUV | 146.86 | 121.87 | 158.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 127 | 136 | 0 | 0.33 | 0.28 | 0.25 | 351.43 | 0.33 | 0.62 |
| Hex | BE | 7F | 88 | 0 | 21 | 1C | 19 | 15F | 21 | 3E |
| Octal | 276 | 177 | 210 | 0 | 41 | 34 | 31 | 537 | 41 | 76 |
| Binary | 10111110 | 1111111 | 10001000 | 0 | 100001 | 11100 | 11001 | 101011111 | 100001 | 111110 |
Color Harmonies of #BE7F88
Complementary color
Monochromatic Colors of #BE7F88
Black with #BE7F88
Text Example
Text Example
White with #BE7F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7F88; }
p { color: rgb(190,127,136); }
H1.HeaderClassName
{
color: #BE7F88;
}
.AnyTagClassName
{
color: #BE7F88;
}
</style>
background-color css
<style>
a { background-color: #BE7F88; }
a { background-color: rgb(190,127,136); }
div.DivClassName
{
background-color: #BE7F88;
}
.BgClassName
{
background-color: #BE7F88;
}
</style>
border-color css
<style>
span { border-color: #BE7F88; }
span { border-color: rgb(190,127,136); }
td.TdClassName
{
border-color: #BE7F88;
}
.TagClassName
{
border-color: #BE7F88;
}
</style>