Shades of Tapestry #B26487
Tints of Tapestry #B26487
RGB
CMYK
RGB Variations
Color information
#B26487 (or 0xB26487) is known color: Tapestry. HEX triplet: B2, 64 and 87. RGB value is (178,100,135). Sum of RGB (Red+Green+Blue) = 178+100+135=413 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.10% from 413); Green value is 100 (39.45% from 255 or 24.21% from 413); Blue value is 135 (53.12% from 255 or 32.69% from 413); Max value from RGB is 178 - color contains mainly: red. Hex color #B26487 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26487 is #4D9B78. Grayscale: #7F7F7F. Windows color (decimal): -5086073 or 8873138. OLE color: 8873138.
HSL color Cylindrical-coordinate representation of color #B26487: hue angle of 333.08º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B26487 is Cyan = 0, Magento = 0.44, Yellow = 0.24 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 100 | 135 | - |
| CMYK | 0 | 0.44 | 0.24 | 0.30 |
| HSL | 333.08º | 0.34% | 0.55% | - |
| HSV(B) | 333.08º | 0.44% | 0.7% | - |
| XYZ | 27.29 | 20.33 | 25.41 | - |
| YUV | 127.31 | 132.34 | 164.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 100 | 135 | 0 | 0.44 | 0.24 | 0.30 | 333.08 | 0.34 | 0.55 |
| Hex | B2 | 64 | 87 | 0 | 2C | 18 | 1E | 14D | 22 | 37 |
| Octal | 262 | 144 | 207 | 0 | 54 | 30 | 36 | 515 | 42 | 67 |
| Binary | 10110010 | 1100100 | 10000111 | 0 | 101100 | 11000 | 11110 | 101001101 | 100010 | 110111 |
Color Harmonies of #B26487
Complementary color
Monochromatic Colors of #B26487
Black with #B26487
Text Example
Text Example
White with #B26487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26487; }
p { color: rgb(178,100,135); }
H1.HeaderClassName
{
color: #B26487;
}
.AnyTagClassName
{
color: #B26487;
}
</style>
background-color css
<style>
a { background-color: #B26487; }
a { background-color: rgb(178,100,135); }
div.DivClassName
{
background-color: #B26487;
}
.BgClassName
{
background-color: #B26487;
}
</style>
border-color css
<style>
span { border-color: #B26487; }
span { border-color: rgb(178,100,135); }
td.TdClassName
{
border-color: #B26487;
}
.TagClassName
{
border-color: #B26487;
}
</style>