Shades of Tapestry #BE6673
Tints of Tapestry #BE6673
RGB
CMYK
RGB Variations
Color information
#BE6673 (or 0xBE6673) is known color: Tapestry. HEX triplet: BE, 66 and 73. RGB value is (190,102,115). Sum of RGB (Red+Green+Blue) = 190+102+115=407 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.68% from 407); Green value is 102 (40.23% from 255 or 25.06% from 407); Blue value is 115 (45.31% from 255 or 28.26% from 407); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6673 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6673 is #41998C. Grayscale: #818181. Windows color (decimal): -4299149 or 7562942. OLE color: 7562942.
HSL color Cylindrical-coordinate representation of color #BE6673: hue angle of 351.14º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BE6673 is Cyan = 0, Magento = 0.46, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 102 | 115 | - |
| CMYK | 0 | 0.46 | 0.39 | 0.25 |
| HSL | 351.14º | 0.4% | 0.57% | - |
| HSV(B) | 351.14º | 0.46% | 0.75% | - |
| XYZ | 29.08 | 21.69 | 18.87 | - |
| YUV | 129.79 | 119.65 | 170.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 102 | 115 | 0 | 0.46 | 0.39 | 0.25 | 351.14 | 0.4 | 0.57 |
| Hex | BE | 66 | 73 | 0 | 2E | 27 | 19 | 15F | 28 | 39 |
| Octal | 276 | 146 | 163 | 0 | 56 | 47 | 31 | 537 | 50 | 71 |
| Binary | 10111110 | 1100110 | 1110011 | 0 | 101110 | 100111 | 11001 | 101011111 | 101000 | 111001 |
Color Harmonies of #BE6673
Complementary color
Monochromatic Colors of #BE6673
Black with #BE6673
Text Example
Text Example
White with #BE6673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6673; }
p { color: rgb(190,102,115); }
H1.HeaderClassName
{
color: #BE6673;
}
.AnyTagClassName
{
color: #BE6673;
}
</style>
background-color css
<style>
a { background-color: #BE6673; }
a { background-color: rgb(190,102,115); }
div.DivClassName
{
background-color: #BE6673;
}
.BgClassName
{
background-color: #BE6673;
}
</style>
border-color css
<style>
span { border-color: #BE6673; }
span { border-color: rgb(190,102,115); }
td.TdClassName
{
border-color: #BE6673;
}
.TagClassName
{
border-color: #BE6673;
}
</style>