Shades of Tapestry #BE6C83
Tints of Tapestry #BE6C83
RGB
CMYK
RGB Variations
Color information
#BE6C83 (or 0xBE6C83) is known color: Tapestry. HEX triplet: BE, 6C and 83. RGB value is (190,108,131). Sum of RGB (Red+Green+Blue) = 190+108+131=429 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.29% from 429); Green value is 108 (42.58% from 255 or 25.17% from 429); Blue value is 131 (51.56% from 255 or 30.54% from 429); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6C83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6C83 is #41937C. Grayscale: #878787. Windows color (decimal): -4297597 or 8613054. OLE color: 8613054.
HSL color Cylindrical-coordinate representation of color #BE6C83: hue angle of 343.17º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BE6C83 is Cyan = 0, Magento = 0.43, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 108 | 131 | - |
| CMYK | 0 | 0.43 | 0.31 | 0.25 |
| HSL | 343.17º | 0.39% | 0.58% | - |
| HSV(B) | 343.17º | 0.43% | 0.75% | - |
| XYZ | 30.69 | 23.31 | 24.35 | - |
| YUV | 135.14 | 125.67 | 167.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 108 | 131 | 0 | 0.43 | 0.31 | 0.25 | 343.17 | 0.39 | 0.58 |
| Hex | BE | 6C | 83 | 0 | 2B | 1F | 19 | 157 | 27 | 3A |
| Octal | 276 | 154 | 203 | 0 | 53 | 37 | 31 | 527 | 47 | 72 |
| Binary | 10111110 | 1101100 | 10000011 | 0 | 101011 | 11111 | 11001 | 101010111 | 100111 | 111010 |
Color Harmonies of #BE6C83
Complementary color
Monochromatic Colors of #BE6C83
Black with #BE6C83
Text Example
Text Example
White with #BE6C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6C83; }
p { color: rgb(190,108,131); }
H1.HeaderClassName
{
color: #BE6C83;
}
.AnyTagClassName
{
color: #BE6C83;
}
</style>
background-color css
<style>
a { background-color: #BE6C83; }
a { background-color: rgb(190,108,131); }
div.DivClassName
{
background-color: #BE6C83;
}
.BgClassName
{
background-color: #BE6C83;
}
</style>
border-color css
<style>
span { border-color: #BE6C83; }
span { border-color: rgb(190,108,131); }
td.TdClassName
{
border-color: #BE6C83;
}
.TagClassName
{
border-color: #BE6C83;
}
</style>