Shades of Tapestry #B16983
Tints of Tapestry #B16983
RGB
CMYK
RGB Variations
Color information
#B16983 (or 0xB16983) is known color: Tapestry. HEX triplet: B1, 69 and 83. RGB value is (177,105,131). Sum of RGB (Red+Green+Blue) = 177+105+131=413 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.86% from 413); Green value is 105 (41.41% from 255 or 25.42% from 413); Blue value is 131 (51.56% from 255 or 31.72% from 413); Max value from RGB is 177 - color contains mainly: red. Hex color #B16983 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16983 is #4E967C. Grayscale: #818181. Windows color (decimal): -5150333 or 8612273. OLE color: 8612273.
HSL color Cylindrical-coordinate representation of color #B16983: hue angle of 338.33º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B16983 is Cyan = 0, Magento = 0.41, Yellow = 0.26 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 105 | 131 | - |
| CMYK | 0 | 0.41 | 0.26 | 0.31 |
| HSL | 338.33º | 0.32% | 0.55% | - |
| HSV(B) | 338.33º | 0.41% | 0.69% | - |
| XYZ | 27.28 | 21.09 | 24.11 | - |
| YUV | 129.49 | 128.85 | 161.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 105 | 131 | 0 | 0.41 | 0.26 | 0.31 | 338.33 | 0.32 | 0.55 |
| Hex | B1 | 69 | 83 | 0 | 29 | 1A | 1F | 152 | 20 | 37 |
| Octal | 261 | 151 | 203 | 0 | 51 | 32 | 37 | 522 | 40 | 67 |
| Binary | 10110001 | 1101001 | 10000011 | 0 | 101001 | 11010 | 11111 | 101010010 | 100000 | 110111 |
Color Harmonies of #B16983
Complementary color
Monochromatic Colors of #B16983
Black with #B16983
Text Example
Text Example
White with #B16983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16983; }
p { color: rgb(177,105,131); }
H1.HeaderClassName
{
color: #B16983;
}
.AnyTagClassName
{
color: #B16983;
}
</style>
background-color css
<style>
a { background-color: #B16983; }
a { background-color: rgb(177,105,131); }
div.DivClassName
{
background-color: #B16983;
}
.BgClassName
{
background-color: #B16983;
}
</style>
border-color css
<style>
span { border-color: #B16983; }
span { border-color: rgb(177,105,131); }
td.TdClassName
{
border-color: #B16983;
}
.TagClassName
{
border-color: #B16983;
}
</style>