Shades of Tapestry #BE627E
Tints of Tapestry #BE627E
RGB
CMYK
RGB Variations
Color information
#BE627E (or 0xBE627E) is known color: Tapestry. HEX triplet: BE, 62 and 7E. RGB value is (190,98,126). Sum of RGB (Red+Green+Blue) = 190+98+126=414 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.89% from 414); Green value is 98 (38.67% from 255 or 23.67% from 414); Blue value is 126 (49.61% from 255 or 30.43% from 414); Max value from RGB is 190 - color contains mainly: red. Hex color #BE627E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE627E is #419D81. Grayscale: #808080. Windows color (decimal): -4300162 or 8282814. OLE color: 8282814.
HSL color Cylindrical-coordinate representation of color #BE627E: hue angle of 341.74º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BE627E is Cyan = 0, Magento = 0.48, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 98 | 126 | - |
| CMYK | 0 | 0.48 | 0.34 | 0.25 |
| HSL | 341.74º | 0.41% | 0.56% | - |
| HSV(B) | 341.74º | 0.48% | 0.75% | - |
| XYZ | 29.37 | 21.19 | 22.28 | - |
| YUV | 128.7 | 126.48 | 171.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 98 | 126 | 0 | 0.48 | 0.34 | 0.25 | 341.74 | 0.41 | 0.56 |
| Hex | BE | 62 | 7E | 0 | 30 | 22 | 19 | 156 | 29 | 38 |
| Octal | 276 | 142 | 176 | 0 | 60 | 42 | 31 | 526 | 51 | 70 |
| Binary | 10111110 | 1100010 | 1111110 | 0 | 110000 | 100010 | 11001 | 101010110 | 101001 | 111000 |
Color Harmonies of #BE627E
Complementary color
Monochromatic Colors of #BE627E
Black with #BE627E
Text Example
Text Example
White with #BE627E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE627E; }
p { color: rgb(190,98,126); }
H1.HeaderClassName
{
color: #BE627E;
}
.AnyTagClassName
{
color: #BE627E;
}
</style>
background-color css
<style>
a { background-color: #BE627E; }
a { background-color: rgb(190,98,126); }
div.DivClassName
{
background-color: #BE627E;
}
.BgClassName
{
background-color: #BE627E;
}
</style>
border-color css
<style>
span { border-color: #BE627E; }
span { border-color: rgb(190,98,126); }
td.TdClassName
{
border-color: #BE627E;
}
.TagClassName
{
border-color: #BE627E;
}
</style>