Shades of Tapestry #B26284
Tints of Tapestry #B26284
RGB
CMYK
RGB Variations
Color information
#B26284 (or 0xB26284) is known color: Tapestry. HEX triplet: B2, 62 and 84. RGB value is (178,98,132). Sum of RGB (Red+Green+Blue) = 178+98+132=408 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.63% from 408); Green value is 98 (38.67% from 255 or 24.02% from 408); Blue value is 132 (51.95% from 255 or 32.35% from 408); Max value from RGB is 178 - color contains mainly: red. Hex color #B26284 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26284 is #4D9D7B. Grayscale: #7D7D7D. Windows color (decimal): -5086588 or 8676018. OLE color: 8676018.
HSL color Cylindrical-coordinate representation of color #B26284: hue angle of 334.5º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B26284 is Cyan = 0, Magento = 0.45, Yellow = 0.26 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 98 | 132 | - |
| CMYK | 0 | 0.45 | 0.26 | 0.30 |
| HSL | 334.5º | 0.34% | 0.54% | - |
| HSV(B) | 334.5º | 0.45% | 0.7% | - |
| XYZ | 26.89 | 19.87 | 24.25 | - |
| YUV | 125.8 | 131.5 | 165.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 98 | 132 | 0 | 0.45 | 0.26 | 0.30 | 334.5 | 0.34 | 0.54 |
| Hex | B2 | 62 | 84 | 0 | 2D | 1A | 1E | 14E | 22 | 36 |
| Octal | 262 | 142 | 204 | 0 | 55 | 32 | 36 | 516 | 42 | 66 |
| Binary | 10110010 | 1100010 | 10000100 | 0 | 101101 | 11010 | 11110 | 101001110 | 100010 | 110110 |
Color Harmonies of #B26284
Complementary color
Monochromatic Colors of #B26284
Black with #B26284
Text Example
Text Example
White with #B26284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26284; }
p { color: rgb(178,98,132); }
H1.HeaderClassName
{
color: #B26284;
}
.AnyTagClassName
{
color: #B26284;
}
</style>
background-color css
<style>
a { background-color: #B26284; }
a { background-color: rgb(178,98,132); }
div.DivClassName
{
background-color: #B26284;
}
.BgClassName
{
background-color: #B26284;
}
</style>
border-color css
<style>
span { border-color: #B26284; }
span { border-color: rgb(178,98,132); }
td.TdClassName
{
border-color: #B26284;
}
.TagClassName
{
border-color: #B26284;
}
</style>