Shades of Tapestry #BE668A
Tints of Tapestry #BE668A
RGB
CMYK
RGB Variations
Color information
#BE668A (or 0xBE668A) is known color: Tapestry. HEX triplet: BE, 66 and 8A. RGB value is (190,102,138). Sum of RGB (Red+Green+Blue) = 190+102+138=430 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.19% from 430); Green value is 102 (40.23% from 255 or 23.72% from 430); Blue value is 138 (54.30% from 255 or 32.09% from 430); Max value from RGB is 190 - color contains mainly: red. Hex color #BE668A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE668A is #419975. Grayscale: #848484. Windows color (decimal): -4299126 or 9070270. OLE color: 9070270.
HSL color Cylindrical-coordinate representation of color #BE668A: hue angle of 335.45º 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 #BE668A is Cyan = 0, Magento = 0.46, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 102 | 138 | - |
| CMYK | 0 | 0.46 | 0.27 | 0.25 |
| HSL | 335.45º | 0.4% | 0.57% | - |
| HSV(B) | 335.45º | 0.46% | 0.75% | - |
| XYZ | 30.57 | 22.28 | 26.73 | - |
| YUV | 132.42 | 131.15 | 169.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 102 | 138 | 0 | 0.46 | 0.27 | 0.25 | 335.45 | 0.4 | 0.57 |
| Hex | BE | 66 | 8A | 0 | 2E | 1B | 19 | 14F | 28 | 39 |
| Octal | 276 | 146 | 212 | 0 | 56 | 33 | 31 | 517 | 50 | 71 |
| Binary | 10111110 | 1100110 | 10001010 | 0 | 101110 | 11011 | 11001 | 101001111 | 101000 | 111001 |
Color Harmonies of #BE668A
Complementary color
Monochromatic Colors of #BE668A
Black with #BE668A
Text Example
Text Example
White with #BE668A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE668A; }
p { color: rgb(190,102,138); }
H1.HeaderClassName
{
color: #BE668A;
}
.AnyTagClassName
{
color: #BE668A;
}
</style>
background-color css
<style>
a { background-color: #BE668A; }
a { background-color: rgb(190,102,138); }
div.DivClassName
{
background-color: #BE668A;
}
.BgClassName
{
background-color: #BE668A;
}
</style>
border-color css
<style>
span { border-color: #BE668A; }
span { border-color: rgb(190,102,138); }
td.TdClassName
{
border-color: #BE668A;
}
.TagClassName
{
border-color: #BE668A;
}
</style>