Shades of Tapestry #BE7B90
Tints of Tapestry #BE7B90
RGB
CMYK
RGB Variations
Color information
#BE7B90 (or 0xBE7B90) is known color: Tapestry. HEX triplet: BE, 7B and 90. RGB value is (190,123,144). Sum of RGB (Red+Green+Blue) = 190+123+144=457 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.58% from 457); Green value is 123 (48.44% from 255 or 26.91% from 457); Blue value is 144 (56.64% from 255 or 31.51% from 457); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7B90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7B90 is #41846F. Grayscale: #919191. Windows color (decimal): -4293744 or 9468862. OLE color: 9468862.
HSL color Cylindrical-coordinate representation of color #BE7B90: hue angle of 341.19º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BE7B90 is Cyan = 0, Magento = 0.35, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 123 | 144 | - |
| CMYK | 0 | 0.35 | 0.24 | 0.25 |
| HSL | 341.19º | 0.34% | 0.61% | - |
| HSV(B) | 341.19º | 0.35% | 0.75% | - |
| XYZ | 33.35 | 27.13 | 29.86 | - |
| YUV | 145.43 | 127.2 | 159.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 123 | 144 | 0 | 0.35 | 0.24 | 0.25 | 341.19 | 0.34 | 0.61 |
| Hex | BE | 7B | 90 | 0 | 23 | 18 | 19 | 155 | 22 | 3D |
| Octal | 276 | 173 | 220 | 0 | 43 | 30 | 31 | 525 | 42 | 75 |
| Binary | 10111110 | 1111011 | 10010000 | 0 | 100011 | 11000 | 11001 | 101010101 | 100010 | 111101 |
Color Harmonies of #BE7B90
Complementary color
Monochromatic Colors of #BE7B90
Black with #BE7B90
Text Example
Text Example
White with #BE7B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7B90; }
p { color: rgb(190,123,144); }
H1.HeaderClassName
{
color: #BE7B90;
}
.AnyTagClassName
{
color: #BE7B90;
}
</style>
background-color css
<style>
a { background-color: #BE7B90; }
a { background-color: rgb(190,123,144); }
div.DivClassName
{
background-color: #BE7B90;
}
.BgClassName
{
background-color: #BE7B90;
}
</style>
border-color css
<style>
span { border-color: #BE7B90; }
span { border-color: rgb(190,123,144); }
td.TdClassName
{
border-color: #BE7B90;
}
.TagClassName
{
border-color: #BE7B90;
}
</style>