Shades of Tapestry #BE6977
Tints of Tapestry #BE6977
RGB
CMYK
RGB Variations
Color information
#BE6977 (or 0xBE6977) is known color: Tapestry. HEX triplet: BE, 69 and 77. RGB value is (190,105,119). Sum of RGB (Red+Green+Blue) = 190+105+119=414 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.89% from 414); Green value is 105 (41.41% from 255 or 25.36% from 414); Blue value is 119 (46.88% from 255 or 28.74% from 414); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6977 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6977 is #419688. Grayscale: #848484. Windows color (decimal): -4298377 or 7825854. OLE color: 7825854.
HSL color Cylindrical-coordinate representation of color #BE6977: hue angle of 350.12º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BE6977 is Cyan = 0, Magento = 0.45, Yellow = 0.37 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 105 | 119 | - |
| CMYK | 0 | 0.45 | 0.37 | 0.25 |
| HSL | 350.12º | 0.4% | 0.58% | - |
| HSV(B) | 350.12º | 0.45% | 0.75% | - |
| XYZ | 29.62 | 22.38 | 20.21 | - |
| YUV | 132.01 | 120.66 | 169.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 105 | 119 | 0 | 0.45 | 0.37 | 0.25 | 350.12 | 0.4 | 0.58 |
| Hex | BE | 69 | 77 | 0 | 2D | 25 | 19 | 15E | 28 | 3A |
| Octal | 276 | 151 | 167 | 0 | 55 | 45 | 31 | 536 | 50 | 72 |
| Binary | 10111110 | 1101001 | 1110111 | 0 | 101101 | 100101 | 11001 | 101011110 | 101000 | 111010 |
Color Harmonies of #BE6977
Complementary color
Monochromatic Colors of #BE6977
Black with #BE6977
Text Example
Text Example
White with #BE6977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6977; }
p { color: rgb(190,105,119); }
H1.HeaderClassName
{
color: #BE6977;
}
.AnyTagClassName
{
color: #BE6977;
}
</style>
background-color css
<style>
a { background-color: #BE6977; }
a { background-color: rgb(190,105,119); }
div.DivClassName
{
background-color: #BE6977;
}
.BgClassName
{
background-color: #BE6977;
}
</style>
border-color css
<style>
span { border-color: #BE6977; }
span { border-color: rgb(190,105,119); }
td.TdClassName
{
border-color: #BE6977;
}
.TagClassName
{
border-color: #BE6977;
}
</style>