Shades of Tapestry #B26984
Tints of Tapestry #B26984
RGB
CMYK
RGB Variations
Color information
#B26984 (or 0xB26984) is known color: Tapestry. HEX triplet: B2, 69 and 84. RGB value is (178,105,132). Sum of RGB (Red+Green+Blue) = 178+105+132=415 (54% of max value = 765). Red value is 178 (69.92% from 255 or 42.89% from 415); Green value is 105 (41.41% from 255 or 25.30% from 415); Blue value is 132 (51.95% from 255 or 31.81% from 415); Max value from RGB is 178 - color contains mainly: red. Hex color #B26984 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26984 is #4D967B. Grayscale: #818181. Windows color (decimal): -5084796 or 8677810. OLE color: 8677810.
HSL color Cylindrical-coordinate representation of color #B26984: hue angle of 337.81º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B26984 is Cyan = 0, Magento = 0.41, Yellow = 0.26 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 105 | 132 | - |
| CMYK | 0 | 0.41 | 0.26 | 0.30 |
| HSL | 337.81º | 0.32% | 0.55% | - |
| HSV(B) | 337.81º | 0.41% | 0.7% | - |
| XYZ | 27.58 | 21.23 | 24.47 | - |
| YUV | 129.91 | 129.18 | 162.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 105 | 132 | 0 | 0.41 | 0.26 | 0.30 | 337.81 | 0.32 | 0.55 |
| Hex | B2 | 69 | 84 | 0 | 29 | 1A | 1E | 152 | 20 | 37 |
| Octal | 262 | 151 | 204 | 0 | 51 | 32 | 36 | 522 | 40 | 67 |
| Binary | 10110010 | 1101001 | 10000100 | 0 | 101001 | 11010 | 11110 | 101010010 | 100000 | 110111 |
Color Harmonies of #B26984
Complementary color
Monochromatic Colors of #B26984
Black with #B26984
Text Example
Text Example
White with #B26984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26984; }
p { color: rgb(178,105,132); }
H1.HeaderClassName
{
color: #B26984;
}
.AnyTagClassName
{
color: #B26984;
}
</style>
background-color css
<style>
a { background-color: #B26984; }
a { background-color: rgb(178,105,132); }
div.DivClassName
{
background-color: #B26984;
}
.BgClassName
{
background-color: #B26984;
}
</style>
border-color css
<style>
span { border-color: #B26984; }
span { border-color: rgb(178,105,132); }
td.TdClassName
{
border-color: #B26984;
}
.TagClassName
{
border-color: #B26984;
}
</style>