Shades of Tapestry #B16D85
Tints of Tapestry #B16D85
RGB
CMYK
RGB Variations
Color information
#B16D85 (or 0xB16D85) is known color: Tapestry. HEX triplet: B1, 6D and 85. RGB value is (177,109,133). Sum of RGB (Red+Green+Blue) = 177+109+133=419 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.24% from 419); Green value is 109 (42.97% from 255 or 26.01% from 419); Blue value is 133 (52.34% from 255 or 31.74% from 419); Max value from RGB is 177 - color contains mainly: red. Hex color #B16D85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16D85 is #4E927A. Grayscale: #848484. Windows color (decimal): -5149307 or 8744369. OLE color: 8744369.
HSL color Cylindrical-coordinate representation of color #B16D85: hue angle of 338.82º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B16D85 is Cyan = 0, Magento = 0.38, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 109 | 133 | - |
| CMYK | 0 | 0.38 | 0.25 | 0.31 |
| HSL | 338.82º | 0.3% | 0.56% | - |
| HSV(B) | 338.82º | 0.38% | 0.69% | - |
| XYZ | 27.83 | 21.98 | 24.97 | - |
| YUV | 132.07 | 128.53 | 160.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 109 | 133 | 0 | 0.38 | 0.25 | 0.31 | 338.82 | 0.3 | 0.56 |
| Hex | B1 | 6D | 85 | 0 | 26 | 19 | 1F | 153 | 1E | 38 |
| Octal | 261 | 155 | 205 | 0 | 46 | 31 | 37 | 523 | 36 | 70 |
| Binary | 10110001 | 1101101 | 10000101 | 0 | 100110 | 11001 | 11111 | 101010011 | 11110 | 111000 |
Color Harmonies of #B16D85
Complementary color
Monochromatic Colors of #B16D85
Black with #B16D85
Text Example
Text Example
White with #B16D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16D85; }
p { color: rgb(177,109,133); }
H1.HeaderClassName
{
color: #B16D85;
}
.AnyTagClassName
{
color: #B16D85;
}
</style>
background-color css
<style>
a { background-color: #B16D85; }
a { background-color: rgb(177,109,133); }
div.DivClassName
{
background-color: #B16D85;
}
.BgClassName
{
background-color: #B16D85;
}
</style>
border-color css
<style>
span { border-color: #B16D85; }
span { border-color: rgb(177,109,133); }
td.TdClassName
{
border-color: #B16D85;
}
.TagClassName
{
border-color: #B16D85;
}
</style>