Shades of Tapestry #B16084
Tints of Tapestry #B16084
RGB
CMYK
RGB Variations
Color information
#B16084 (or 0xB16084) is known color: Tapestry. HEX triplet: B1, 60 and 84. RGB value is (177,96,132). Sum of RGB (Red+Green+Blue) = 177+96+132=405 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.70% from 405); Green value is 96 (37.89% from 255 or 23.70% from 405); Blue value is 132 (51.95% from 255 or 32.59% from 405); Max value from RGB is 177 - color contains mainly: red. Hex color #B16084 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16084 is #4E9F7B. Grayscale: #7C7C7C. Windows color (decimal): -5152636 or 8675505. OLE color: 8675505.
HSL color Cylindrical-coordinate representation of color #B16084: hue angle of 333.33º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B16084 is Cyan = 0, Magento = 0.46, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 96 | 132 | - |
| CMYK | 0 | 0.46 | 0.25 | 0.31 |
| HSL | 333.33º | 0.34% | 0.54% | - |
| HSV(B) | 333.33º | 0.46% | 0.69% | - |
| XYZ | 26.48 | 19.38 | 24.17 | - |
| YUV | 124.32 | 132.34 | 165.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 96 | 132 | 0 | 0.46 | 0.25 | 0.31 | 333.33 | 0.34 | 0.54 |
| Hex | B1 | 60 | 84 | 0 | 2E | 19 | 1F | 14D | 22 | 36 |
| Octal | 261 | 140 | 204 | 0 | 56 | 31 | 37 | 515 | 42 | 66 |
| Binary | 10110001 | 1100000 | 10000100 | 0 | 101110 | 11001 | 11111 | 101001101 | 100010 | 110110 |
Color Harmonies of #B16084
Complementary color
Monochromatic Colors of #B16084
Black with #B16084
Text Example
Text Example
White with #B16084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16084; }
p { color: rgb(177,96,132); }
H1.HeaderClassName
{
color: #B16084;
}
.AnyTagClassName
{
color: #B16084;
}
</style>
background-color css
<style>
a { background-color: #B16084; }
a { background-color: rgb(177,96,132); }
div.DivClassName
{
background-color: #B16084;
}
.BgClassName
{
background-color: #B16084;
}
</style>
border-color css
<style>
span { border-color: #B16084; }
span { border-color: rgb(177,96,132); }
td.TdClassName
{
border-color: #B16084;
}
.TagClassName
{
border-color: #B16084;
}
</style>