Shades of Tapestry #BE6683
Tints of Tapestry #BE6683
RGB
CMYK
RGB Variations
Color information
#BE6683 (or 0xBE6683) is known color: Tapestry. HEX triplet: BE, 66 and 83. RGB value is (190,102,131). Sum of RGB (Red+Green+Blue) = 190+102+131=423 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.92% from 423); Green value is 102 (40.23% from 255 or 24.11% from 423); Blue value is 131 (51.56% from 255 or 30.97% from 423); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6683 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6683 is #41997C. Grayscale: #838383. Windows color (decimal): -4299133 or 8611518. OLE color: 8611518.
HSL color Cylindrical-coordinate representation of color #BE6683: hue angle of 340.23º 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 #BE6683 is Cyan = 0, Magento = 0.46, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 102 | 131 | - |
| CMYK | 0 | 0.46 | 0.31 | 0.25 |
| HSL | 340.23º | 0.4% | 0.57% | - |
| HSV(B) | 340.23º | 0.46% | 0.75% | - |
| XYZ | 30.08 | 22.09 | 24.15 | - |
| YUV | 131.62 | 127.65 | 169.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 102 | 131 | 0 | 0.46 | 0.31 | 0.25 | 340.23 | 0.4 | 0.57 |
| Hex | BE | 66 | 83 | 0 | 2E | 1F | 19 | 154 | 28 | 39 |
| Octal | 276 | 146 | 203 | 0 | 56 | 37 | 31 | 524 | 50 | 71 |
| Binary | 10111110 | 1100110 | 10000011 | 0 | 101110 | 11111 | 11001 | 101010100 | 101000 | 111001 |
Color Harmonies of #BE6683
Complementary color
Monochromatic Colors of #BE6683
Black with #BE6683
Text Example
Text Example
White with #BE6683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6683; }
p { color: rgb(190,102,131); }
H1.HeaderClassName
{
color: #BE6683;
}
.AnyTagClassName
{
color: #BE6683;
}
</style>
background-color css
<style>
a { background-color: #BE6683; }
a { background-color: rgb(190,102,131); }
div.DivClassName
{
background-color: #BE6683;
}
.BgClassName
{
background-color: #BE6683;
}
</style>
border-color css
<style>
span { border-color: #BE6683; }
span { border-color: rgb(190,102,131); }
td.TdClassName
{
border-color: #BE6683;
}
.TagClassName
{
border-color: #BE6683;
}
</style>