Shades of Tapestry #B16285
Tints of Tapestry #B16285
RGB
CMYK
RGB Variations
Color information
#B16285 (or 0xB16285) is known color: Tapestry. HEX triplet: B1, 62 and 85. RGB value is (177,98,133). Sum of RGB (Red+Green+Blue) = 177+98+133=408 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.38% from 408); Green value is 98 (38.67% from 255 or 24.02% from 408); Blue value is 133 (52.34% from 255 or 32.60% from 408); Max value from RGB is 177 - color contains mainly: red. Hex color #B16285 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16285 is #4E9D7A. Grayscale: #7D7D7D. Windows color (decimal): -5152123 or 8741553. OLE color: 8741553.
HSL color Cylindrical-coordinate representation of color #B16285: hue angle of 333.42º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B16285 is Cyan = 0, Magento = 0.45, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 98 | 133 | - |
| CMYK | 0 | 0.45 | 0.25 | 0.31 |
| HSL | 333.42º | 0.34% | 0.54% | - |
| HSV(B) | 333.42º | 0.45% | 0.69% | - |
| XYZ | 26.73 | 19.78 | 24.6 | - |
| YUV | 125.61 | 132.17 | 164.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 98 | 133 | 0 | 0.45 | 0.25 | 0.31 | 333.42 | 0.34 | 0.54 |
| Hex | B1 | 62 | 85 | 0 | 2D | 19 | 1F | 14D | 22 | 36 |
| Octal | 261 | 142 | 205 | 0 | 55 | 31 | 37 | 515 | 42 | 66 |
| Binary | 10110001 | 1100010 | 10000101 | 0 | 101101 | 11001 | 11111 | 101001101 | 100010 | 110110 |
Color Harmonies of #B16285
Complementary color
Monochromatic Colors of #B16285
Black with #B16285
Text Example
Text Example
White with #B16285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16285; }
p { color: rgb(177,98,133); }
H1.HeaderClassName
{
color: #B16285;
}
.AnyTagClassName
{
color: #B16285;
}
</style>
background-color css
<style>
a { background-color: #B16285; }
a { background-color: rgb(177,98,133); }
div.DivClassName
{
background-color: #B16285;
}
.BgClassName
{
background-color: #B16285;
}
</style>
border-color css
<style>
span { border-color: #B16285; }
span { border-color: rgb(177,98,133); }
td.TdClassName
{
border-color: #B16285;
}
.TagClassName
{
border-color: #B16285;
}
</style>