Shades of Tapestry #B16982
Tints of Tapestry #B16982
RGB
CMYK
RGB Variations
Color information
#B16982 (or 0xB16982) is known color: Tapestry. HEX triplet: B1, 69 and 82. RGB value is (177,105,130). Sum of RGB (Red+Green+Blue) = 177+105+130=412 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.96% from 412); Green value is 105 (41.41% from 255 or 25.49% from 412); Blue value is 130 (51.17% from 255 or 31.55% from 412); Max value from RGB is 177 - color contains mainly: red. Hex color #B16982 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16982 is #4E967D. Grayscale: #818181. Windows color (decimal): -5150334 or 8546737. OLE color: 8546737.
HSL color Cylindrical-coordinate representation of color #B16982: hue angle of 339.17º 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 #B16982 is Cyan = 0, Magento = 0.41, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 105 | 130 | - |
| CMYK | 0 | 0.41 | 0.27 | 0.31 |
| HSL | 339.17º | 0.32% | 0.55% | - |
| HSV(B) | 339.17º | 0.41% | 0.69% | - |
| XYZ | 27.21 | 21.06 | 23.75 | - |
| YUV | 129.38 | 128.35 | 161.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 105 | 130 | 0 | 0.41 | 0.27 | 0.31 | 339.17 | 0.32 | 0.55 |
| Hex | B1 | 69 | 82 | 0 | 29 | 1B | 1F | 153 | 20 | 37 |
| Octal | 261 | 151 | 202 | 0 | 51 | 33 | 37 | 523 | 40 | 67 |
| Binary | 10110001 | 1101001 | 10000010 | 0 | 101001 | 11011 | 11111 | 101010011 | 100000 | 110111 |
Color Harmonies of #B16982
Complementary color
Monochromatic Colors of #B16982
Black with #B16982
Text Example
Text Example
White with #B16982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16982; }
p { color: rgb(177,105,130); }
H1.HeaderClassName
{
color: #B16982;
}
.AnyTagClassName
{
color: #B16982;
}
</style>
background-color css
<style>
a { background-color: #B16982; }
a { background-color: rgb(177,105,130); }
div.DivClassName
{
background-color: #B16982;
}
.BgClassName
{
background-color: #B16982;
}
</style>
border-color css
<style>
span { border-color: #B16982; }
span { border-color: rgb(177,105,130); }
td.TdClassName
{
border-color: #B16982;
}
.TagClassName
{
border-color: #B16982;
}
</style>