Shades of Tapestry #B16984
Tints of Tapestry #B16984
RGB
CMYK
RGB Variations
Color information
#B16984 (or 0xB16984) is known color: Tapestry. HEX triplet: B1, 69 and 84. RGB value is (177,105,132). Sum of RGB (Red+Green+Blue) = 177+105+132=414 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.75% from 414); Green value is 105 (41.41% from 255 or 25.36% from 414); Blue value is 132 (51.95% from 255 or 31.88% from 414); Max value from RGB is 177 - color contains mainly: red. Hex color #B16984 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16984 is #4E967B. Grayscale: #818181. Windows color (decimal): -5150332 or 8677809. OLE color: 8677809.
HSL color Cylindrical-coordinate representation of color #B16984: hue angle of 337.5º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B16984 is Cyan = 0, Magento = 0.41, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 105 | 132 | - |
| CMYK | 0 | 0.41 | 0.25 | 0.31 |
| HSL | 337.5º | 0.32% | 0.55% | - |
| HSV(B) | 337.5º | 0.41% | 0.69% | - |
| XYZ | 27.35 | 21.12 | 24.46 | - |
| YUV | 129.61 | 129.35 | 161.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 105 | 132 | 0 | 0.41 | 0.25 | 0.31 | 337.5 | 0.32 | 0.55 |
| Hex | B1 | 69 | 84 | 0 | 29 | 19 | 1F | 152 | 20 | 37 |
| Octal | 261 | 151 | 204 | 0 | 51 | 31 | 37 | 522 | 40 | 67 |
| Binary | 10110001 | 1101001 | 10000100 | 0 | 101001 | 11001 | 11111 | 101010010 | 100000 | 110111 |
Color Harmonies of #B16984
Complementary color
Monochromatic Colors of #B16984
Black with #B16984
Text Example
Text Example
White with #B16984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16984; }
p { color: rgb(177,105,132); }
H1.HeaderClassName
{
color: #B16984;
}
.AnyTagClassName
{
color: #B16984;
}
</style>
background-color css
<style>
a { background-color: #B16984; }
a { background-color: rgb(177,105,132); }
div.DivClassName
{
background-color: #B16984;
}
.BgClassName
{
background-color: #B16984;
}
</style>
border-color css
<style>
span { border-color: #B16984; }
span { border-color: rgb(177,105,132); }
td.TdClassName
{
border-color: #B16984;
}
.TagClassName
{
border-color: #B16984;
}
</style>