Shades of Tapestry #B16483
Tints of Tapestry #B16483
RGB
CMYK
RGB Variations
Color information
#B16483 (or 0xB16483) is known color: Tapestry. HEX triplet: B1, 64 and 83. RGB value is (177,100,131). Sum of RGB (Red+Green+Blue) = 177+100+131=408 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.38% from 408); Green value is 100 (39.45% from 255 or 24.51% from 408); Blue value is 131 (51.56% from 255 or 32.11% from 408); Max value from RGB is 177 - color contains mainly: red. Hex color #B16483 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16483 is #4E9B7C. Grayscale: #7E7E7E. Windows color (decimal): -5151613 or 8610993. OLE color: 8610993.
HSL color Cylindrical-coordinate representation of color #B16483: hue angle of 335.84º 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 #B16483 is Cyan = 0, Magento = 0.44, Yellow = 0.26 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 100 | 131 | - |
| CMYK | 0 | 0.44 | 0.26 | 0.31 |
| HSL | 335.84º | 0.33% | 0.54% | - |
| HSV(B) | 335.84º | 0.44% | 0.69% | - |
| XYZ | 26.79 | 20.1 | 23.94 | - |
| YUV | 126.56 | 130.51 | 163.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 100 | 131 | 0 | 0.44 | 0.26 | 0.31 | 335.84 | 0.33 | 0.54 |
| Hex | B1 | 64 | 83 | 0 | 2C | 1A | 1F | 150 | 21 | 36 |
| Octal | 261 | 144 | 203 | 0 | 54 | 32 | 37 | 520 | 41 | 66 |
| Binary | 10110001 | 1100100 | 10000011 | 0 | 101100 | 11010 | 11111 | 101010000 | 100001 | 110110 |
Color Harmonies of #B16483
Complementary color
Monochromatic Colors of #B16483
Black with #B16483
Text Example
Text Example
White with #B16483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16483; }
p { color: rgb(177,100,131); }
H1.HeaderClassName
{
color: #B16483;
}
.AnyTagClassName
{
color: #B16483;
}
</style>
background-color css
<style>
a { background-color: #B16483; }
a { background-color: rgb(177,100,131); }
div.DivClassName
{
background-color: #B16483;
}
.BgClassName
{
background-color: #B16483;
}
</style>
border-color css
<style>
span { border-color: #B16483; }
span { border-color: rgb(177,100,131); }
td.TdClassName
{
border-color: #B16483;
}
.TagClassName
{
border-color: #B16483;
}
</style>