Shades of Tapestry #B26A90
Tints of Tapestry #B26A90
RGB
CMYK
RGB Variations
Color information
#B26A90 (or 0xB26A90) is known color: Tapestry. HEX triplet: B2, 6A and 90. RGB value is (178,106,144). Sum of RGB (Red+Green+Blue) = 178+106+144=428 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.59% from 428); Green value is 106 (41.80% from 255 or 24.77% from 428); Blue value is 144 (56.64% from 255 or 33.64% from 428); Max value from RGB is 178 - color contains mainly: red. Hex color #B26A90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26A90 is #4D956F. Grayscale: #838383. Windows color (decimal): -5084528 or 9464498. OLE color: 9464498.
HSL color Cylindrical-coordinate representation of color #B26A90: hue angle of 328.33º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B26A90 is Cyan = 0, Magento = 0.40, Yellow = 0.19 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 106 | 144 | - |
| CMYK | 0 | 0.40 | 0.19 | 0.30 |
| HSL | 328.33º | 0.32% | 0.56% | - |
| HSV(B) | 328.33º | 0.4% | 0.7% | - |
| XYZ | 28.55 | 21.79 | 29.09 | - |
| YUV | 131.86 | 134.85 | 160.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 106 | 144 | 0 | 0.40 | 0.19 | 0.30 | 328.33 | 0.32 | 0.56 |
| Hex | B2 | 6A | 90 | 0 | 28 | 13 | 1E | 148 | 20 | 38 |
| Octal | 262 | 152 | 220 | 0 | 50 | 23 | 36 | 510 | 40 | 70 |
| Binary | 10110010 | 1101010 | 10010000 | 0 | 101000 | 10011 | 11110 | 101001000 | 100000 | 111000 |
Color Harmonies of #B26A90
Complementary color
Monochromatic Colors of #B26A90
Black with #B26A90
Text Example
Text Example
White with #B26A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26A90; }
p { color: rgb(178,106,144); }
H1.HeaderClassName
{
color: #B26A90;
}
.AnyTagClassName
{
color: #B26A90;
}
</style>
background-color css
<style>
a { background-color: #B26A90; }
a { background-color: rgb(178,106,144); }
div.DivClassName
{
background-color: #B26A90;
}
.BgClassName
{
background-color: #B26A90;
}
</style>
border-color css
<style>
span { border-color: #B26A90; }
span { border-color: rgb(178,106,144); }
td.TdClassName
{
border-color: #B26A90;
}
.TagClassName
{
border-color: #B26A90;
}
</style>