Shades of Tapestry #BE6A78
Tints of Tapestry #BE6A78
RGB
CMYK
RGB Variations
Color information
#BE6A78 (or 0xBE6A78) is known color: Tapestry. HEX triplet: BE, 6A and 78. RGB value is (190,106,120). Sum of RGB (Red+Green+Blue) = 190+106+120=416 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.67% from 416); Green value is 106 (41.80% from 255 or 25.48% from 416); Blue value is 120 (47.27% from 255 or 28.85% from 416); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6A78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6A78 is #419587. Grayscale: #848484. Windows color (decimal): -4298120 or 7891646. OLE color: 7891646.
HSL color Cylindrical-coordinate representation of color #BE6A78: hue angle of 350º 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 #BE6A78 is Cyan = 0, Magento = 0.44, Yellow = 0.37 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 106 | 120 | - |
| CMYK | 0 | 0.44 | 0.37 | 0.25 |
| HSL | 350º | 0.39% | 0.58% | - |
| HSV(B) | 350º | 0.44% | 0.75% | - |
| XYZ | 29.78 | 22.61 | 20.56 | - |
| YUV | 132.71 | 120.83 | 168.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 106 | 120 | 0 | 0.44 | 0.37 | 0.25 | 350 | 0.39 | 0.58 |
| Hex | BE | 6A | 78 | 0 | 2C | 25 | 19 | 15E | 27 | 3A |
| Octal | 276 | 152 | 170 | 0 | 54 | 45 | 31 | 536 | 47 | 72 |
| Binary | 10111110 | 1101010 | 1111000 | 0 | 101100 | 100101 | 11001 | 101011110 | 100111 | 111010 |
Color Harmonies of #BE6A78
Complementary color
Monochromatic Colors of #BE6A78
Black with #BE6A78
Text Example
Text Example
White with #BE6A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6A78; }
p { color: rgb(190,106,120); }
H1.HeaderClassName
{
color: #BE6A78;
}
.AnyTagClassName
{
color: #BE6A78;
}
</style>
background-color css
<style>
a { background-color: #BE6A78; }
a { background-color: rgb(190,106,120); }
div.DivClassName
{
background-color: #BE6A78;
}
.BgClassName
{
background-color: #BE6A78;
}
</style>
border-color css
<style>
span { border-color: #BE6A78; }
span { border-color: rgb(190,106,120); }
td.TdClassName
{
border-color: #BE6A78;
}
.TagClassName
{
border-color: #BE6A78;
}
</style>