Shades of Tapestry #BE6B7D
Tints of Tapestry #BE6B7D
RGB
CMYK
RGB Variations
Color information
#BE6B7D (or 0xBE6B7D) is known color: Tapestry. HEX triplet: BE, 6B and 7D. RGB value is (190,107,125). Sum of RGB (Red+Green+Blue) = 190+107+125=422 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.02% from 422); Green value is 107 (42.19% from 255 or 25.36% from 422); Blue value is 125 (49.22% from 255 or 29.62% from 422); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6B7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6B7D is #419482. Grayscale: #858585. Windows color (decimal): -4297859 or 8219582. OLE color: 8219582.
HSL color Cylindrical-coordinate representation of color #BE6B7D: hue angle of 346.99º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BE6B7D is Cyan = 0, Magento = 0.44, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 107 | 125 | - |
| CMYK | 0 | 0.44 | 0.34 | 0.25 |
| HSL | 346.99º | 0.39% | 0.58% | - |
| HSV(B) | 346.99º | 0.44% | 0.75% | - |
| XYZ | 30.19 | 22.94 | 22.24 | - |
| YUV | 133.87 | 123 | 168.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 107 | 125 | 0 | 0.44 | 0.34 | 0.25 | 346.99 | 0.39 | 0.58 |
| Hex | BE | 6B | 7D | 0 | 2C | 22 | 19 | 15B | 27 | 3A |
| Octal | 276 | 153 | 175 | 0 | 54 | 42 | 31 | 533 | 47 | 72 |
| Binary | 10111110 | 1101011 | 1111101 | 0 | 101100 | 100010 | 11001 | 101011011 | 100111 | 111010 |
Color Harmonies of #BE6B7D
Complementary color
Monochromatic Colors of #BE6B7D
Black with #BE6B7D
Text Example
Text Example
White with #BE6B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6B7D; }
p { color: rgb(190,107,125); }
H1.HeaderClassName
{
color: #BE6B7D;
}
.AnyTagClassName
{
color: #BE6B7D;
}
</style>
background-color css
<style>
a { background-color: #BE6B7D; }
a { background-color: rgb(190,107,125); }
div.DivClassName
{
background-color: #BE6B7D;
}
.BgClassName
{
background-color: #BE6B7D;
}
</style>
border-color css
<style>
span { border-color: #BE6B7D; }
span { border-color: rgb(190,107,125); }
td.TdClassName
{
border-color: #BE6B7D;
}
.TagClassName
{
border-color: #BE6B7D;
}
</style>