Shades of Tapestry #BE7A89
Tints of Tapestry #BE7A89
RGB
CMYK
RGB Variations
Color information
#BE7A89 (or 0xBE7A89) is known color: Tapestry. HEX triplet: BE, 7A and 89. RGB value is (190,122,137). Sum of RGB (Red+Green+Blue) = 190+122+137=449 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.32% from 449); Green value is 122 (48.05% from 255 or 27.17% from 449); Blue value is 137 (53.91% from 255 or 30.51% from 449); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7A89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7A89 is #418576. Grayscale: #909090. Windows color (decimal): -4294007 or 9009854. OLE color: 9009854.
HSL color Cylindrical-coordinate representation of color #BE7A89: hue angle of 346.76º 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 #BE7A89 is Cyan = 0, Magento = 0.36, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 122 | 137 | - |
| CMYK | 0 | 0.36 | 0.28 | 0.25 |
| HSL | 346.76º | 0.34% | 0.61% | - |
| HSV(B) | 346.76º | 0.36% | 0.75% | - |
| XYZ | 32.71 | 26.67 | 27.09 | - |
| YUV | 144.04 | 124.03 | 160.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 122 | 137 | 0 | 0.36 | 0.28 | 0.25 | 346.76 | 0.34 | 0.61 |
| Hex | BE | 7A | 89 | 0 | 24 | 1C | 19 | 15B | 22 | 3D |
| Octal | 276 | 172 | 211 | 0 | 44 | 34 | 31 | 533 | 42 | 75 |
| Binary | 10111110 | 1111010 | 10001001 | 0 | 100100 | 11100 | 11001 | 101011011 | 100010 | 111101 |
Color Harmonies of #BE7A89
Complementary color
Monochromatic Colors of #BE7A89
Black with #BE7A89
Text Example
Text Example
White with #BE7A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7A89; }
p { color: rgb(190,122,137); }
H1.HeaderClassName
{
color: #BE7A89;
}
.AnyTagClassName
{
color: #BE7A89;
}
</style>
background-color css
<style>
a { background-color: #BE7A89; }
a { background-color: rgb(190,122,137); }
div.DivClassName
{
background-color: #BE7A89;
}
.BgClassName
{
background-color: #BE7A89;
}
</style>
border-color css
<style>
span { border-color: #BE7A89; }
span { border-color: rgb(190,122,137); }
td.TdClassName
{
border-color: #BE7A89;
}
.TagClassName
{
border-color: #BE7A89;
}
</style>