Shades of Tapestry #BE7178
Tints of Tapestry #BE7178
RGB
CMYK
RGB Variations
Color information
#BE7178 (or 0xBE7178) is known color: Tapestry. HEX triplet: BE, 71 and 78. RGB value is (190,113,120). Sum of RGB (Red+Green+Blue) = 190+113+120=423 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.92% from 423); Green value is 113 (44.53% from 255 or 26.71% from 423); Blue value is 120 (47.27% from 255 or 28.37% from 423); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7178 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7178 is #418E87. Grayscale: #888888. Windows color (decimal): -4296328 or 7893438. OLE color: 7893438.
HSL color Cylindrical-coordinate representation of color #BE7178: hue angle of 354.55º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BE7178 is Cyan = 0, Magento = 0.41, Yellow = 0.37 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 113 | 120 | - |
| CMYK | 0 | 0.41 | 0.37 | 0.25 |
| HSL | 354.55º | 0.37% | 0.59% | - |
| HSV(B) | 354.55º | 0.41% | 0.75% | - |
| XYZ | 30.53 | 24.11 | 20.81 | - |
| YUV | 136.82 | 118.51 | 165.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 113 | 120 | 0 | 0.41 | 0.37 | 0.25 | 354.55 | 0.37 | 0.59 |
| Hex | BE | 71 | 78 | 0 | 29 | 25 | 19 | 163 | 25 | 3B |
| Octal | 276 | 161 | 170 | 0 | 51 | 45 | 31 | 543 | 45 | 73 |
| Binary | 10111110 | 1110001 | 1111000 | 0 | 101001 | 100101 | 11001 | 101100011 | 100101 | 111011 |
Color Harmonies of #BE7178
Complementary color
Monochromatic Colors of #BE7178
Black with #BE7178
Text Example
Text Example
White with #BE7178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7178; }
p { color: rgb(190,113,120); }
H1.HeaderClassName
{
color: #BE7178;
}
.AnyTagClassName
{
color: #BE7178;
}
</style>
background-color css
<style>
a { background-color: #BE7178; }
a { background-color: rgb(190,113,120); }
div.DivClassName
{
background-color: #BE7178;
}
.BgClassName
{
background-color: #BE7178;
}
</style>
border-color css
<style>
span { border-color: #BE7178; }
span { border-color: rgb(190,113,120); }
td.TdClassName
{
border-color: #BE7178;
}
.TagClassName
{
border-color: #BE7178;
}
</style>