Shades of Tapestry #BE6875
Tints of Tapestry #BE6875
RGB
CMYK
RGB Variations
Color information
#BE6875 (or 0xBE6875) is known color: Tapestry. HEX triplet: BE, 68 and 75. RGB value is (190,104,117). Sum of RGB (Red+Green+Blue) = 190+104+117=411 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.23% from 411); Green value is 104 (41.02% from 255 or 25.30% from 411); Blue value is 117 (46.09% from 255 or 28.47% from 411); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6875 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6875 is #41978A. Grayscale: #838383. Windows color (decimal): -4298635 or 7694526. OLE color: 7694526.
HSL color Cylindrical-coordinate representation of color #BE6875: hue angle of 350.93º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BE6875 is Cyan = 0, Magento = 0.45, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 104 | 117 | - |
| CMYK | 0 | 0.45 | 0.38 | 0.25 |
| HSL | 350.93º | 0.4% | 0.58% | - |
| HSV(B) | 350.93º | 0.45% | 0.75% | - |
| XYZ | 29.4 | 22.13 | 19.55 | - |
| YUV | 131.2 | 119.99 | 169.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 104 | 117 | 0 | 0.45 | 0.38 | 0.25 | 350.93 | 0.4 | 0.58 |
| Hex | BE | 68 | 75 | 0 | 2D | 26 | 19 | 15F | 28 | 3A |
| Octal | 276 | 150 | 165 | 0 | 55 | 46 | 31 | 537 | 50 | 72 |
| Binary | 10111110 | 1101000 | 1110101 | 0 | 101101 | 100110 | 11001 | 101011111 | 101000 | 111010 |
Color Harmonies of #BE6875
Complementary color
Monochromatic Colors of #BE6875
Black with #BE6875
Text Example
Text Example
White with #BE6875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6875; }
p { color: rgb(190,104,117); }
H1.HeaderClassName
{
color: #BE6875;
}
.AnyTagClassName
{
color: #BE6875;
}
</style>
background-color css
<style>
a { background-color: #BE6875; }
a { background-color: rgb(190,104,117); }
div.DivClassName
{
background-color: #BE6875;
}
.BgClassName
{
background-color: #BE6875;
}
</style>
border-color css
<style>
span { border-color: #BE6875; }
span { border-color: rgb(190,104,117); }
td.TdClassName
{
border-color: #BE6875;
}
.TagClassName
{
border-color: #BE6875;
}
</style>