Shades of Tapestry #B26E90
Tints of Tapestry #B26E90
RGB
CMYK
RGB Variations
Color information
#B26E90 (or 0xB26E90) is known color: Tapestry. HEX triplet: B2, 6E and 90. RGB value is (178,110,144). Sum of RGB (Red+Green+Blue) = 178+110+144=432 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.20% from 432); Green value is 110 (43.36% from 255 or 25.46% from 432); Blue value is 144 (56.64% from 255 or 33.33% from 432); Max value from RGB is 178 - color contains mainly: red. Hex color #B26E90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26E90 is #4D916F. Grayscale: #868686. Windows color (decimal): -5083504 or 9465522. OLE color: 9465522.
HSL color Cylindrical-coordinate representation of color #B26E90: hue angle of 330º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B26E90 is Cyan = 0, Magento = 0.38, Yellow = 0.19 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 110 | 144 | - |
| CMYK | 0 | 0.38 | 0.19 | 0.30 |
| HSL | 330º | 0.31% | 0.56% | - |
| HSV(B) | 330º | 0.38% | 0.7% | - |
| XYZ | 28.97 | 22.63 | 29.23 | - |
| YUV | 134.21 | 133.53 | 159.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 110 | 144 | 0 | 0.38 | 0.19 | 0.30 | 330 | 0.31 | 0.56 |
| Hex | B2 | 6E | 90 | 0 | 26 | 13 | 1E | 14A | 1F | 38 |
| Octal | 262 | 156 | 220 | 0 | 46 | 23 | 36 | 512 | 37 | 70 |
| Binary | 10110010 | 1101110 | 10010000 | 0 | 100110 | 10011 | 11110 | 101001010 | 11111 | 111000 |
Color Harmonies of #B26E90
Complementary color
Monochromatic Colors of #B26E90
Black with #B26E90
Text Example
Text Example
White with #B26E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26E90; }
p { color: rgb(178,110,144); }
H1.HeaderClassName
{
color: #B26E90;
}
.AnyTagClassName
{
color: #B26E90;
}
</style>
background-color css
<style>
a { background-color: #B26E90; }
a { background-color: rgb(178,110,144); }
div.DivClassName
{
background-color: #B26E90;
}
.BgClassName
{
background-color: #B26E90;
}
</style>
border-color css
<style>
span { border-color: #B26E90; }
span { border-color: rgb(178,110,144); }
td.TdClassName
{
border-color: #B26E90;
}
.TagClassName
{
border-color: #B26E90;
}
</style>