Shades of Tapestry #BE6D88
Tints of Tapestry #BE6D88
RGB
CMYK
RGB Variations
Color information
#BE6D88 (or 0xBE6D88) is known color: Tapestry. HEX triplet: BE, 6D and 88. RGB value is (190,109,136). Sum of RGB (Red+Green+Blue) = 190+109+136=435 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.68% from 435); Green value is 109 (42.97% from 255 or 25.06% from 435); Blue value is 136 (53.52% from 255 or 31.26% from 435); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6D88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6D88 is #419277. Grayscale: #888888. Windows color (decimal): -4297336 or 8940990. OLE color: 8940990.
HSL color Cylindrical-coordinate representation of color #BE6D88: hue angle of 340º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BE6D88 is Cyan = 0, Magento = 0.43, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 109 | 136 | - |
| CMYK | 0 | 0.43 | 0.28 | 0.25 |
| HSL | 340º | 0.38% | 0.59% | - |
| HSV(B) | 340º | 0.43% | 0.75% | - |
| XYZ | 31.15 | 23.66 | 26.22 | - |
| YUV | 136.3 | 127.84 | 166.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 109 | 136 | 0 | 0.43 | 0.28 | 0.25 | 340 | 0.38 | 0.59 |
| Hex | BE | 6D | 88 | 0 | 2B | 1C | 19 | 154 | 26 | 3B |
| Octal | 276 | 155 | 210 | 0 | 53 | 34 | 31 | 524 | 46 | 73 |
| Binary | 10111110 | 1101101 | 10001000 | 0 | 101011 | 11100 | 11001 | 101010100 | 100110 | 111011 |
Color Harmonies of #BE6D88
Complementary color
Monochromatic Colors of #BE6D88
Black with #BE6D88
Text Example
Text Example
White with #BE6D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6D88; }
p { color: rgb(190,109,136); }
H1.HeaderClassName
{
color: #BE6D88;
}
.AnyTagClassName
{
color: #BE6D88;
}
</style>
background-color css
<style>
a { background-color: #BE6D88; }
a { background-color: rgb(190,109,136); }
div.DivClassName
{
background-color: #BE6D88;
}
.BgClassName
{
background-color: #BE6D88;
}
</style>
border-color css
<style>
span { border-color: #BE6D88; }
span { border-color: rgb(190,109,136); }
td.TdClassName
{
border-color: #BE6D88;
}
.TagClassName
{
border-color: #BE6D88;
}
</style>