Shades of Tapestry #BE7B8C
Tints of Tapestry #BE7B8C
RGB
CMYK
RGB Variations
Color information
#BE7B8C (or 0xBE7B8C) is known color: Tapestry. HEX triplet: BE, 7B and 8C. RGB value is (190,123,140). Sum of RGB (Red+Green+Blue) = 190+123+140=453 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.94% from 453); Green value is 123 (48.44% from 255 or 27.15% from 453); Blue value is 140 (55.08% from 255 or 30.91% from 453); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7B8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7B8C is #418473. Grayscale: #909090. Windows color (decimal): -4293748 or 9206718. OLE color: 9206718.
HSL color Cylindrical-coordinate representation of color #BE7B8C: hue angle of 344.78º 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 #BE7B8C is Cyan = 0, Magento = 0.35, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 123 | 140 | - |
| CMYK | 0 | 0.35 | 0.26 | 0.25 |
| HSL | 344.78º | 0.34% | 0.61% | - |
| HSV(B) | 344.78º | 0.35% | 0.75% | - |
| XYZ | 33.05 | 27.01 | 28.28 | - |
| YUV | 144.97 | 125.2 | 160.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 123 | 140 | 0 | 0.35 | 0.26 | 0.25 | 344.78 | 0.34 | 0.61 |
| Hex | BE | 7B | 8C | 0 | 23 | 1A | 19 | 159 | 22 | 3D |
| Octal | 276 | 173 | 214 | 0 | 43 | 32 | 31 | 531 | 42 | 75 |
| Binary | 10111110 | 1111011 | 10001100 | 0 | 100011 | 11010 | 11001 | 101011001 | 100010 | 111101 |
Color Harmonies of #BE7B8C
Complementary color
Monochromatic Colors of #BE7B8C
Black with #BE7B8C
Text Example
Text Example
White with #BE7B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7B8C; }
p { color: rgb(190,123,140); }
H1.HeaderClassName
{
color: #BE7B8C;
}
.AnyTagClassName
{
color: #BE7B8C;
}
</style>
background-color css
<style>
a { background-color: #BE7B8C; }
a { background-color: rgb(190,123,140); }
div.DivClassName
{
background-color: #BE7B8C;
}
.BgClassName
{
background-color: #BE7B8C;
}
</style>
border-color css
<style>
span { border-color: #BE7B8C; }
span { border-color: rgb(190,123,140); }
td.TdClassName
{
border-color: #BE7B8C;
}
.TagClassName
{
border-color: #BE7B8C;
}
</style>