Shades of Tapestry #BE7077
Tints of Tapestry #BE7077
RGB
CMYK
RGB Variations
Color information
#BE7077 (or 0xBE7077) is known color: Tapestry. HEX triplet: BE, 70 and 77. RGB value is (190,112,119). Sum of RGB (Red+Green+Blue) = 190+112+119=421 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.13% from 421); Green value is 112 (44.14% from 255 or 26.60% from 421); Blue value is 119 (46.88% from 255 or 28.27% from 421); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7077 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7077 is #418F88. Grayscale: #888888. Windows color (decimal): -4296585 or 7827646. OLE color: 7827646.
HSL color Cylindrical-coordinate representation of color #BE7077: hue angle of 354.62º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BE7077 is Cyan = 0, Magento = 0.41, Yellow = 0.37 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 112 | 119 | - |
| CMYK | 0 | 0.41 | 0.37 | 0.25 |
| HSL | 354.62º | 0.38% | 0.59% | - |
| HSV(B) | 354.62º | 0.41% | 0.75% | - |
| XYZ | 30.36 | 23.87 | 20.46 | - |
| YUV | 136.12 | 118.34 | 166.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 112 | 119 | 0 | 0.41 | 0.37 | 0.25 | 354.62 | 0.38 | 0.59 |
| Hex | BE | 70 | 77 | 0 | 29 | 25 | 19 | 163 | 26 | 3B |
| Octal | 276 | 160 | 167 | 0 | 51 | 45 | 31 | 543 | 46 | 73 |
| Binary | 10111110 | 1110000 | 1110111 | 0 | 101001 | 100101 | 11001 | 101100011 | 100110 | 111011 |
Color Harmonies of #BE7077
Complementary color
Monochromatic Colors of #BE7077
Black with #BE7077
Text Example
Text Example
White with #BE7077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7077; }
p { color: rgb(190,112,119); }
H1.HeaderClassName
{
color: #BE7077;
}
.AnyTagClassName
{
color: #BE7077;
}
</style>
background-color css
<style>
a { background-color: #BE7077; }
a { background-color: rgb(190,112,119); }
div.DivClassName
{
background-color: #BE7077;
}
.BgClassName
{
background-color: #BE7077;
}
</style>
border-color css
<style>
span { border-color: #BE7077; }
span { border-color: rgb(190,112,119); }
td.TdClassName
{
border-color: #BE7077;
}
.TagClassName
{
border-color: #BE7077;
}
</style>