Shades of Tapestry #BE7B88
Tints of Tapestry #BE7B88
RGB
CMYK
RGB Variations
Color information
#BE7B88 (or 0xBE7B88) is known color: Tapestry. HEX triplet: BE, 7B and 88. RGB value is (190,123,136). Sum of RGB (Red+Green+Blue) = 190+123+136=449 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.32% from 449); Green value is 123 (48.44% from 255 or 27.39% from 449); Blue value is 136 (53.52% from 255 or 30.29% from 449); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7B88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7B88 is #418477. Grayscale: #909090. Windows color (decimal): -4293752 or 8944574. OLE color: 8944574.
HSL color Cylindrical-coordinate representation of color #BE7B88: hue angle of 348.36º 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 #BE7B88 is Cyan = 0, Magento = 0.35, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 123 | 136 | - |
| CMYK | 0 | 0.35 | 0.28 | 0.25 |
| HSL | 348.36º | 0.34% | 0.61% | - |
| HSV(B) | 348.36º | 0.35% | 0.75% | - |
| XYZ | 32.76 | 26.89 | 26.76 | - |
| YUV | 144.52 | 123.2 | 160.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 123 | 136 | 0 | 0.35 | 0.28 | 0.25 | 348.36 | 0.34 | 0.61 |
| Hex | BE | 7B | 88 | 0 | 23 | 1C | 19 | 15C | 22 | 3D |
| Octal | 276 | 173 | 210 | 0 | 43 | 34 | 31 | 534 | 42 | 75 |
| Binary | 10111110 | 1111011 | 10001000 | 0 | 100011 | 11100 | 11001 | 101011100 | 100010 | 111101 |
Color Harmonies of #BE7B88
Complementary color
Monochromatic Colors of #BE7B88
Black with #BE7B88
Text Example
Text Example
White with #BE7B88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7B88; }
p { color: rgb(190,123,136); }
H1.HeaderClassName
{
color: #BE7B88;
}
.AnyTagClassName
{
color: #BE7B88;
}
</style>
background-color css
<style>
a { background-color: #BE7B88; }
a { background-color: rgb(190,123,136); }
div.DivClassName
{
background-color: #BE7B88;
}
.BgClassName
{
background-color: #BE7B88;
}
</style>
border-color css
<style>
span { border-color: #BE7B88; }
span { border-color: rgb(190,123,136); }
td.TdClassName
{
border-color: #BE7B88;
}
.TagClassName
{
border-color: #BE7B88;
}
</style>