Shades of Tapestry #BE6B81
Tints of Tapestry #BE6B81
RGB
CMYK
RGB Variations
Color information
#BE6B81 (or 0xBE6B81) is known color: Tapestry. HEX triplet: BE, 6B and 81. RGB value is (190,107,129). Sum of RGB (Red+Green+Blue) = 190+107+129=426 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.60% from 426); Green value is 107 (42.19% from 255 or 25.12% from 426); Blue value is 129 (50.78% from 255 or 30.28% from 426); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6B81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6B81 is #41947E. Grayscale: #868686. Windows color (decimal): -4297855 or 8481726. OLE color: 8481726.
HSL color Cylindrical-coordinate representation of color #BE6B81: hue angle of 344.1º 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 #BE6B81 is Cyan = 0, Magento = 0.44, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 107 | 129 | - |
| CMYK | 0 | 0.44 | 0.32 | 0.25 |
| HSL | 344.1º | 0.39% | 0.58% | - |
| HSV(B) | 344.1º | 0.44% | 0.75% | - |
| XYZ | 30.46 | 23.05 | 23.61 | - |
| YUV | 134.33 | 125 | 167.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 107 | 129 | 0 | 0.44 | 0.32 | 0.25 | 344.1 | 0.39 | 0.58 |
| Hex | BE | 6B | 81 | 0 | 2C | 20 | 19 | 158 | 27 | 3A |
| Octal | 276 | 153 | 201 | 0 | 54 | 40 | 31 | 530 | 47 | 72 |
| Binary | 10111110 | 1101011 | 10000001 | 0 | 101100 | 100000 | 11001 | 101011000 | 100111 | 111010 |
Color Harmonies of #BE6B81
Complementary color
Monochromatic Colors of #BE6B81
Black with #BE6B81
Text Example
Text Example
White with #BE6B81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6B81; }
p { color: rgb(190,107,129); }
H1.HeaderClassName
{
color: #BE6B81;
}
.AnyTagClassName
{
color: #BE6B81;
}
</style>
background-color css
<style>
a { background-color: #BE6B81; }
a { background-color: rgb(190,107,129); }
div.DivClassName
{
background-color: #BE6B81;
}
.BgClassName
{
background-color: #BE6B81;
}
</style>
border-color css
<style>
span { border-color: #BE6B81; }
span { border-color: rgb(190,107,129); }
td.TdClassName
{
border-color: #BE6B81;
}
.TagClassName
{
border-color: #BE6B81;
}
</style>