Shades of Tapestry #BE6773
Tints of Tapestry #BE6773
RGB
CMYK
RGB Variations
Color information
#BE6773 (or 0xBE6773) is known color: Tapestry. HEX triplet: BE, 67 and 73. RGB value is (190,103,115). Sum of RGB (Red+Green+Blue) = 190+103+115=408 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.57% from 408); Green value is 103 (40.62% from 255 or 25.25% from 408); Blue value is 115 (45.31% from 255 or 28.19% from 408); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6773 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6773 is #41988C. Grayscale: #828282. Windows color (decimal): -4298893 or 7563198. OLE color: 7563198.
HSL color Cylindrical-coordinate representation of color #BE6773: hue angle of 351.72º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BE6773 is Cyan = 0, Magento = 0.46, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 103 | 115 | - |
| CMYK | 0 | 0.46 | 0.39 | 0.25 |
| HSL | 351.72º | 0.4% | 0.57% | - |
| HSV(B) | 351.72º | 0.46% | 0.75% | - |
| XYZ | 29.18 | 21.89 | 18.91 | - |
| YUV | 130.38 | 119.32 | 170.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 103 | 115 | 0 | 0.46 | 0.39 | 0.25 | 351.72 | 0.4 | 0.57 |
| Hex | BE | 67 | 73 | 0 | 2E | 27 | 19 | 160 | 28 | 39 |
| Octal | 276 | 147 | 163 | 0 | 56 | 47 | 31 | 540 | 50 | 71 |
| Binary | 10111110 | 1100111 | 1110011 | 0 | 101110 | 100111 | 11001 | 101100000 | 101000 | 111001 |
Color Harmonies of #BE6773
Complementary color
Monochromatic Colors of #BE6773
Black with #BE6773
Text Example
Text Example
White with #BE6773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6773; }
p { color: rgb(190,103,115); }
H1.HeaderClassName
{
color: #BE6773;
}
.AnyTagClassName
{
color: #BE6773;
}
</style>
background-color css
<style>
a { background-color: #BE6773; }
a { background-color: rgb(190,103,115); }
div.DivClassName
{
background-color: #BE6773;
}
.BgClassName
{
background-color: #BE6773;
}
</style>
border-color css
<style>
span { border-color: #BE6773; }
span { border-color: rgb(190,103,115); }
td.TdClassName
{
border-color: #BE6773;
}
.TagClassName
{
border-color: #BE6773;
}
</style>