Shades of Tapestry #B26C8D
Tints of Tapestry #B26C8D
RGB
CMYK
RGB Variations
Color information
#B26C8D (or 0xB26C8D) is known color: Tapestry. HEX triplet: B2, 6C and 8D. RGB value is (178,108,141). Sum of RGB (Red+Green+Blue) = 178+108+141=427 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.69% from 427); Green value is 108 (42.58% from 255 or 25.29% from 427); Blue value is 141 (55.47% from 255 or 33.02% from 427); Max value from RGB is 178 - color contains mainly: red. Hex color #B26C8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26C8D is #4D9372. Grayscale: #848484. Windows color (decimal): -5084019 or 9268402. OLE color: 9268402.
HSL color Cylindrical-coordinate representation of color #B26C8D: hue angle of 331.71º 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 #B26C8D is Cyan = 0, Magento = 0.39, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 108 | 141 | - |
| CMYK | 0 | 0.39 | 0.21 | 0.30 |
| HSL | 331.71º | 0.31% | 0.56% | - |
| HSV(B) | 331.71º | 0.39% | 0.7% | - |
| XYZ | 28.53 | 22.11 | 27.96 | - |
| YUV | 132.69 | 132.69 | 160.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 108 | 141 | 0 | 0.39 | 0.21 | 0.30 | 331.71 | 0.31 | 0.56 |
| Hex | B2 | 6C | 8D | 0 | 27 | 15 | 1E | 14C | 1F | 38 |
| Octal | 262 | 154 | 215 | 0 | 47 | 25 | 36 | 514 | 37 | 70 |
| Binary | 10110010 | 1101100 | 10001101 | 0 | 100111 | 10101 | 11110 | 101001100 | 11111 | 111000 |
Color Harmonies of #B26C8D
Complementary color
Monochromatic Colors of #B26C8D
Black with #B26C8D
Text Example
Text Example
White with #B26C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26C8D; }
p { color: rgb(178,108,141); }
H1.HeaderClassName
{
color: #B26C8D;
}
.AnyTagClassName
{
color: #B26C8D;
}
</style>
background-color css
<style>
a { background-color: #B26C8D; }
a { background-color: rgb(178,108,141); }
div.DivClassName
{
background-color: #B26C8D;
}
.BgClassName
{
background-color: #B26C8D;
}
</style>
border-color css
<style>
span { border-color: #B26C8D; }
span { border-color: rgb(178,108,141); }
td.TdClassName
{
border-color: #B26C8D;
}
.TagClassName
{
border-color: #B26C8D;
}
</style>