Shades of Tapestry #BE6C8C
Tints of Tapestry #BE6C8C
RGB
CMYK
RGB Variations
Color information
#BE6C8C (or 0xBE6C8C) is known color: Tapestry. HEX triplet: BE, 6C and 8C. RGB value is (190,108,140). Sum of RGB (Red+Green+Blue) = 190+108+140=438 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.38% from 438); Green value is 108 (42.58% from 255 or 24.66% from 438); Blue value is 140 (55.08% from 255 or 31.96% from 438); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6C8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6C8C is #419373. Grayscale: #888888. Windows color (decimal): -4297588 or 9202878. OLE color: 9202878.
HSL color Cylindrical-coordinate representation of color #BE6C8C: hue angle of 336.59º 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 #BE6C8C is Cyan = 0, Magento = 0.43, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 108 | 140 | - |
| CMYK | 0 | 0.43 | 0.26 | 0.25 |
| HSL | 336.59º | 0.39% | 0.58% | - |
| HSV(B) | 336.59º | 0.43% | 0.75% | - |
| XYZ | 31.33 | 23.57 | 27.71 | - |
| YUV | 136.17 | 130.17 | 166.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 108 | 140 | 0 | 0.43 | 0.26 | 0.25 | 336.59 | 0.39 | 0.58 |
| Hex | BE | 6C | 8C | 0 | 2B | 1A | 19 | 151 | 27 | 3A |
| Octal | 276 | 154 | 214 | 0 | 53 | 32 | 31 | 521 | 47 | 72 |
| Binary | 10111110 | 1101100 | 10001100 | 0 | 101011 | 11010 | 11001 | 101010001 | 100111 | 111010 |
Color Harmonies of #BE6C8C
Complementary color
Monochromatic Colors of #BE6C8C
Black with #BE6C8C
Text Example
Text Example
White with #BE6C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6C8C; }
p { color: rgb(190,108,140); }
H1.HeaderClassName
{
color: #BE6C8C;
}
.AnyTagClassName
{
color: #BE6C8C;
}
</style>
background-color css
<style>
a { background-color: #BE6C8C; }
a { background-color: rgb(190,108,140); }
div.DivClassName
{
background-color: #BE6C8C;
}
.BgClassName
{
background-color: #BE6C8C;
}
</style>
border-color css
<style>
span { border-color: #BE6C8C; }
span { border-color: rgb(190,108,140); }
td.TdClassName
{
border-color: #BE6C8C;
}
.TagClassName
{
border-color: #BE6C8C;
}
</style>