Shades of Tapestry #B16283
Tints of Tapestry #B16283
RGB
CMYK
RGB Variations
Color information
#B16283 (or 0xB16283) is known color: Tapestry. HEX triplet: B1, 62 and 83. RGB value is (177,98,131). Sum of RGB (Red+Green+Blue) = 177+98+131=406 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.60% from 406); Green value is 98 (38.67% from 255 or 24.14% from 406); Blue value is 131 (51.56% from 255 or 32.27% from 406); Max value from RGB is 177 - color contains mainly: red. Hex color #B16283 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16283 is #4E9D7C. Grayscale: #7D7D7D. Windows color (decimal): -5152125 or 8610481. OLE color: 8610481.
HSL color Cylindrical-coordinate representation of color #B16283: hue angle of 334.94º 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 #B16283 is Cyan = 0, Magento = 0.45, Yellow = 0.26 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 98 | 131 | - |
| CMYK | 0 | 0.45 | 0.26 | 0.31 |
| HSL | 334.94º | 0.34% | 0.54% | - |
| HSV(B) | 334.94º | 0.45% | 0.69% | - |
| XYZ | 26.6 | 19.72 | 23.88 | - |
| YUV | 125.38 | 131.17 | 164.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 98 | 131 | 0 | 0.45 | 0.26 | 0.31 | 334.94 | 0.34 | 0.54 |
| Hex | B1 | 62 | 83 | 0 | 2D | 1A | 1F | 14F | 22 | 36 |
| Octal | 261 | 142 | 203 | 0 | 55 | 32 | 37 | 517 | 42 | 66 |
| Binary | 10110001 | 1100010 | 10000011 | 0 | 101101 | 11010 | 11111 | 101001111 | 100010 | 110110 |
Color Harmonies of #B16283
Complementary color
Monochromatic Colors of #B16283
Black with #B16283
Text Example
Text Example
White with #B16283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16283; }
p { color: rgb(177,98,131); }
H1.HeaderClassName
{
color: #B16283;
}
.AnyTagClassName
{
color: #B16283;
}
</style>
background-color css
<style>
a { background-color: #B16283; }
a { background-color: rgb(177,98,131); }
div.DivClassName
{
background-color: #B16283;
}
.BgClassName
{
background-color: #B16283;
}
</style>
border-color css
<style>
span { border-color: #B16283; }
span { border-color: rgb(177,98,131); }
td.TdClassName
{
border-color: #B16283;
}
.TagClassName
{
border-color: #B16283;
}
</style>