Shades of Tapestry #B16484
Tints of Tapestry #B16484
RGB
CMYK
RGB Variations
Color information
#B16484 (or 0xB16484) is known color: Tapestry. HEX triplet: B1, 64 and 84. RGB value is (177,100,132). Sum of RGB (Red+Green+Blue) = 177+100+132=409 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.28% from 409); Green value is 100 (39.45% from 255 or 24.45% from 409); Blue value is 132 (51.95% from 255 or 32.27% from 409); Max value from RGB is 177 - color contains mainly: red. Hex color #B16484 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16484 is #4E9B7B. Grayscale: #7E7E7E. Windows color (decimal): -5151612 or 8676529. OLE color: 8676529.
HSL color Cylindrical-coordinate representation of color #B16484: hue angle of 335.06º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B16484 is Cyan = 0, Magento = 0.44, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 100 | 132 | - |
| CMYK | 0 | 0.44 | 0.25 | 0.31 |
| HSL | 335.06º | 0.33% | 0.54% | - |
| HSV(B) | 335.06º | 0.44% | 0.69% | - |
| XYZ | 26.85 | 20.13 | 24.3 | - |
| YUV | 126.67 | 131.01 | 163.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 100 | 132 | 0 | 0.44 | 0.25 | 0.31 | 335.06 | 0.33 | 0.54 |
| Hex | B1 | 64 | 84 | 0 | 2C | 19 | 1F | 14F | 21 | 36 |
| Octal | 261 | 144 | 204 | 0 | 54 | 31 | 37 | 517 | 41 | 66 |
| Binary | 10110001 | 1100100 | 10000100 | 0 | 101100 | 11001 | 11111 | 101001111 | 100001 | 110110 |
Color Harmonies of #B16484
Complementary color
Monochromatic Colors of #B16484
Black with #B16484
Text Example
Text Example
White with #B16484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16484; }
p { color: rgb(177,100,132); }
H1.HeaderClassName
{
color: #B16484;
}
.AnyTagClassName
{
color: #B16484;
}
</style>
background-color css
<style>
a { background-color: #B16484; }
a { background-color: rgb(177,100,132); }
div.DivClassName
{
background-color: #B16484;
}
.BgClassName
{
background-color: #B16484;
}
</style>
border-color css
<style>
span { border-color: #B16484; }
span { border-color: rgb(177,100,132); }
td.TdClassName
{
border-color: #B16484;
}
.TagClassName
{
border-color: #B16484;
}
</style>