Shades of Tapestry #B16782
Tints of Tapestry #B16782
RGB
CMYK
RGB Variations
Color information
#B16782 (or 0xB16782) is known color: Tapestry. HEX triplet: B1, 67 and 82. RGB value is (177,103,130). Sum of RGB (Red+Green+Blue) = 177+103+130=410 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.17% from 410); Green value is 103 (40.62% from 255 or 25.12% from 410); Blue value is 130 (51.17% from 255 or 31.71% from 410); Max value from RGB is 177 - color contains mainly: red. Hex color #B16782 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16782 is #4E987D. Grayscale: #808080. Windows color (decimal): -5150846 or 8546225. OLE color: 8546225.
HSL color Cylindrical-coordinate representation of color #B16782: hue angle of 338.11º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B16782 is Cyan = 0, Magento = 0.42, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 103 | 130 | - |
| CMYK | 0 | 0.42 | 0.27 | 0.31 |
| HSL | 338.11º | 0.32% | 0.55% | - |
| HSV(B) | 338.11º | 0.42% | 0.69% | - |
| XYZ | 27.01 | 20.66 | 23.68 | - |
| YUV | 128.2 | 129.02 | 162.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 103 | 130 | 0 | 0.42 | 0.27 | 0.31 | 338.11 | 0.32 | 0.55 |
| Hex | B1 | 67 | 82 | 0 | 2A | 1B | 1F | 152 | 20 | 37 |
| Octal | 261 | 147 | 202 | 0 | 52 | 33 | 37 | 522 | 40 | 67 |
| Binary | 10110001 | 1100111 | 10000010 | 0 | 101010 | 11011 | 11111 | 101010010 | 100000 | 110111 |
Color Harmonies of #B16782
Complementary color
Monochromatic Colors of #B16782
Black with #B16782
Text Example
Text Example
White with #B16782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16782; }
p { color: rgb(177,103,130); }
H1.HeaderClassName
{
color: #B16782;
}
.AnyTagClassName
{
color: #B16782;
}
</style>
background-color css
<style>
a { background-color: #B16782; }
a { background-color: rgb(177,103,130); }
div.DivClassName
{
background-color: #B16782;
}
.BgClassName
{
background-color: #B16782;
}
</style>
border-color css
<style>
span { border-color: #B16782; }
span { border-color: rgb(177,103,130); }
td.TdClassName
{
border-color: #B16782;
}
.TagClassName
{
border-color: #B16782;
}
</style>