Shades of Tapestry #B26488
Tints of Tapestry #B26488
RGB
CMYK
RGB Variations
Color information
#B26488 (or 0xB26488) is known color: Tapestry. HEX triplet: B2, 64 and 88. RGB value is (178,100,136). Sum of RGB (Red+Green+Blue) = 178+100+136=414 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.00% from 414); Green value is 100 (39.45% from 255 or 24.15% from 414); Blue value is 136 (53.52% from 255 or 32.85% from 414); Max value from RGB is 178 - color contains mainly: red. Hex color #B26488 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26488 is #4D9B77. Grayscale: #7F7F7F. Windows color (decimal): -5086072 or 8938674. OLE color: 8938674.
HSL color Cylindrical-coordinate representation of color #B26488: hue angle of 332.31º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B26488 is Cyan = 0, Magento = 0.44, Yellow = 0.24 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 100 | 136 | - |
| CMYK | 0 | 0.44 | 0.24 | 0.30 |
| HSL | 332.31º | 0.34% | 0.55% | - |
| HSV(B) | 332.31º | 0.44% | 0.7% | - |
| XYZ | 27.36 | 20.36 | 25.78 | - |
| YUV | 127.43 | 132.84 | 164.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 100 | 136 | 0 | 0.44 | 0.24 | 0.30 | 332.31 | 0.34 | 0.55 |
| Hex | B2 | 64 | 88 | 0 | 2C | 18 | 1E | 14C | 22 | 37 |
| Octal | 262 | 144 | 210 | 0 | 54 | 30 | 36 | 514 | 42 | 67 |
| Binary | 10110010 | 1100100 | 10001000 | 0 | 101100 | 11000 | 11110 | 101001100 | 100010 | 110111 |
Color Harmonies of #B26488
Complementary color
Monochromatic Colors of #B26488
Black with #B26488
Text Example
Text Example
White with #B26488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26488; }
p { color: rgb(178,100,136); }
H1.HeaderClassName
{
color: #B26488;
}
.AnyTagClassName
{
color: #B26488;
}
</style>
background-color css
<style>
a { background-color: #B26488; }
a { background-color: rgb(178,100,136); }
div.DivClassName
{
background-color: #B26488;
}
.BgClassName
{
background-color: #B26488;
}
</style>
border-color css
<style>
span { border-color: #B26488; }
span { border-color: rgb(178,100,136); }
td.TdClassName
{
border-color: #B26488;
}
.TagClassName
{
border-color: #B26488;
}
</style>