Shades of Tapestry #BE6679
Tints of Tapestry #BE6679
RGB
CMYK
RGB Variations
Color information
#BE6679 (or 0xBE6679) is known color: Tapestry. HEX triplet: BE, 66 and 79. RGB value is (190,102,121). Sum of RGB (Red+Green+Blue) = 190+102+121=413 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.00% from 413); Green value is 102 (40.23% from 255 or 24.70% from 413); Blue value is 121 (47.66% from 255 or 29.30% from 413); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6679 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6679 is #419986. Grayscale: #828282. Windows color (decimal): -4299143 or 7956158. OLE color: 7956158.
HSL color Cylindrical-coordinate representation of color #BE6679: hue angle of 347.05º 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 #BE6679 is Cyan = 0, Magento = 0.46, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 102 | 121 | - |
| CMYK | 0 | 0.46 | 0.36 | 0.25 |
| HSL | 347.05º | 0.4% | 0.57% | - |
| HSV(B) | 347.05º | 0.46% | 0.75% | - |
| XYZ | 29.44 | 21.83 | 20.75 | - |
| YUV | 130.48 | 122.65 | 170.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 102 | 121 | 0 | 0.46 | 0.36 | 0.25 | 347.05 | 0.4 | 0.57 |
| Hex | BE | 66 | 79 | 0 | 2E | 24 | 19 | 15B | 28 | 39 |
| Octal | 276 | 146 | 171 | 0 | 56 | 44 | 31 | 533 | 50 | 71 |
| Binary | 10111110 | 1100110 | 1111001 | 0 | 101110 | 100100 | 11001 | 101011011 | 101000 | 111001 |
Color Harmonies of #BE6679
Complementary color
Monochromatic Colors of #BE6679
Black with #BE6679
Text Example
Text Example
White with #BE6679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6679; }
p { color: rgb(190,102,121); }
H1.HeaderClassName
{
color: #BE6679;
}
.AnyTagClassName
{
color: #BE6679;
}
</style>
background-color css
<style>
a { background-color: #BE6679; }
a { background-color: rgb(190,102,121); }
div.DivClassName
{
background-color: #BE6679;
}
.BgClassName
{
background-color: #BE6679;
}
</style>
border-color css
<style>
span { border-color: #BE6679; }
span { border-color: rgb(190,102,121); }
td.TdClassName
{
border-color: #BE6679;
}
.TagClassName
{
border-color: #BE6679;
}
</style>