Shades of Tapestry #BE6675
Tints of Tapestry #BE6675
RGB
CMYK
RGB Variations
Color information
#BE6675 (or 0xBE6675) is known color: Tapestry. HEX triplet: BE, 66 and 75. RGB value is (190,102,117). Sum of RGB (Red+Green+Blue) = 190+102+117=409 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.45% from 409); Green value is 102 (40.23% from 255 or 24.94% from 409); Blue value is 117 (46.09% from 255 or 28.61% from 409); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6675 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6675 is #41998A. Grayscale: #828282. Windows color (decimal): -4299147 or 7694014. OLE color: 7694014.
HSL color Cylindrical-coordinate representation of color #BE6675: hue angle of 349.77º 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 #BE6675 is Cyan = 0, Magento = 0.46, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 102 | 117 | - |
| CMYK | 0 | 0.46 | 0.38 | 0.25 |
| HSL | 349.77º | 0.4% | 0.57% | - |
| HSV(B) | 349.77º | 0.46% | 0.75% | - |
| XYZ | 29.2 | 21.73 | 19.49 | - |
| YUV | 130.02 | 120.65 | 170.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 102 | 117 | 0 | 0.46 | 0.38 | 0.25 | 349.77 | 0.4 | 0.57 |
| Hex | BE | 66 | 75 | 0 | 2E | 26 | 19 | 15E | 28 | 39 |
| Octal | 276 | 146 | 165 | 0 | 56 | 46 | 31 | 536 | 50 | 71 |
| Binary | 10111110 | 1100110 | 1110101 | 0 | 101110 | 100110 | 11001 | 101011110 | 101000 | 111001 |
Color Harmonies of #BE6675
Complementary color
Monochromatic Colors of #BE6675
Black with #BE6675
Text Example
Text Example
White with #BE6675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6675; }
p { color: rgb(190,102,117); }
H1.HeaderClassName
{
color: #BE6675;
}
.AnyTagClassName
{
color: #BE6675;
}
</style>
background-color css
<style>
a { background-color: #BE6675; }
a { background-color: rgb(190,102,117); }
div.DivClassName
{
background-color: #BE6675;
}
.BgClassName
{
background-color: #BE6675;
}
</style>
border-color css
<style>
span { border-color: #BE6675; }
span { border-color: rgb(190,102,117); }
td.TdClassName
{
border-color: #BE6675;
}
.TagClassName
{
border-color: #BE6675;
}
</style>