Shades of Tapestry #BE7782
Tints of Tapestry #BE7782
RGB
CMYK
RGB Variations
Color information
#BE7782 (or 0xBE7782) is known color: Tapestry. HEX triplet: BE, 77 and 82. RGB value is (190,119,130). Sum of RGB (Red+Green+Blue) = 190+119+130=439 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.28% from 439); Green value is 119 (46.88% from 255 or 27.11% from 439); Blue value is 130 (51.17% from 255 or 29.61% from 439); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7782 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7782 is #41887D. Grayscale: #8D8D8D. Windows color (decimal): -4294782 or 8550334. OLE color: 8550334.
HSL color Cylindrical-coordinate representation of color #BE7782: hue angle of 350.7º 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 #BE7782 is Cyan = 0, Magento = 0.37, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 119 | 130 | - |
| CMYK | 0 | 0.37 | 0.32 | 0.25 |
| HSL | 350.7º | 0.35% | 0.61% | - |
| HSV(B) | 350.7º | 0.37% | 0.75% | - |
| XYZ | 31.86 | 25.75 | 24.41 | - |
| YUV | 141.48 | 121.52 | 162.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 119 | 130 | 0 | 0.37 | 0.32 | 0.25 | 350.7 | 0.35 | 0.61 |
| Hex | BE | 77 | 82 | 0 | 25 | 20 | 19 | 15F | 23 | 3D |
| Octal | 276 | 167 | 202 | 0 | 45 | 40 | 31 | 537 | 43 | 75 |
| Binary | 10111110 | 1110111 | 10000010 | 0 | 100101 | 100000 | 11001 | 101011111 | 100011 | 111101 |
Color Harmonies of #BE7782
Complementary color
Monochromatic Colors of #BE7782
Black with #BE7782
Text Example
Text Example
White with #BE7782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7782; }
p { color: rgb(190,119,130); }
H1.HeaderClassName
{
color: #BE7782;
}
.AnyTagClassName
{
color: #BE7782;
}
</style>
background-color css
<style>
a { background-color: #BE7782; }
a { background-color: rgb(190,119,130); }
div.DivClassName
{
background-color: #BE7782;
}
.BgClassName
{
background-color: #BE7782;
}
</style>
border-color css
<style>
span { border-color: #BE7782; }
span { border-color: rgb(190,119,130); }
td.TdClassName
{
border-color: #BE7782;
}
.TagClassName
{
border-color: #BE7782;
}
</style>