Shades of Tapestry #BE6F78
Tints of Tapestry #BE6F78
RGB
CMYK
RGB Variations
Color information
#BE6F78 (or 0xBE6F78) is known color: Tapestry. HEX triplet: BE, 6F and 78. RGB value is (190,111,120). Sum of RGB (Red+Green+Blue) = 190+111+120=421 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.13% from 421); Green value is 111 (43.75% from 255 or 26.37% from 421); Blue value is 120 (47.27% from 255 or 28.50% from 421); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6F78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6F78 is #419087. Grayscale: #878787. Windows color (decimal): -4296840 or 7892926. OLE color: 7892926.
HSL color Cylindrical-coordinate representation of color #BE6F78: hue angle of 353.16º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BE6F78 is Cyan = 0, Magento = 0.42, Yellow = 0.37 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 111 | 120 | - |
| CMYK | 0 | 0.42 | 0.37 | 0.25 |
| HSL | 353.16º | 0.38% | 0.59% | - |
| HSV(B) | 353.16º | 0.42% | 0.75% | - |
| XYZ | 30.31 | 23.67 | 20.74 | - |
| YUV | 135.65 | 119.17 | 166.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 111 | 120 | 0 | 0.42 | 0.37 | 0.25 | 353.16 | 0.38 | 0.59 |
| Hex | BE | 6F | 78 | 0 | 2A | 25 | 19 | 161 | 26 | 3B |
| Octal | 276 | 157 | 170 | 0 | 52 | 45 | 31 | 541 | 46 | 73 |
| Binary | 10111110 | 1101111 | 1111000 | 0 | 101010 | 100101 | 11001 | 101100001 | 100110 | 111011 |
Color Harmonies of #BE6F78
Complementary color
Monochromatic Colors of #BE6F78
Black with #BE6F78
Text Example
Text Example
White with #BE6F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6F78; }
p { color: rgb(190,111,120); }
H1.HeaderClassName
{
color: #BE6F78;
}
.AnyTagClassName
{
color: #BE6F78;
}
</style>
background-color css
<style>
a { background-color: #BE6F78; }
a { background-color: rgb(190,111,120); }
div.DivClassName
{
background-color: #BE6F78;
}
.BgClassName
{
background-color: #BE6F78;
}
</style>
border-color css
<style>
span { border-color: #BE6F78; }
span { border-color: rgb(190,111,120); }
td.TdClassName
{
border-color: #BE6F78;
}
.TagClassName
{
border-color: #BE6F78;
}
</style>