Shades of Tapestry #B16282
Tints of Tapestry #B16282
RGB
CMYK
RGB Variations
Color information
#B16282 (or 0xB16282) is known color: Tapestry. HEX triplet: B1, 62 and 82. RGB value is (177,98,130). Sum of RGB (Red+Green+Blue) = 177+98+130=405 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.70% from 405); Green value is 98 (38.67% from 255 or 24.20% from 405); Blue value is 130 (51.17% from 255 or 32.10% from 405); Max value from RGB is 177 - color contains mainly: red. Hex color #B16282 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16282 is #4E9D7D. Grayscale: #7D7D7D. Windows color (decimal): -5152126 or 8544945. OLE color: 8544945.
HSL color Cylindrical-coordinate representation of color #B16282: hue angle of 335.7º 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 #B16282 is Cyan = 0, Magento = 0.45, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 98 | 130 | - |
| CMYK | 0 | 0.45 | 0.27 | 0.31 |
| HSL | 335.7º | 0.34% | 0.54% | - |
| HSV(B) | 335.7º | 0.45% | 0.69% | - |
| XYZ | 26.53 | 19.69 | 23.52 | - |
| YUV | 125.27 | 130.67 | 164.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 98 | 130 | 0 | 0.45 | 0.27 | 0.31 | 335.7 | 0.34 | 0.54 |
| Hex | B1 | 62 | 82 | 0 | 2D | 1B | 1F | 150 | 22 | 36 |
| Octal | 261 | 142 | 202 | 0 | 55 | 33 | 37 | 520 | 42 | 66 |
| Binary | 10110001 | 1100010 | 10000010 | 0 | 101101 | 11011 | 11111 | 101010000 | 100010 | 110110 |
Color Harmonies of #B16282
Complementary color
Monochromatic Colors of #B16282
Black with #B16282
Text Example
Text Example
White with #B16282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16282; }
p { color: rgb(177,98,130); }
H1.HeaderClassName
{
color: #B16282;
}
.AnyTagClassName
{
color: #B16282;
}
</style>
background-color css
<style>
a { background-color: #B16282; }
a { background-color: rgb(177,98,130); }
div.DivClassName
{
background-color: #B16282;
}
.BgClassName
{
background-color: #B16282;
}
</style>
border-color css
<style>
span { border-color: #B16282; }
span { border-color: rgb(177,98,130); }
td.TdClassName
{
border-color: #B16282;
}
.TagClassName
{
border-color: #B16282;
}
</style>