Shades of Tapestry #B26386
Tints of Tapestry #B26386
RGB
CMYK
RGB Variations
Color information
#B26386 (or 0xB26386) is known color: Tapestry. HEX triplet: B2, 63 and 86. RGB value is (178,99,134). Sum of RGB (Red+Green+Blue) = 178+99+134=411 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.31% from 411); Green value is 99 (39.06% from 255 or 24.09% from 411); Blue value is 134 (52.73% from 255 or 32.60% from 411); Max value from RGB is 178 - color contains mainly: red. Hex color #B26386 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26386 is #4D9C79. Grayscale: #7E7E7E. Windows color (decimal): -5086330 or 8807346. OLE color: 8807346.
HSL color Cylindrical-coordinate representation of color #B26386: hue angle of 333.42º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B26386 is Cyan = 0, Magento = 0.44, Yellow = 0.25 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 99 | 134 | - |
| CMYK | 0 | 0.44 | 0.25 | 0.30 |
| HSL | 333.42º | 0.34% | 0.54% | - |
| HSV(B) | 333.42º | 0.44% | 0.7% | - |
| XYZ | 27.13 | 20.11 | 25.01 | - |
| YUV | 126.61 | 132.17 | 164.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 99 | 134 | 0 | 0.44 | 0.25 | 0.30 | 333.42 | 0.34 | 0.54 |
| Hex | B2 | 63 | 86 | 0 | 2C | 19 | 1E | 14D | 22 | 36 |
| Octal | 262 | 143 | 206 | 0 | 54 | 31 | 36 | 515 | 42 | 66 |
| Binary | 10110010 | 1100011 | 10000110 | 0 | 101100 | 11001 | 11110 | 101001101 | 100010 | 110110 |
Color Harmonies of #B26386
Complementary color
Monochromatic Colors of #B26386
Black with #B26386
Text Example
Text Example
White with #B26386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26386; }
p { color: rgb(178,99,134); }
H1.HeaderClassName
{
color: #B26386;
}
.AnyTagClassName
{
color: #B26386;
}
</style>
background-color css
<style>
a { background-color: #B26386; }
a { background-color: rgb(178,99,134); }
div.DivClassName
{
background-color: #B26386;
}
.BgClassName
{
background-color: #B26386;
}
</style>
border-color css
<style>
span { border-color: #B26386; }
span { border-color: rgb(178,99,134); }
td.TdClassName
{
border-color: #B26386;
}
.TagClassName
{
border-color: #B26386;
}
</style>