Shades of Tapestry #B26D90
Tints of Tapestry #B26D90
RGB
CMYK
RGB Variations
Color information
#B26D90 (or 0xB26D90) is known color: Tapestry. HEX triplet: B2, 6D and 90. RGB value is (178,109,144). Sum of RGB (Red+Green+Blue) = 178+109+144=431 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.30% from 431); Green value is 109 (42.97% from 255 or 25.29% from 431); Blue value is 144 (56.64% from 255 or 33.41% from 431); Max value from RGB is 178 - color contains mainly: red. Hex color #B26D90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26D90 is #4D926F. Grayscale: #858585. Windows color (decimal): -5083760 or 9465266. OLE color: 9465266.
HSL color Cylindrical-coordinate representation of color #B26D90: hue angle of 329.57º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B26D90 is Cyan = 0, Magento = 0.39, Yellow = 0.19 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 109 | 144 | - |
| CMYK | 0 | 0.39 | 0.19 | 0.30 |
| HSL | 329.57º | 0.31% | 0.56% | - |
| HSV(B) | 329.57º | 0.39% | 0.7% | - |
| XYZ | 28.86 | 22.42 | 29.19 | - |
| YUV | 133.62 | 133.86 | 159.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 109 | 144 | 0 | 0.39 | 0.19 | 0.30 | 329.57 | 0.31 | 0.56 |
| Hex | B2 | 6D | 90 | 0 | 27 | 13 | 1E | 14A | 1F | 38 |
| Octal | 262 | 155 | 220 | 0 | 47 | 23 | 36 | 512 | 37 | 70 |
| Binary | 10110010 | 1101101 | 10010000 | 0 | 100111 | 10011 | 11110 | 101001010 | 11111 | 111000 |
Color Harmonies of #B26D90
Complementary color
Monochromatic Colors of #B26D90
Black with #B26D90
Text Example
Text Example
White with #B26D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26D90; }
p { color: rgb(178,109,144); }
H1.HeaderClassName
{
color: #B26D90;
}
.AnyTagClassName
{
color: #B26D90;
}
</style>
background-color css
<style>
a { background-color: #B26D90; }
a { background-color: rgb(178,109,144); }
div.DivClassName
{
background-color: #B26D90;
}
.BgClassName
{
background-color: #B26D90;
}
</style>
border-color css
<style>
span { border-color: #B26D90; }
span { border-color: rgb(178,109,144); }
td.TdClassName
{
border-color: #B26D90;
}
.TagClassName
{
border-color: #B26D90;
}
</style>