Shades of Tapestry #BE6685
Tints of Tapestry #BE6685
RGB
CMYK
RGB Variations
Color information
#BE6685 (or 0xBE6685) is known color: Tapestry. HEX triplet: BE, 66 and 85. RGB value is (190,102,133). Sum of RGB (Red+Green+Blue) = 190+102+133=425 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.71% from 425); Green value is 102 (40.23% from 255 or 24% from 425); Blue value is 133 (52.34% from 255 or 31.29% from 425); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6685 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6685 is #41997A. Grayscale: #838383. Windows color (decimal): -4299131 or 8742590. OLE color: 8742590.
HSL color Cylindrical-coordinate representation of color #BE6685: hue angle of 338.86º 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 #BE6685 is Cyan = 0, Magento = 0.46, Yellow = 0.3 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 102 | 133 | - |
| CMYK | 0 | 0.46 | 0.3 | 0.25 |
| HSL | 338.86º | 0.4% | 0.57% | - |
| HSV(B) | 338.86º | 0.46% | 0.75% | - |
| XYZ | 30.22 | 22.14 | 24.87 | - |
| YUV | 131.85 | 128.65 | 169.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 102 | 133 | 0 | 0.46 | 0.3 | 0.25 | 338.86 | 0.4 | 0.57 |
| Hex | BE | 66 | 85 | 0 | 2E | 1E | 19 | 153 | 28 | 39 |
| Octal | 276 | 146 | 205 | 0 | 56 | 36 | 31 | 523 | 50 | 71 |
| Binary | 10111110 | 1100110 | 10000101 | 0 | 101110 | 11110 | 11001 | 101010011 | 101000 | 111001 |
Color Harmonies of #BE6685
Complementary color
Monochromatic Colors of #BE6685
Black with #BE6685
Text Example
Text Example
White with #BE6685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6685; }
p { color: rgb(190,102,133); }
H1.HeaderClassName
{
color: #BE6685;
}
.AnyTagClassName
{
color: #BE6685;
}
</style>
background-color css
<style>
a { background-color: #BE6685; }
a { background-color: rgb(190,102,133); }
div.DivClassName
{
background-color: #BE6685;
}
.BgClassName
{
background-color: #BE6685;
}
</style>
border-color css
<style>
span { border-color: #BE6685; }
span { border-color: rgb(190,102,133); }
td.TdClassName
{
border-color: #BE6685;
}
.TagClassName
{
border-color: #BE6685;
}
</style>