Shades of Tapestry #B26987
Tints of Tapestry #B26987
RGB
CMYK
RGB Variations
Color information
#B26987 (or 0xB26987) is known color: Tapestry. HEX triplet: B2, 69 and 87. RGB value is (178,105,135). Sum of RGB (Red+Green+Blue) = 178+105+135=418 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.58% from 418); Green value is 105 (41.41% from 255 or 25.12% from 418); Blue value is 135 (53.12% from 255 or 32.30% from 418); Max value from RGB is 178 - color contains mainly: red. Hex color #B26987 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26987 is #4D9678. Grayscale: #828282. Windows color (decimal): -5084793 or 8874418. OLE color: 8874418.
HSL color Cylindrical-coordinate representation of color #B26987: hue angle of 335.34º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B26987 is Cyan = 0, Magento = 0.41, Yellow = 0.24 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 105 | 135 | - |
| CMYK | 0 | 0.41 | 0.24 | 0.30 |
| HSL | 335.34º | 0.32% | 0.55% | - |
| HSV(B) | 335.34º | 0.41% | 0.7% | - |
| XYZ | 27.78 | 21.32 | 25.57 | - |
| YUV | 130.25 | 130.68 | 162.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 105 | 135 | 0 | 0.41 | 0.24 | 0.30 | 335.34 | 0.32 | 0.55 |
| Hex | B2 | 69 | 87 | 0 | 29 | 18 | 1E | 14F | 20 | 37 |
| Octal | 262 | 151 | 207 | 0 | 51 | 30 | 36 | 517 | 40 | 67 |
| Binary | 10110010 | 1101001 | 10000111 | 0 | 101001 | 11000 | 11110 | 101001111 | 100000 | 110111 |
Color Harmonies of #B26987
Complementary color
Monochromatic Colors of #B26987
Black with #B26987
Text Example
Text Example
White with #B26987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26987; }
p { color: rgb(178,105,135); }
H1.HeaderClassName
{
color: #B26987;
}
.AnyTagClassName
{
color: #B26987;
}
</style>
background-color css
<style>
a { background-color: #B26987; }
a { background-color: rgb(178,105,135); }
div.DivClassName
{
background-color: #B26987;
}
.BgClassName
{
background-color: #B26987;
}
</style>
border-color css
<style>
span { border-color: #B26987; }
span { border-color: rgb(178,105,135); }
td.TdClassName
{
border-color: #B26987;
}
.TagClassName
{
border-color: #B26987;
}
</style>