Shades of Tapestry #B16381
Tints of Tapestry #B16381
RGB
CMYK
RGB Variations
Color information
#B16381 (or 0xB16381) is known color: Tapestry. HEX triplet: B1, 63 and 81. RGB value is (177,99,129). Sum of RGB (Red+Green+Blue) = 177+99+129=405 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.70% from 405); Green value is 99 (39.06% from 255 or 24.44% from 405); Blue value is 129 (50.78% from 255 or 31.85% from 405); Max value from RGB is 177 - color contains mainly: red. Hex color #B16381 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16381 is #4E9C7E. Grayscale: #7D7D7D. Windows color (decimal): -5151871 or 8479665. OLE color: 8479665.
HSL color Cylindrical-coordinate representation of color #B16381: hue angle of 336.92º 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 #B16381 is Cyan = 0, Magento = 0.44, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 99 | 129 | - |
| CMYK | 0 | 0.44 | 0.27 | 0.31 |
| HSL | 336.92º | 0.33% | 0.54% | - |
| HSV(B) | 336.92º | 0.44% | 0.69% | - |
| XYZ | 26.56 | 19.86 | 23.2 | - |
| YUV | 125.74 | 129.84 | 164.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 99 | 129 | 0 | 0.44 | 0.27 | 0.31 | 336.92 | 0.33 | 0.54 |
| Hex | B1 | 63 | 81 | 0 | 2C | 1B | 1F | 151 | 21 | 36 |
| Octal | 261 | 143 | 201 | 0 | 54 | 33 | 37 | 521 | 41 | 66 |
| Binary | 10110001 | 1100011 | 10000001 | 0 | 101100 | 11011 | 11111 | 101010001 | 100001 | 110110 |
Color Harmonies of #B16381
Complementary color
Monochromatic Colors of #B16381
Black with #B16381
Text Example
Text Example
White with #B16381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16381; }
p { color: rgb(177,99,129); }
H1.HeaderClassName
{
color: #B16381;
}
.AnyTagClassName
{
color: #B16381;
}
</style>
background-color css
<style>
a { background-color: #B16381; }
a { background-color: rgb(177,99,129); }
div.DivClassName
{
background-color: #B16381;
}
.BgClassName
{
background-color: #B16381;
}
</style>
border-color css
<style>
span { border-color: #B16381; }
span { border-color: rgb(177,99,129); }
td.TdClassName
{
border-color: #B16381;
}
.TagClassName
{
border-color: #B16381;
}
</style>