Shades of Tapestry #BE677F
Tints of Tapestry #BE677F
RGB
CMYK
RGB Variations
Color information
#BE677F (or 0xBE677F) is known color: Tapestry. HEX triplet: BE, 67 and 7F. RGB value is (190,103,127). Sum of RGB (Red+Green+Blue) = 190+103+127=420 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.24% from 420); Green value is 103 (40.62% from 255 or 24.52% from 420); Blue value is 127 (50% from 255 or 30.24% from 420); Max value from RGB is 190 - color contains mainly: red. Hex color #BE677F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE677F is #419880. Grayscale: #838383. Windows color (decimal): -4298881 or 8349630. OLE color: 8349630.
HSL color Cylindrical-coordinate representation of color #BE677F: hue angle of 343.45º 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 #BE677F is Cyan = 0, Magento = 0.46, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 103 | 127 | - |
| CMYK | 0 | 0.46 | 0.33 | 0.25 |
| HSL | 343.45º | 0.4% | 0.57% | - |
| HSV(B) | 343.45º | 0.46% | 0.75% | - |
| XYZ | 29.92 | 22.18 | 22.78 | - |
| YUV | 131.75 | 125.32 | 169.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 103 | 127 | 0 | 0.46 | 0.33 | 0.25 | 343.45 | 0.4 | 0.57 |
| Hex | BE | 67 | 7F | 0 | 2E | 21 | 19 | 157 | 28 | 39 |
| Octal | 276 | 147 | 177 | 0 | 56 | 41 | 31 | 527 | 50 | 71 |
| Binary | 10111110 | 1100111 | 1111111 | 0 | 101110 | 100001 | 11001 | 101010111 | 101000 | 111001 |
Color Harmonies of #BE677F
Complementary color
Monochromatic Colors of #BE677F
Black with #BE677F
Text Example
Text Example
White with #BE677F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE677F; }
p { color: rgb(190,103,127); }
H1.HeaderClassName
{
color: #BE677F;
}
.AnyTagClassName
{
color: #BE677F;
}
</style>
background-color css
<style>
a { background-color: #BE677F; }
a { background-color: rgb(190,103,127); }
div.DivClassName
{
background-color: #BE677F;
}
.BgClassName
{
background-color: #BE677F;
}
</style>
border-color css
<style>
span { border-color: #BE677F; }
span { border-color: rgb(190,103,127); }
td.TdClassName
{
border-color: #BE677F;
}
.TagClassName
{
border-color: #BE677F;
}
</style>