Shades of Tapestry #BE7790
Tints of Tapestry #BE7790
RGB
CMYK
RGB Variations
Color information
#BE7790 (or 0xBE7790) is known color: Tapestry. HEX triplet: BE, 77 and 90. RGB value is (190,119,144). Sum of RGB (Red+Green+Blue) = 190+119+144=453 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.94% from 453); Green value is 119 (46.88% from 255 or 26.27% from 453); Blue value is 144 (56.64% from 255 or 31.79% from 453); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7790 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7790 is #41886F. Grayscale: #8F8F8F. Windows color (decimal): -4294768 or 9467838. OLE color: 9467838.
HSL color Cylindrical-coordinate representation of color #BE7790: hue angle of 338.87º 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 #BE7790 is Cyan = 0, Magento = 0.37, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 119 | 144 | - |
| CMYK | 0 | 0.37 | 0.24 | 0.25 |
| HSL | 338.87º | 0.35% | 0.61% | - |
| HSV(B) | 338.87º | 0.37% | 0.75% | - |
| XYZ | 32.87 | 26.15 | 29.7 | - |
| YUV | 143.08 | 128.52 | 161.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 119 | 144 | 0 | 0.37 | 0.24 | 0.25 | 338.87 | 0.35 | 0.61 |
| Hex | BE | 77 | 90 | 0 | 25 | 18 | 19 | 153 | 23 | 3D |
| Octal | 276 | 167 | 220 | 0 | 45 | 30 | 31 | 523 | 43 | 75 |
| Binary | 10111110 | 1110111 | 10010000 | 0 | 100101 | 11000 | 11001 | 101010011 | 100011 | 111101 |
Color Harmonies of #BE7790
Complementary color
Monochromatic Colors of #BE7790
Black with #BE7790
Text Example
Text Example
White with #BE7790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7790; }
p { color: rgb(190,119,144); }
H1.HeaderClassName
{
color: #BE7790;
}
.AnyTagClassName
{
color: #BE7790;
}
</style>
background-color css
<style>
a { background-color: #BE7790; }
a { background-color: rgb(190,119,144); }
div.DivClassName
{
background-color: #BE7790;
}
.BgClassName
{
background-color: #BE7790;
}
</style>
border-color css
<style>
span { border-color: #BE7790; }
span { border-color: rgb(190,119,144); }
td.TdClassName
{
border-color: #BE7790;
}
.TagClassName
{
border-color: #BE7790;
}
</style>