Shades of Tapestry #B16184
Tints of Tapestry #B16184
RGB
CMYK
RGB Variations
Color information
#B16184 (or 0xB16184) is known color: Tapestry. HEX triplet: B1, 61 and 84. RGB value is (177,97,132). Sum of RGB (Red+Green+Blue) = 177+97+132=406 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.60% from 406); Green value is 97 (38.28% from 255 or 23.89% from 406); Blue value is 132 (51.95% from 255 or 32.51% from 406); Max value from RGB is 177 - color contains mainly: red. Hex color #B16184 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16184 is #4E9E7B. Grayscale: #7C7C7C. Windows color (decimal): -5152380 or 8675761. OLE color: 8675761.
HSL color Cylindrical-coordinate representation of color #B16184: hue angle of 333.75º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B16184 is Cyan = 0, Magento = 0.45, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 97 | 132 | - |
| CMYK | 0 | 0.45 | 0.25 | 0.31 |
| HSL | 333.75º | 0.34% | 0.54% | - |
| HSV(B) | 333.75º | 0.45% | 0.69% | - |
| XYZ | 26.57 | 19.56 | 24.21 | - |
| YUV | 124.91 | 132 | 165.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 97 | 132 | 0 | 0.45 | 0.25 | 0.31 | 333.75 | 0.34 | 0.54 |
| Hex | B1 | 61 | 84 | 0 | 2D | 19 | 1F | 14E | 22 | 36 |
| Octal | 261 | 141 | 204 | 0 | 55 | 31 | 37 | 516 | 42 | 66 |
| Binary | 10110001 | 1100001 | 10000100 | 0 | 101101 | 11001 | 11111 | 101001110 | 100010 | 110110 |
Color Harmonies of #B16184
Complementary color
Monochromatic Colors of #B16184
Black with #B16184
Text Example
Text Example
White with #B16184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16184; }
p { color: rgb(177,97,132); }
H1.HeaderClassName
{
color: #B16184;
}
.AnyTagClassName
{
color: #B16184;
}
</style>
background-color css
<style>
a { background-color: #B16184; }
a { background-color: rgb(177,97,132); }
div.DivClassName
{
background-color: #B16184;
}
.BgClassName
{
background-color: #B16184;
}
</style>
border-color css
<style>
span { border-color: #B16184; }
span { border-color: rgb(177,97,132); }
td.TdClassName
{
border-color: #B16184;
}
.TagClassName
{
border-color: #B16184;
}
</style>