Shades of Tapestry #B26C87
Tints of Tapestry #B26C87
RGB
CMYK
RGB Variations
Color information
#B26C87 (or 0xB26C87) is known color: Tapestry. HEX triplet: B2, 6C and 87. RGB value is (178,108,135). Sum of RGB (Red+Green+Blue) = 178+108+135=421 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.28% from 421); Green value is 108 (42.58% from 255 or 25.65% from 421); Blue value is 135 (53.12% from 255 or 32.07% from 421); Max value from RGB is 178 - color contains mainly: red. Hex color #B26C87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26C87 is #4D9378. Grayscale: #838383. Windows color (decimal): -5084025 or 8875186. OLE color: 8875186.
HSL color Cylindrical-coordinate representation of color #B26C87: hue angle of 336.86º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B26C87 is Cyan = 0, Magento = 0.39, Yellow = 0.24 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 108 | 135 | - |
| CMYK | 0 | 0.39 | 0.24 | 0.30 |
| HSL | 336.86º | 0.31% | 0.56% | - |
| HSV(B) | 336.86º | 0.39% | 0.7% | - |
| XYZ | 28.1 | 21.94 | 25.68 | - |
| YUV | 132.01 | 129.69 | 160.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 108 | 135 | 0 | 0.39 | 0.24 | 0.30 | 336.86 | 0.31 | 0.56 |
| Hex | B2 | 6C | 87 | 0 | 27 | 18 | 1E | 151 | 1F | 38 |
| Octal | 262 | 154 | 207 | 0 | 47 | 30 | 36 | 521 | 37 | 70 |
| Binary | 10110010 | 1101100 | 10000111 | 0 | 100111 | 11000 | 11110 | 101010001 | 11111 | 111000 |
Color Harmonies of #B26C87
Complementary color
Monochromatic Colors of #B26C87
Black with #B26C87
Text Example
Text Example
White with #B26C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26C87; }
p { color: rgb(178,108,135); }
H1.HeaderClassName
{
color: #B26C87;
}
.AnyTagClassName
{
color: #B26C87;
}
</style>
background-color css
<style>
a { background-color: #B26C87; }
a { background-color: rgb(178,108,135); }
div.DivClassName
{
background-color: #B26C87;
}
.BgClassName
{
background-color: #B26C87;
}
</style>
border-color css
<style>
span { border-color: #B26C87; }
span { border-color: rgb(178,108,135); }
td.TdClassName
{
border-color: #B26C87;
}
.TagClassName
{
border-color: #B26C87;
}
</style>