Shades of Tapestry #B16586
Tints of Tapestry #B16586
RGB
CMYK
RGB Variations
Color information
#B16586 (or 0xB16586) is known color: Tapestry. HEX triplet: B1, 65 and 86. RGB value is (177,101,134). Sum of RGB (Red+Green+Blue) = 177+101+134=412 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.96% from 412); Green value is 101 (39.84% from 255 or 24.51% from 412); Blue value is 134 (52.73% from 255 or 32.52% from 412); Max value from RGB is 177 - color contains mainly: red. Hex color #B16586 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16586 is #4E9A79. Grayscale: #7F7F7F. Windows color (decimal): -5151354 or 8807857. OLE color: 8807857.
HSL color Cylindrical-coordinate representation of color #B16586: hue angle of 333.95º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B16586 is Cyan = 0, Magento = 0.43, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 101 | 134 | - |
| CMYK | 0 | 0.43 | 0.24 | 0.31 |
| HSL | 333.95º | 0.33% | 0.55% | - |
| HSV(B) | 333.95º | 0.43% | 0.69% | - |
| XYZ | 27.09 | 20.38 | 25.06 | - |
| YUV | 127.49 | 131.68 | 163.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 101 | 134 | 0 | 0.43 | 0.24 | 0.31 | 333.95 | 0.33 | 0.55 |
| Hex | B1 | 65 | 86 | 0 | 2B | 18 | 1F | 14E | 21 | 37 |
| Octal | 261 | 145 | 206 | 0 | 53 | 30 | 37 | 516 | 41 | 67 |
| Binary | 10110001 | 1100101 | 10000110 | 0 | 101011 | 11000 | 11111 | 101001110 | 100001 | 110111 |
Color Harmonies of #B16586
Complementary color
Monochromatic Colors of #B16586
Black with #B16586
Text Example
Text Example
White with #B16586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16586; }
p { color: rgb(177,101,134); }
H1.HeaderClassName
{
color: #B16586;
}
.AnyTagClassName
{
color: #B16586;
}
</style>
background-color css
<style>
a { background-color: #B16586; }
a { background-color: rgb(177,101,134); }
div.DivClassName
{
background-color: #B16586;
}
.BgClassName
{
background-color: #B16586;
}
</style>
border-color css
<style>
span { border-color: #B16586; }
span { border-color: rgb(177,101,134); }
td.TdClassName
{
border-color: #B16586;
}
.TagClassName
{
border-color: #B16586;
}
</style>