Shades of Tapestry #BE677C
Tints of Tapestry #BE677C
RGB
CMYK
RGB Variations
Color information
#BE677C (or 0xBE677C) is known color: Tapestry. HEX triplet: BE, 67 and 7C. RGB value is (190,103,124). Sum of RGB (Red+Green+Blue) = 190+103+124=417 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.56% from 417); Green value is 103 (40.62% from 255 or 24.70% from 417); Blue value is 124 (48.83% from 255 or 29.74% from 417); Max value from RGB is 190 - color contains mainly: red. Hex color #BE677C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE677C is #419883. Grayscale: #838383. Windows color (decimal): -4298884 or 8153022. OLE color: 8153022.
HSL color Cylindrical-coordinate representation of color #BE677C: hue angle of 345.52º 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 #BE677C is Cyan = 0, Magento = 0.46, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 103 | 124 | - |
| CMYK | 0 | 0.46 | 0.35 | 0.25 |
| HSL | 345.52º | 0.4% | 0.57% | - |
| HSV(B) | 345.52º | 0.46% | 0.75% | - |
| XYZ | 29.72 | 22.1 | 21.77 | - |
| YUV | 131.41 | 123.82 | 169.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 103 | 124 | 0 | 0.46 | 0.35 | 0.25 | 345.52 | 0.4 | 0.57 |
| Hex | BE | 67 | 7C | 0 | 2E | 23 | 19 | 15A | 28 | 39 |
| Octal | 276 | 147 | 174 | 0 | 56 | 43 | 31 | 532 | 50 | 71 |
| Binary | 10111110 | 1100111 | 1111100 | 0 | 101110 | 100011 | 11001 | 101011010 | 101000 | 111001 |
Color Harmonies of #BE677C
Complementary color
Monochromatic Colors of #BE677C
Black with #BE677C
Text Example
Text Example
White with #BE677C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE677C; }
p { color: rgb(190,103,124); }
H1.HeaderClassName
{
color: #BE677C;
}
.AnyTagClassName
{
color: #BE677C;
}
</style>
background-color css
<style>
a { background-color: #BE677C; }
a { background-color: rgb(190,103,124); }
div.DivClassName
{
background-color: #BE677C;
}
.BgClassName
{
background-color: #BE677C;
}
</style>
border-color css
<style>
span { border-color: #BE677C; }
span { border-color: rgb(190,103,124); }
td.TdClassName
{
border-color: #BE677C;
}
.TagClassName
{
border-color: #BE677C;
}
</style>