Shades of Tapestry #B26F8E
Tints of Tapestry #B26F8E
RGB
CMYK
RGB Variations
Color information
#B26F8E (or 0xB26F8E) is known color: Tapestry. HEX triplet: B2, 6F and 8E. RGB value is (178,111,142). Sum of RGB (Red+Green+Blue) = 178+111+142=431 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.30% from 431); Green value is 111 (43.75% from 255 or 25.75% from 431); Blue value is 142 (55.86% from 255 or 32.95% from 431); Max value from RGB is 178 - color contains mainly: red. Hex color #B26F8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26F8E is #4D9071. Grayscale: #868686. Windows color (decimal): -5083250 or 9334706. OLE color: 9334706.
HSL color Cylindrical-coordinate representation of color #B26F8E: hue angle of 332.24º 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 #B26F8E is Cyan = 0, Magento = 0.38, Yellow = 0.20 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 111 | 142 | - |
| CMYK | 0 | 0.38 | 0.20 | 0.30 |
| HSL | 332.24º | 0.3% | 0.57% | - |
| HSV(B) | 332.24º | 0.38% | 0.7% | - |
| XYZ | 28.93 | 22.79 | 28.46 | - |
| YUV | 134.57 | 132.2 | 158.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 111 | 142 | 0 | 0.38 | 0.20 | 0.30 | 332.24 | 0.3 | 0.57 |
| Hex | B2 | 6F | 8E | 0 | 26 | 14 | 1E | 14C | 1E | 39 |
| Octal | 262 | 157 | 216 | 0 | 46 | 24 | 36 | 514 | 36 | 71 |
| Binary | 10110010 | 1101111 | 10001110 | 0 | 100110 | 10100 | 11110 | 101001100 | 11110 | 111001 |
Color Harmonies of #B26F8E
Complementary color
Monochromatic Colors of #B26F8E
Black with #B26F8E
Text Example
Text Example
White with #B26F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26F8E; }
p { color: rgb(178,111,142); }
H1.HeaderClassName
{
color: #B26F8E;
}
.AnyTagClassName
{
color: #B26F8E;
}
</style>
background-color css
<style>
a { background-color: #B26F8E; }
a { background-color: rgb(178,111,142); }
div.DivClassName
{
background-color: #B26F8E;
}
.BgClassName
{
background-color: #B26F8E;
}
</style>
border-color css
<style>
span { border-color: #B26F8E; }
span { border-color: rgb(178,111,142); }
td.TdClassName
{
border-color: #B26F8E;
}
.TagClassName
{
border-color: #B26F8E;
}
</style>