Shades of Tapestry #B26580
Tints of Tapestry #B26580
RGB
CMYK
RGB Variations
Color information
#B26580 (or 0xB26580) is known color: Tapestry. HEX triplet: B2, 65 and 80. RGB value is (178,101,128). Sum of RGB (Red+Green+Blue) = 178+101+128=407 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.73% from 407); Green value is 101 (39.84% from 255 or 24.82% from 407); Blue value is 128 (50.39% from 255 or 31.45% from 407); Max value from RGB is 178 - color contains mainly: red. Hex color #B26580 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26580 is #4D9A7F. Grayscale: #7F7F7F. Windows color (decimal): -5085824 or 8414642. OLE color: 8414642.
HSL color Cylindrical-coordinate representation of color #B26580: hue angle of 338.96º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B26580 is Cyan = 0, Magento = 0.43, Yellow = 0.28 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 101 | 128 | - |
| CMYK | 0 | 0.43 | 0.28 | 0.30 |
| HSL | 338.96º | 0.33% | 0.55% | - |
| HSV(B) | 338.96º | 0.43% | 0.7% | - |
| XYZ | 26.91 | 20.33 | 22.93 | - |
| YUV | 127.1 | 128.51 | 164.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 101 | 128 | 0 | 0.43 | 0.28 | 0.30 | 338.96 | 0.33 | 0.55 |
| Hex | B2 | 65 | 80 | 0 | 2B | 1C | 1E | 153 | 21 | 37 |
| Octal | 262 | 145 | 200 | 0 | 53 | 34 | 36 | 523 | 41 | 67 |
| Binary | 10110010 | 1100101 | 10000000 | 0 | 101011 | 11100 | 11110 | 101010011 | 100001 | 110111 |
Color Harmonies of #B26580
Complementary color
Monochromatic Colors of #B26580
Black with #B26580
Text Example
Text Example
White with #B26580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26580; }
p { color: rgb(178,101,128); }
H1.HeaderClassName
{
color: #B26580;
}
.AnyTagClassName
{
color: #B26580;
}
</style>
background-color css
<style>
a { background-color: #B26580; }
a { background-color: rgb(178,101,128); }
div.DivClassName
{
background-color: #B26580;
}
.BgClassName
{
background-color: #B26580;
}
</style>
border-color css
<style>
span { border-color: #B26580; }
span { border-color: rgb(178,101,128); }
td.TdClassName
{
border-color: #B26580;
}
.TagClassName
{
border-color: #B26580;
}
</style>