Shades of Tapestry #BE758E
Tints of Tapestry #BE758E
RGB
CMYK
RGB Variations
Color information
#BE758E (or 0xBE758E) is known color: Tapestry. HEX triplet: BE, 75 and 8E. RGB value is (190,117,142). Sum of RGB (Red+Green+Blue) = 190+117+142=449 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.32% from 449); Green value is 117 (46.09% from 255 or 26.06% from 449); Blue value is 142 (55.86% from 255 or 31.63% from 449); Max value from RGB is 190 - color contains mainly: red. Hex color #BE758E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE758E is #418A71. Grayscale: #8D8D8D. Windows color (decimal): -4295282 or 9336254. OLE color: 9336254.
HSL color Cylindrical-coordinate representation of color #BE758E: hue angle of 339.45º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BE758E is Cyan = 0, Magento = 0.38, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 117 | 142 | - |
| CMYK | 0 | 0.38 | 0.25 | 0.25 |
| HSL | 339.45º | 0.36% | 0.6% | - |
| HSV(B) | 339.45º | 0.38% | 0.75% | - |
| XYZ | 32.48 | 25.62 | 28.83 | - |
| YUV | 141.68 | 128.18 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 117 | 142 | 0 | 0.38 | 0.25 | 0.25 | 339.45 | 0.36 | 0.6 |
| Hex | BE | 75 | 8E | 0 | 26 | 19 | 19 | 153 | 24 | 3C |
| Octal | 276 | 165 | 216 | 0 | 46 | 31 | 31 | 523 | 44 | 74 |
| Binary | 10111110 | 1110101 | 10001110 | 0 | 100110 | 11001 | 11001 | 101010011 | 100100 | 111100 |
Color Harmonies of #BE758E
Complementary color
Monochromatic Colors of #BE758E
Black with #BE758E
Text Example
Text Example
White with #BE758E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE758E; }
p { color: rgb(190,117,142); }
H1.HeaderClassName
{
color: #BE758E;
}
.AnyTagClassName
{
color: #BE758E;
}
</style>
background-color css
<style>
a { background-color: #BE758E; }
a { background-color: rgb(190,117,142); }
div.DivClassName
{
background-color: #BE758E;
}
.BgClassName
{
background-color: #BE758E;
}
</style>
border-color css
<style>
span { border-color: #BE758E; }
span { border-color: rgb(190,117,142); }
td.TdClassName
{
border-color: #BE758E;
}
.TagClassName
{
border-color: #BE758E;
}
</style>