Shades of Tapestry #B26080
Tints of Tapestry #B26080
RGB
CMYK
RGB Variations
Color information
#B26080 (or 0xB26080) is known color: Tapestry. HEX triplet: B2, 60 and 80. RGB value is (178,96,128). Sum of RGB (Red+Green+Blue) = 178+96+128=402 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.28% from 402); Green value is 96 (37.89% from 255 or 23.88% from 402); Blue value is 128 (50.39% from 255 or 31.84% from 402); Max value from RGB is 178 - color contains mainly: red. Hex color #B26080 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26080 is #4D9F7F. Grayscale: #7C7C7C. Windows color (decimal): -5087104 or 8413362. OLE color: 8413362.
HSL color Cylindrical-coordinate representation of color #B26080: hue angle of 336.59º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B26080 is Cyan = 0, Magento = 0.46, Yellow = 0.28 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 96 | 128 | - |
| CMYK | 0 | 0.46 | 0.28 | 0.30 |
| HSL | 336.59º | 0.35% | 0.54% | - |
| HSV(B) | 336.59º | 0.46% | 0.7% | - |
| XYZ | 26.44 | 19.39 | 22.77 | - |
| YUV | 124.17 | 130.17 | 166.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 96 | 128 | 0 | 0.46 | 0.28 | 0.30 | 336.59 | 0.35 | 0.54 |
| Hex | B2 | 60 | 80 | 0 | 2E | 1C | 1E | 151 | 23 | 36 |
| Octal | 262 | 140 | 200 | 0 | 56 | 34 | 36 | 521 | 43 | 66 |
| Binary | 10110010 | 1100000 | 10000000 | 0 | 101110 | 11100 | 11110 | 101010001 | 100011 | 110110 |
Color Harmonies of #B26080
Complementary color
Monochromatic Colors of #B26080
Black with #B26080
Text Example
Text Example
White with #B26080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26080; }
p { color: rgb(178,96,128); }
H1.HeaderClassName
{
color: #B26080;
}
.AnyTagClassName
{
color: #B26080;
}
</style>
background-color css
<style>
a { background-color: #B26080; }
a { background-color: rgb(178,96,128); }
div.DivClassName
{
background-color: #B26080;
}
.BgClassName
{
background-color: #B26080;
}
</style>
border-color css
<style>
span { border-color: #B26080; }
span { border-color: rgb(178,96,128); }
td.TdClassName
{
border-color: #B26080;
}
.TagClassName
{
border-color: #B26080;
}
</style>