Shades of Tapestry #BE788A
Tints of Tapestry #BE788A
RGB
CMYK
RGB Variations
Color information
#BE788A (or 0xBE788A) is known color: Tapestry. HEX triplet: BE, 78 and 8A. RGB value is (190,120,138). Sum of RGB (Red+Green+Blue) = 190+120+138=448 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.41% from 448); Green value is 120 (47.27% from 255 or 26.79% from 448); Blue value is 138 (54.30% from 255 or 30.80% from 448); Max value from RGB is 190 - color contains mainly: red. Hex color #BE788A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE788A is #418775. Grayscale: #8E8E8E. Windows color (decimal): -4294518 or 9074878. OLE color: 9074878.
HSL color Cylindrical-coordinate representation of color #BE788A: hue angle of 344.57º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BE788A is Cyan = 0, Magento = 0.37, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 120 | 138 | - |
| CMYK | 0 | 0.37 | 0.27 | 0.25 |
| HSL | 344.57º | 0.35% | 0.61% | - |
| HSV(B) | 344.57º | 0.37% | 0.75% | - |
| XYZ | 32.54 | 26.22 | 27.39 | - |
| YUV | 142.98 | 125.19 | 161.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 120 | 138 | 0 | 0.37 | 0.27 | 0.25 | 344.57 | 0.35 | 0.61 |
| Hex | BE | 78 | 8A | 0 | 25 | 1B | 19 | 159 | 23 | 3D |
| Octal | 276 | 170 | 212 | 0 | 45 | 33 | 31 | 531 | 43 | 75 |
| Binary | 10111110 | 1111000 | 10001010 | 0 | 100101 | 11011 | 11001 | 101011001 | 100011 | 111101 |
Color Harmonies of #BE788A
Complementary color
Monochromatic Colors of #BE788A
Black with #BE788A
Text Example
Text Example
White with #BE788A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE788A; }
p { color: rgb(190,120,138); }
H1.HeaderClassName
{
color: #BE788A;
}
.AnyTagClassName
{
color: #BE788A;
}
</style>
background-color css
<style>
a { background-color: #BE788A; }
a { background-color: rgb(190,120,138); }
div.DivClassName
{
background-color: #BE788A;
}
.BgClassName
{
background-color: #BE788A;
}
</style>
border-color css
<style>
span { border-color: #BE788A; }
span { border-color: rgb(190,120,138); }
td.TdClassName
{
border-color: #BE788A;
}
.TagClassName
{
border-color: #BE788A;
}
</style>