Shades of Tapestry #B26F86
Tints of Tapestry #B26F86
RGB
CMYK
RGB Variations
Color information
#B26F86 (or 0xB26F86) is known color: Tapestry. HEX triplet: B2, 6F and 86. RGB value is (178,111,134). Sum of RGB (Red+Green+Blue) = 178+111+134=423 (56% of max value = 765). Red value is 178 (69.92% from 255 or 42.08% from 423); Green value is 111 (43.75% from 255 or 26.24% from 423); Blue value is 134 (52.73% from 255 or 31.68% from 423); Max value from RGB is 178 - color contains mainly: red. Hex color #B26F86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26F86 is #4D9079. Grayscale: #858585. Windows color (decimal): -5083258 or 8810418. OLE color: 8810418.
HSL color Cylindrical-coordinate representation of color #B26F86: hue angle of 339.4º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B26F86 is Cyan = 0, Magento = 0.38, Yellow = 0.25 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 111 | 134 | - |
| CMYK | 0 | 0.38 | 0.25 | 0.30 |
| HSL | 339.4º | 0.3% | 0.57% | - |
| HSV(B) | 339.4º | 0.38% | 0.7% | - |
| XYZ | 28.35 | 22.56 | 25.41 | - |
| YUV | 133.66 | 128.2 | 159.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 111 | 134 | 0 | 0.38 | 0.25 | 0.30 | 339.4 | 0.3 | 0.57 |
| Hex | B2 | 6F | 86 | 0 | 26 | 19 | 1E | 153 | 1E | 39 |
| Octal | 262 | 157 | 206 | 0 | 46 | 31 | 36 | 523 | 36 | 71 |
| Binary | 10110010 | 1101111 | 10000110 | 0 | 100110 | 11001 | 11110 | 101010011 | 11110 | 111001 |
Color Harmonies of #B26F86
Complementary color
Monochromatic Colors of #B26F86
Black with #B26F86
Text Example
Text Example
White with #B26F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26F86; }
p { color: rgb(178,111,134); }
H1.HeaderClassName
{
color: #B26F86;
}
.AnyTagClassName
{
color: #B26F86;
}
</style>
background-color css
<style>
a { background-color: #B26F86; }
a { background-color: rgb(178,111,134); }
div.DivClassName
{
background-color: #B26F86;
}
.BgClassName
{
background-color: #B26F86;
}
</style>
border-color css
<style>
span { border-color: #B26F86; }
span { border-color: rgb(178,111,134); }
td.TdClassName
{
border-color: #B26F86;
}
.TagClassName
{
border-color: #B26F86;
}
</style>