Shades of Tapestry #BE767F
Tints of Tapestry #BE767F
RGB
CMYK
RGB Variations
Color information
#BE767F (or 0xBE767F) is known color: Tapestry. HEX triplet: BE, 76 and 7F. RGB value is (190,118,127). Sum of RGB (Red+Green+Blue) = 190+118+127=435 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.68% from 435); Green value is 118 (46.48% from 255 or 27.13% from 435); Blue value is 127 (50% from 255 or 29.20% from 435); Max value from RGB is 190 - color contains mainly: red. Hex color #BE767F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE767F is #418980. Grayscale: #8C8C8C. Windows color (decimal): -4295041 or 8353470. OLE color: 8353470.
HSL color Cylindrical-coordinate representation of color #BE767F: hue angle of 352.5º 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 #BE767F is Cyan = 0, Magento = 0.38, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 118 | 127 | - |
| CMYK | 0 | 0.38 | 0.33 | 0.25 |
| HSL | 352.5º | 0.36% | 0.6% | - |
| HSV(B) | 352.5º | 0.38% | 0.75% | - |
| XYZ | 31.54 | 25.44 | 23.33 | - |
| YUV | 140.55 | 120.35 | 163.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 118 | 127 | 0 | 0.38 | 0.33 | 0.25 | 352.5 | 0.36 | 0.6 |
| Hex | BE | 76 | 7F | 0 | 26 | 21 | 19 | 160 | 24 | 3C |
| Octal | 276 | 166 | 177 | 0 | 46 | 41 | 31 | 540 | 44 | 74 |
| Binary | 10111110 | 1110110 | 1111111 | 0 | 100110 | 100001 | 11001 | 101100000 | 100100 | 111100 |
Color Harmonies of #BE767F
Complementary color
Monochromatic Colors of #BE767F
Black with #BE767F
Text Example
Text Example
White with #BE767F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE767F; }
p { color: rgb(190,118,127); }
H1.HeaderClassName
{
color: #BE767F;
}
.AnyTagClassName
{
color: #BE767F;
}
</style>
background-color css
<style>
a { background-color: #BE767F; }
a { background-color: rgb(190,118,127); }
div.DivClassName
{
background-color: #BE767F;
}
.BgClassName
{
background-color: #BE767F;
}
</style>
border-color css
<style>
span { border-color: #BE767F; }
span { border-color: rgb(190,118,127); }
td.TdClassName
{
border-color: #BE767F;
}
.TagClassName
{
border-color: #BE767F;
}
</style>