Shades of Tapestry #BE7587
Tints of Tapestry #BE7587
RGB
CMYK
RGB Variations
Color information
#BE7587 (or 0xBE7587) is known color: Tapestry. HEX triplet: BE, 75 and 87. RGB value is (190,117,135). Sum of RGB (Red+Green+Blue) = 190+117+135=442 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.99% from 442); Green value is 117 (46.09% from 255 or 26.47% from 442); Blue value is 135 (53.12% from 255 or 30.54% from 442); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7587 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7587 is #418A78. Grayscale: #8C8C8C. Windows color (decimal): -4295289 or 8877502. OLE color: 8877502.
HSL color Cylindrical-coordinate representation of color #BE7587: hue angle of 345.21º 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 #BE7587 is Cyan = 0, Magento = 0.38, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 117 | 135 | - |
| CMYK | 0 | 0.38 | 0.29 | 0.25 |
| HSL | 345.21º | 0.36% | 0.6% | - |
| HSV(B) | 345.21º | 0.38% | 0.75% | - |
| XYZ | 31.97 | 25.42 | 26.14 | - |
| YUV | 140.88 | 124.68 | 163.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 117 | 135 | 0 | 0.38 | 0.29 | 0.25 | 345.21 | 0.36 | 0.6 |
| Hex | BE | 75 | 87 | 0 | 26 | 1D | 19 | 159 | 24 | 3C |
| Octal | 276 | 165 | 207 | 0 | 46 | 35 | 31 | 531 | 44 | 74 |
| Binary | 10111110 | 1110101 | 10000111 | 0 | 100110 | 11101 | 11001 | 101011001 | 100100 | 111100 |
Color Harmonies of #BE7587
Complementary color
Monochromatic Colors of #BE7587
Black with #BE7587
Text Example
Text Example
White with #BE7587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7587; }
p { color: rgb(190,117,135); }
H1.HeaderClassName
{
color: #BE7587;
}
.AnyTagClassName
{
color: #BE7587;
}
</style>
background-color css
<style>
a { background-color: #BE7587; }
a { background-color: rgb(190,117,135); }
div.DivClassName
{
background-color: #BE7587;
}
.BgClassName
{
background-color: #BE7587;
}
</style>
border-color css
<style>
span { border-color: #BE7587; }
span { border-color: rgb(190,117,135); }
td.TdClassName
{
border-color: #BE7587;
}
.TagClassName
{
border-color: #BE7587;
}
</style>