Shades of Tapestry #BE687D
Tints of Tapestry #BE687D
RGB
CMYK
RGB Variations
Color information
#BE687D (or 0xBE687D) is known color: Tapestry. HEX triplet: BE, 68 and 7D. RGB value is (190,104,125). Sum of RGB (Red+Green+Blue) = 190+104+125=419 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.35% from 419); Green value is 104 (41.02% from 255 or 24.82% from 419); Blue value is 125 (49.22% from 255 or 29.83% from 419); Max value from RGB is 190 - color contains mainly: red. Hex color #BE687D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE687D is #419782. Grayscale: #848484. Windows color (decimal): -4298627 or 8218814. OLE color: 8218814.
HSL color Cylindrical-coordinate representation of color #BE687D: hue angle of 345.35º 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 #BE687D is Cyan = 0, Magento = 0.45, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 104 | 125 | - |
| CMYK | 0 | 0.45 | 0.34 | 0.25 |
| HSL | 345.35º | 0.4% | 0.58% | - |
| HSV(B) | 345.35º | 0.45% | 0.75% | - |
| XYZ | 29.89 | 22.33 | 22.14 | - |
| YUV | 132.11 | 123.99 | 169.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 104 | 125 | 0 | 0.45 | 0.34 | 0.25 | 345.35 | 0.4 | 0.58 |
| Hex | BE | 68 | 7D | 0 | 2D | 22 | 19 | 159 | 28 | 3A |
| Octal | 276 | 150 | 175 | 0 | 55 | 42 | 31 | 531 | 50 | 72 |
| Binary | 10111110 | 1101000 | 1111101 | 0 | 101101 | 100010 | 11001 | 101011001 | 101000 | 111010 |
Color Harmonies of #BE687D
Complementary color
Monochromatic Colors of #BE687D
Black with #BE687D
Text Example
Text Example
White with #BE687D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE687D; }
p { color: rgb(190,104,125); }
H1.HeaderClassName
{
color: #BE687D;
}
.AnyTagClassName
{
color: #BE687D;
}
</style>
background-color css
<style>
a { background-color: #BE687D; }
a { background-color: rgb(190,104,125); }
div.DivClassName
{
background-color: #BE687D;
}
.BgClassName
{
background-color: #BE687D;
}
</style>
border-color css
<style>
span { border-color: #BE687D; }
span { border-color: rgb(190,104,125); }
td.TdClassName
{
border-color: #BE687D;
}
.TagClassName
{
border-color: #BE687D;
}
</style>