Shades of Tapestry #B26584
Tints of Tapestry #B26584
RGB
CMYK
RGB Variations
Color information
#B26584 (or 0xB26584) is known color: Tapestry. HEX triplet: B2, 65 and 84. RGB value is (178,101,132). Sum of RGB (Red+Green+Blue) = 178+101+132=411 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.31% from 411); Green value is 101 (39.84% from 255 or 24.57% from 411); Blue value is 132 (51.95% from 255 or 32.12% from 411); Max value from RGB is 178 - color contains mainly: red. Hex color #B26584 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26584 is #4D9A7B. Grayscale: #7F7F7F. Windows color (decimal): -5085820 or 8676786. OLE color: 8676786.
HSL color Cylindrical-coordinate representation of color #B26584: hue angle of 335.84º 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 #B26584 is Cyan = 0, Magento = 0.43, Yellow = 0.26 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 101 | 132 | - |
| CMYK | 0 | 0.43 | 0.26 | 0.30 |
| HSL | 335.84º | 0.33% | 0.55% | - |
| HSV(B) | 335.84º | 0.43% | 0.7% | - |
| XYZ | 27.18 | 20.44 | 24.34 | - |
| YUV | 127.56 | 130.51 | 163.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 101 | 132 | 0 | 0.43 | 0.26 | 0.30 | 335.84 | 0.33 | 0.55 |
| Hex | B2 | 65 | 84 | 0 | 2B | 1A | 1E | 150 | 21 | 37 |
| Octal | 262 | 145 | 204 | 0 | 53 | 32 | 36 | 520 | 41 | 67 |
| Binary | 10110010 | 1100101 | 10000100 | 0 | 101011 | 11010 | 11110 | 101010000 | 100001 | 110111 |
Color Harmonies of #B26584
Complementary color
Monochromatic Colors of #B26584
Black with #B26584
Text Example
Text Example
White with #B26584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26584; }
p { color: rgb(178,101,132); }
H1.HeaderClassName
{
color: #B26584;
}
.AnyTagClassName
{
color: #B26584;
}
</style>
background-color css
<style>
a { background-color: #B26584; }
a { background-color: rgb(178,101,132); }
div.DivClassName
{
background-color: #B26584;
}
.BgClassName
{
background-color: #B26584;
}
</style>
border-color css
<style>
span { border-color: #B26584; }
span { border-color: rgb(178,101,132); }
td.TdClassName
{
border-color: #B26584;
}
.TagClassName
{
border-color: #B26584;
}
</style>