Shades of Tapestry #BE6B88
Tints of Tapestry #BE6B88
RGB
CMYK
RGB Variations
Color information
#BE6B88 (or 0xBE6B88) is known color: Tapestry. HEX triplet: BE, 6B and 88. RGB value is (190,107,136). Sum of RGB (Red+Green+Blue) = 190+107+136=433 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.88% from 433); Green value is 107 (42.19% from 255 or 24.71% from 433); Blue value is 136 (53.52% from 255 or 31.41% from 433); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6B88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6B88 is #419477. Grayscale: #878787. Windows color (decimal): -4297848 or 8940478. OLE color: 8940478.
HSL color Cylindrical-coordinate representation of color #BE6B88: hue angle of 339.04º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BE6B88 is Cyan = 0, Magento = 0.44, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 107 | 136 | - |
| CMYK | 0 | 0.44 | 0.28 | 0.25 |
| HSL | 339.04º | 0.39% | 0.58% | - |
| HSV(B) | 339.04º | 0.44% | 0.75% | - |
| XYZ | 30.94 | 23.24 | 26.15 | - |
| YUV | 135.12 | 128.5 | 167.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 107 | 136 | 0 | 0.44 | 0.28 | 0.25 | 339.04 | 0.39 | 0.58 |
| Hex | BE | 6B | 88 | 0 | 2C | 1C | 19 | 153 | 27 | 3A |
| Octal | 276 | 153 | 210 | 0 | 54 | 34 | 31 | 523 | 47 | 72 |
| Binary | 10111110 | 1101011 | 10001000 | 0 | 101100 | 11100 | 11001 | 101010011 | 100111 | 111010 |
Color Harmonies of #BE6B88
Complementary color
Monochromatic Colors of #BE6B88
Black with #BE6B88
Text Example
Text Example
White with #BE6B88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6B88; }
p { color: rgb(190,107,136); }
H1.HeaderClassName
{
color: #BE6B88;
}
.AnyTagClassName
{
color: #BE6B88;
}
</style>
background-color css
<style>
a { background-color: #BE6B88; }
a { background-color: rgb(190,107,136); }
div.DivClassName
{
background-color: #BE6B88;
}
.BgClassName
{
background-color: #BE6B88;
}
</style>
border-color css
<style>
span { border-color: #BE6B88; }
span { border-color: rgb(190,107,136); }
td.TdClassName
{
border-color: #BE6B88;
}
.TagClassName
{
border-color: #BE6B88;
}
</style>