Shades of Tapestry #BE6C84
Tints of Tapestry #BE6C84
RGB
CMYK
RGB Variations
Color information
#BE6C84 (or 0xBE6C84) is known color: Tapestry. HEX triplet: BE, 6C and 84. RGB value is (190,108,132). Sum of RGB (Red+Green+Blue) = 190+108+132=430 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.19% from 430); Green value is 108 (42.58% from 255 or 25.12% from 430); Blue value is 132 (51.95% from 255 or 30.70% from 430); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6C84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6C84 is #41937B. Grayscale: #878787. Windows color (decimal): -4297596 or 8678590. OLE color: 8678590.
HSL color Cylindrical-coordinate representation of color #BE6C84: hue angle of 342.44º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BE6C84 is Cyan = 0, Magento = 0.43, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 108 | 132 | - |
| CMYK | 0 | 0.43 | 0.31 | 0.25 |
| HSL | 342.44º | 0.39% | 0.58% | - |
| HSV(B) | 342.44º | 0.43% | 0.75% | - |
| XYZ | 30.76 | 23.34 | 24.71 | - |
| YUV | 135.25 | 126.17 | 167.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 108 | 132 | 0 | 0.43 | 0.31 | 0.25 | 342.44 | 0.39 | 0.58 |
| Hex | BE | 6C | 84 | 0 | 2B | 1F | 19 | 156 | 27 | 3A |
| Octal | 276 | 154 | 204 | 0 | 53 | 37 | 31 | 526 | 47 | 72 |
| Binary | 10111110 | 1101100 | 10000100 | 0 | 101011 | 11111 | 11001 | 101010110 | 100111 | 111010 |
Color Harmonies of #BE6C84
Complementary color
Monochromatic Colors of #BE6C84
Black with #BE6C84
Text Example
Text Example
White with #BE6C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6C84; }
p { color: rgb(190,108,132); }
H1.HeaderClassName
{
color: #BE6C84;
}
.AnyTagClassName
{
color: #BE6C84;
}
</style>
background-color css
<style>
a { background-color: #BE6C84; }
a { background-color: rgb(190,108,132); }
div.DivClassName
{
background-color: #BE6C84;
}
.BgClassName
{
background-color: #BE6C84;
}
</style>
border-color css
<style>
span { border-color: #BE6C84; }
span { border-color: rgb(190,108,132); }
td.TdClassName
{
border-color: #BE6C84;
}
.TagClassName
{
border-color: #BE6C84;
}
</style>