Shades of Tapestry #BE7A84
Tints of Tapestry #BE7A84
RGB
CMYK
RGB Variations
Color information
#BE7A84 (or 0xBE7A84) is known color: Tapestry. HEX triplet: BE, 7A and 84. RGB value is (190,122,132). Sum of RGB (Red+Green+Blue) = 190+122+132=444 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.79% from 444); Green value is 122 (48.05% from 255 or 27.48% from 444); Blue value is 132 (51.95% from 255 or 29.73% from 444); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7A84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7A84 is #41857B. Grayscale: #8F8F8F. Windows color (decimal): -4294012 or 8682174. OLE color: 8682174.
HSL color Cylindrical-coordinate representation of color #BE7A84: hue angle of 351.18º 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 #BE7A84 is Cyan = 0, Magento = 0.36, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 122 | 132 | - |
| CMYK | 0 | 0.36 | 0.31 | 0.25 |
| HSL | 351.18º | 0.34% | 0.61% | - |
| HSV(B) | 351.18º | 0.36% | 0.75% | - |
| XYZ | 32.36 | 26.53 | 25.25 | - |
| YUV | 143.47 | 121.53 | 161.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 122 | 132 | 0 | 0.36 | 0.31 | 0.25 | 351.18 | 0.34 | 0.61 |
| Hex | BE | 7A | 84 | 0 | 24 | 1F | 19 | 15F | 22 | 3D |
| Octal | 276 | 172 | 204 | 0 | 44 | 37 | 31 | 537 | 42 | 75 |
| Binary | 10111110 | 1111010 | 10000100 | 0 | 100100 | 11111 | 11001 | 101011111 | 100010 | 111101 |
Color Harmonies of #BE7A84
Complementary color
Monochromatic Colors of #BE7A84
Black with #BE7A84
Text Example
Text Example
White with #BE7A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7A84; }
p { color: rgb(190,122,132); }
H1.HeaderClassName
{
color: #BE7A84;
}
.AnyTagClassName
{
color: #BE7A84;
}
</style>
background-color css
<style>
a { background-color: #BE7A84; }
a { background-color: rgb(190,122,132); }
div.DivClassName
{
background-color: #BE7A84;
}
.BgClassName
{
background-color: #BE7A84;
}
</style>
border-color css
<style>
span { border-color: #BE7A84; }
span { border-color: rgb(190,122,132); }
td.TdClassName
{
border-color: #BE7A84;
}
.TagClassName
{
border-color: #BE7A84;
}
</style>