Shades of Tapestry #BE767D
Tints of Tapestry #BE767D
RGB
CMYK
RGB Variations
Color information
#BE767D (or 0xBE767D) is known color: Tapestry. HEX triplet: BE, 76 and 7D. RGB value is (190,118,125). Sum of RGB (Red+Green+Blue) = 190+118+125=433 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.88% from 433); Green value is 118 (46.48% from 255 or 27.25% from 433); Blue value is 125 (49.22% from 255 or 28.87% from 433); Max value from RGB is 190 - color contains mainly: red. Hex color #BE767D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE767D is #418982. Grayscale: #8C8C8C. Windows color (decimal): -4295043 or 8222398. OLE color: 8222398.
HSL color Cylindrical-coordinate representation of color #BE767D: hue angle of 354.17º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BE767D is Cyan = 0, Magento = 0.38, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 118 | 125 | - |
| CMYK | 0 | 0.38 | 0.34 | 0.25 |
| HSL | 354.17º | 0.36% | 0.6% | - |
| HSV(B) | 354.17º | 0.38% | 0.75% | - |
| XYZ | 31.42 | 25.38 | 22.65 | - |
| YUV | 140.33 | 119.35 | 163.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 118 | 125 | 0 | 0.38 | 0.34 | 0.25 | 354.17 | 0.36 | 0.6 |
| Hex | BE | 76 | 7D | 0 | 26 | 22 | 19 | 162 | 24 | 3C |
| Octal | 276 | 166 | 175 | 0 | 46 | 42 | 31 | 542 | 44 | 74 |
| Binary | 10111110 | 1110110 | 1111101 | 0 | 100110 | 100010 | 11001 | 101100010 | 100100 | 111100 |
Color Harmonies of #BE767D
Complementary color
Monochromatic Colors of #BE767D
Black with #BE767D
Text Example
Text Example
White with #BE767D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE767D; }
p { color: rgb(190,118,125); }
H1.HeaderClassName
{
color: #BE767D;
}
.AnyTagClassName
{
color: #BE767D;
}
</style>
background-color css
<style>
a { background-color: #BE767D; }
a { background-color: rgb(190,118,125); }
div.DivClassName
{
background-color: #BE767D;
}
.BgClassName
{
background-color: #BE767D;
}
</style>
border-color css
<style>
span { border-color: #BE767D; }
span { border-color: rgb(190,118,125); }
td.TdClassName
{
border-color: #BE767D;
}
.TagClassName
{
border-color: #BE767D;
}
</style>