Shades of Tapestry #BE7B84
Tints of Tapestry #BE7B84
RGB
CMYK
RGB Variations
Color information
#BE7B84 (or 0xBE7B84) is known color: Tapestry. HEX triplet: BE, 7B and 84. RGB value is (190,123,132). Sum of RGB (Red+Green+Blue) = 190+123+132=445 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.70% from 445); Green value is 123 (48.44% from 255 or 27.64% from 445); Blue value is 132 (51.95% from 255 or 29.66% from 445); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7B84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7B84 is #41847B. Grayscale: #909090. Windows color (decimal): -4293756 or 8682430. OLE color: 8682430.
HSL color Cylindrical-coordinate representation of color #BE7B84: hue angle of 351.94º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BE7B84 is Cyan = 0, Magento = 0.35, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 123 | 132 | - |
| CMYK | 0 | 0.35 | 0.31 | 0.25 |
| HSL | 351.94º | 0.34% | 0.61% | - |
| HSV(B) | 351.94º | 0.35% | 0.75% | - |
| XYZ | 32.48 | 26.78 | 25.29 | - |
| YUV | 144.06 | 121.2 | 160.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 123 | 132 | 0 | 0.35 | 0.31 | 0.25 | 351.94 | 0.34 | 0.61 |
| Hex | BE | 7B | 84 | 0 | 23 | 1F | 19 | 160 | 22 | 3D |
| Octal | 276 | 173 | 204 | 0 | 43 | 37 | 31 | 540 | 42 | 75 |
| Binary | 10111110 | 1111011 | 10000100 | 0 | 100011 | 11111 | 11001 | 101100000 | 100010 | 111101 |
Color Harmonies of #BE7B84
Complementary color
Monochromatic Colors of #BE7B84
Black with #BE7B84
Text Example
Text Example
White with #BE7B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7B84; }
p { color: rgb(190,123,132); }
H1.HeaderClassName
{
color: #BE7B84;
}
.AnyTagClassName
{
color: #BE7B84;
}
</style>
background-color css
<style>
a { background-color: #BE7B84; }
a { background-color: rgb(190,123,132); }
div.DivClassName
{
background-color: #BE7B84;
}
.BgClassName
{
background-color: #BE7B84;
}
</style>
border-color css
<style>
span { border-color: #BE7B84; }
span { border-color: rgb(190,123,132); }
td.TdClassName
{
border-color: #BE7B84;
}
.TagClassName
{
border-color: #BE7B84;
}
</style>