Shades of Tapestry #BE768A
Tints of Tapestry #BE768A
RGB
CMYK
RGB Variations
Color information
#BE768A (or 0xBE768A) is known color: Tapestry. HEX triplet: BE, 76 and 8A. RGB value is (190,118,138). Sum of RGB (Red+Green+Blue) = 190+118+138=446 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.60% from 446); Green value is 118 (46.48% from 255 or 26.46% from 446); Blue value is 138 (54.30% from 255 or 30.94% from 446); Max value from RGB is 190 - color contains mainly: red. Hex color #BE768A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE768A is #418975. Grayscale: #8D8D8D. Windows color (decimal): -4295030 or 9074366. OLE color: 9074366.
HSL color Cylindrical-coordinate representation of color #BE768A: hue angle of 343.33º 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 #BE768A is Cyan = 0, Magento = 0.38, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 118 | 138 | - |
| CMYK | 0 | 0.38 | 0.27 | 0.25 |
| HSL | 343.33º | 0.36% | 0.6% | - |
| HSV(B) | 343.33º | 0.38% | 0.75% | - |
| XYZ | 32.3 | 25.74 | 27.31 | - |
| YUV | 141.81 | 125.85 | 162.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 118 | 138 | 0 | 0.38 | 0.27 | 0.25 | 343.33 | 0.36 | 0.6 |
| Hex | BE | 76 | 8A | 0 | 26 | 1B | 19 | 157 | 24 | 3C |
| Octal | 276 | 166 | 212 | 0 | 46 | 33 | 31 | 527 | 44 | 74 |
| Binary | 10111110 | 1110110 | 10001010 | 0 | 100110 | 11011 | 11001 | 101010111 | 100100 | 111100 |
Color Harmonies of #BE768A
Complementary color
Monochromatic Colors of #BE768A
Black with #BE768A
Text Example
Text Example
White with #BE768A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE768A; }
p { color: rgb(190,118,138); }
H1.HeaderClassName
{
color: #BE768A;
}
.AnyTagClassName
{
color: #BE768A;
}
</style>
background-color css
<style>
a { background-color: #BE768A; }
a { background-color: rgb(190,118,138); }
div.DivClassName
{
background-color: #BE768A;
}
.BgClassName
{
background-color: #BE768A;
}
</style>
border-color css
<style>
span { border-color: #BE768A; }
span { border-color: rgb(190,118,138); }
td.TdClassName
{
border-color: #BE768A;
}
.TagClassName
{
border-color: #BE768A;
}
</style>