Shades of Tapestry #B26E81
Tints of Tapestry #B26E81
RGB
CMYK
RGB Variations
Color information
#B26E81 (or 0xB26E81) is known color: Tapestry. HEX triplet: B2, 6E and 81. RGB value is (178,110,129). Sum of RGB (Red+Green+Blue) = 178+110+129=417 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.69% from 417); Green value is 110 (43.36% from 255 or 26.38% from 417); Blue value is 129 (50.78% from 255 or 30.94% from 417); Max value from RGB is 178 - color contains mainly: red. Hex color #B26E81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26E81 is #4D917E. Grayscale: #848484. Windows color (decimal): -5083519 or 8482482. OLE color: 8482482.
HSL color Cylindrical-coordinate representation of color #B26E81: hue angle of 343.24º 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 #B26E81 is Cyan = 0, Magento = 0.38, Yellow = 0.28 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 110 | 129 | - |
| CMYK | 0 | 0.38 | 0.28 | 0.30 |
| HSL | 343.24º | 0.31% | 0.56% | - |
| HSV(B) | 343.24º | 0.38% | 0.7% | - |
| XYZ | 27.9 | 22.2 | 23.58 | - |
| YUV | 132.5 | 126.03 | 160.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 110 | 129 | 0 | 0.38 | 0.28 | 0.30 | 343.24 | 0.31 | 0.56 |
| Hex | B2 | 6E | 81 | 0 | 26 | 1C | 1E | 157 | 1F | 38 |
| Octal | 262 | 156 | 201 | 0 | 46 | 34 | 36 | 527 | 37 | 70 |
| Binary | 10110010 | 1101110 | 10000001 | 0 | 100110 | 11100 | 11110 | 101010111 | 11111 | 111000 |
Color Harmonies of #B26E81
Complementary color
Monochromatic Colors of #B26E81
Black with #B26E81
Text Example
Text Example
White with #B26E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26E81; }
p { color: rgb(178,110,129); }
H1.HeaderClassName
{
color: #B26E81;
}
.AnyTagClassName
{
color: #B26E81;
}
</style>
background-color css
<style>
a { background-color: #B26E81; }
a { background-color: rgb(178,110,129); }
div.DivClassName
{
background-color: #B26E81;
}
.BgClassName
{
background-color: #B26E81;
}
</style>
border-color css
<style>
span { border-color: #B26E81; }
span { border-color: rgb(178,110,129); }
td.TdClassName
{
border-color: #B26E81;
}
.TagClassName
{
border-color: #B26E81;
}
</style>