Shades of Tapestry #BE6578
Tints of Tapestry #BE6578
RGB
CMYK
RGB Variations
Color information
#BE6578 (or 0xBE6578) is known color: Tapestry. HEX triplet: BE, 65 and 78. RGB value is (190,101,120). Sum of RGB (Red+Green+Blue) = 190+101+120=411 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.23% from 411); Green value is 101 (39.84% from 255 or 24.57% from 411); Blue value is 120 (47.27% from 255 or 29.20% from 411); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6578 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6578 is #419A87. Grayscale: #818181. Windows color (decimal): -4299400 or 7890366. OLE color: 7890366.
HSL color Cylindrical-coordinate representation of color #BE6578: hue angle of 347.19º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BE6578 is Cyan = 0, Magento = 0.47, Yellow = 0.37 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 101 | 120 | - |
| CMYK | 0 | 0.47 | 0.37 | 0.25 |
| HSL | 347.19º | 0.41% | 0.57% | - |
| HSV(B) | 347.19º | 0.47% | 0.75% | - |
| XYZ | 29.28 | 21.61 | 20.4 | - |
| YUV | 129.78 | 122.49 | 170.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 101 | 120 | 0 | 0.47 | 0.37 | 0.25 | 347.19 | 0.41 | 0.57 |
| Hex | BE | 65 | 78 | 0 | 2F | 25 | 19 | 15B | 29 | 39 |
| Octal | 276 | 145 | 170 | 0 | 57 | 45 | 31 | 533 | 51 | 71 |
| Binary | 10111110 | 1100101 | 1111000 | 0 | 101111 | 100101 | 11001 | 101011011 | 101001 | 111001 |
Color Harmonies of #BE6578
Complementary color
Monochromatic Colors of #BE6578
Black with #BE6578
Text Example
Text Example
White with #BE6578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6578; }
p { color: rgb(190,101,120); }
H1.HeaderClassName
{
color: #BE6578;
}
.AnyTagClassName
{
color: #BE6578;
}
</style>
background-color css
<style>
a { background-color: #BE6578; }
a { background-color: rgb(190,101,120); }
div.DivClassName
{
background-color: #BE6578;
}
.BgClassName
{
background-color: #BE6578;
}
</style>
border-color css
<style>
span { border-color: #BE6578; }
span { border-color: rgb(190,101,120); }
td.TdClassName
{
border-color: #BE6578;
}
.TagClassName
{
border-color: #BE6578;
}
</style>