Shades of Tapestry #BE6A8A
Tints of Tapestry #BE6A8A
RGB
CMYK
RGB Variations
Color information
#BE6A8A (or 0xBE6A8A) is known color: Tapestry. HEX triplet: BE, 6A and 8A. RGB value is (190,106,138). Sum of RGB (Red+Green+Blue) = 190+106+138=434 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.78% from 434); Green value is 106 (41.80% from 255 or 24.42% from 434); Blue value is 138 (54.30% from 255 or 31.80% from 434); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6A8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6A8A is #419575. Grayscale: #868686. Windows color (decimal): -4298102 or 9071294. OLE color: 9071294.
HSL color Cylindrical-coordinate representation of color #BE6A8A: hue angle of 337.14º 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 #BE6A8A is Cyan = 0, Magento = 0.44, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 106 | 138 | - |
| CMYK | 0 | 0.44 | 0.27 | 0.25 |
| HSL | 337.14º | 0.39% | 0.58% | - |
| HSV(B) | 337.14º | 0.44% | 0.75% | - |
| XYZ | 30.98 | 23.09 | 26.87 | - |
| YUV | 134.76 | 129.83 | 167.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 106 | 138 | 0 | 0.44 | 0.27 | 0.25 | 337.14 | 0.39 | 0.58 |
| Hex | BE | 6A | 8A | 0 | 2C | 1B | 19 | 151 | 27 | 3A |
| Octal | 276 | 152 | 212 | 0 | 54 | 33 | 31 | 521 | 47 | 72 |
| Binary | 10111110 | 1101010 | 10001010 | 0 | 101100 | 11011 | 11001 | 101010001 | 100111 | 111010 |
Color Harmonies of #BE6A8A
Complementary color
Monochromatic Colors of #BE6A8A
Black with #BE6A8A
Text Example
Text Example
White with #BE6A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6A8A; }
p { color: rgb(190,106,138); }
H1.HeaderClassName
{
color: #BE6A8A;
}
.AnyTagClassName
{
color: #BE6A8A;
}
</style>
background-color css
<style>
a { background-color: #BE6A8A; }
a { background-color: rgb(190,106,138); }
div.DivClassName
{
background-color: #BE6A8A;
}
.BgClassName
{
background-color: #BE6A8A;
}
</style>
border-color css
<style>
span { border-color: #BE6A8A; }
span { border-color: rgb(190,106,138); }
td.TdClassName
{
border-color: #BE6A8A;
}
.TagClassName
{
border-color: #BE6A8A;
}
</style>