Shades of Tapestry #BE7279
Tints of Tapestry #BE7279
RGB
CMYK
RGB Variations
Color information
#BE7279 (or 0xBE7279) is known color: Tapestry. HEX triplet: BE, 72 and 79. RGB value is (190,114,121). Sum of RGB (Red+Green+Blue) = 190+114+121=425 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.71% from 425); Green value is 114 (44.92% from 255 or 26.82% from 425); Blue value is 121 (47.66% from 255 or 28.47% from 425); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7279 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7279 is #418D86. Grayscale: #898989. Windows color (decimal): -4296071 or 7959230. OLE color: 7959230.
HSL color Cylindrical-coordinate representation of color #BE7279: hue angle of 354.47º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BE7279 is Cyan = 0, Magento = 0.40, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 114 | 121 | - |
| CMYK | 0 | 0.40 | 0.36 | 0.25 |
| HSL | 354.47º | 0.37% | 0.6% | - |
| HSV(B) | 354.47º | 0.4% | 0.75% | - |
| XYZ | 30.7 | 24.36 | 21.17 | - |
| YUV | 137.52 | 118.68 | 165.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 114 | 121 | 0 | 0.40 | 0.36 | 0.25 | 354.47 | 0.37 | 0.6 |
| Hex | BE | 72 | 79 | 0 | 28 | 24 | 19 | 162 | 25 | 3C |
| Octal | 276 | 162 | 171 | 0 | 50 | 44 | 31 | 542 | 45 | 74 |
| Binary | 10111110 | 1110010 | 1111001 | 0 | 101000 | 100100 | 11001 | 101100010 | 100101 | 111100 |
Color Harmonies of #BE7279
Complementary color
Monochromatic Colors of #BE7279
Black with #BE7279
Text Example
Text Example
White with #BE7279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7279; }
p { color: rgb(190,114,121); }
H1.HeaderClassName
{
color: #BE7279;
}
.AnyTagClassName
{
color: #BE7279;
}
</style>
background-color css
<style>
a { background-color: #BE7279; }
a { background-color: rgb(190,114,121); }
div.DivClassName
{
background-color: #BE7279;
}
.BgClassName
{
background-color: #BE7279;
}
</style>
border-color css
<style>
span { border-color: #BE7279; }
span { border-color: rgb(190,114,121); }
td.TdClassName
{
border-color: #BE7279;
}
.TagClassName
{
border-color: #BE7279;
}
</style>