Shades of Tapestry #B26482
Tints of Tapestry #B26482
RGB
CMYK
RGB Variations
Color information
#B26482 (or 0xB26482) is known color: Tapestry. HEX triplet: B2, 64 and 82. RGB value is (178,100,130). Sum of RGB (Red+Green+Blue) = 178+100+130=408 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.63% from 408); Green value is 100 (39.45% from 255 or 24.51% from 408); Blue value is 130 (51.17% from 255 or 31.86% from 408); Max value from RGB is 178 - color contains mainly: red. Hex color #B26482 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26482 is #4D9B7D. Grayscale: #7E7E7E. Windows color (decimal): -5086078 or 8545458. OLE color: 8545458.
HSL color Cylindrical-coordinate representation of color #B26482: hue angle of 336.92º 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 #B26482 is Cyan = 0, Magento = 0.44, Yellow = 0.27 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 100 | 130 | - |
| CMYK | 0 | 0.44 | 0.27 | 0.30 |
| HSL | 336.92º | 0.34% | 0.55% | - |
| HSV(B) | 336.92º | 0.44% | 0.7% | - |
| XYZ | 26.95 | 20.19 | 23.6 | - |
| YUV | 126.74 | 129.84 | 164.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 100 | 130 | 0 | 0.44 | 0.27 | 0.30 | 336.92 | 0.34 | 0.55 |
| Hex | B2 | 64 | 82 | 0 | 2C | 1B | 1E | 151 | 22 | 37 |
| Octal | 262 | 144 | 202 | 0 | 54 | 33 | 36 | 521 | 42 | 67 |
| Binary | 10110010 | 1100100 | 10000010 | 0 | 101100 | 11011 | 11110 | 101010001 | 100010 | 110111 |
Color Harmonies of #B26482
Complementary color
Monochromatic Colors of #B26482
Black with #B26482
Text Example
Text Example
White with #B26482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26482; }
p { color: rgb(178,100,130); }
H1.HeaderClassName
{
color: #B26482;
}
.AnyTagClassName
{
color: #B26482;
}
</style>
background-color css
<style>
a { background-color: #B26482; }
a { background-color: rgb(178,100,130); }
div.DivClassName
{
background-color: #B26482;
}
.BgClassName
{
background-color: #B26482;
}
</style>
border-color css
<style>
span { border-color: #B26482; }
span { border-color: rgb(178,100,130); }
td.TdClassName
{
border-color: #B26482;
}
.TagClassName
{
border-color: #B26482;
}
</style>