Shades of Tapestry #B57186
Tints of Tapestry #B57186
RGB
CMYK
RGB Variations
Color information
#B57186 (or 0xB57186) is known color: Tapestry. HEX triplet: B5, 71 and 86. RGB value is (181,113,134). Sum of RGB (Red+Green+Blue) = 181+113+134=428 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.29% from 428); Green value is 113 (44.53% from 255 or 26.40% from 428); Blue value is 134 (52.73% from 255 or 31.31% from 428); Max value from RGB is 181 - color contains mainly: red. Hex color #B57186 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57186 is #4A8E79. Grayscale: #878787. Windows color (decimal): -4886138 or 8810933. OLE color: 8810933.
HSL color Cylindrical-coordinate representation of color #B57186: hue angle of 341.47º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B57186 is Cyan = 0, Magento = 0.38, Yellow = 0.26 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 113 | 134 | - |
| CMYK | 0 | 0.38 | 0.26 | 0.29 |
| HSL | 341.47º | 0.31% | 0.58% | - |
| HSV(B) | 341.47º | 0.38% | 0.71% | - |
| XYZ | 29.26 | 23.36 | 25.52 | - |
| YUV | 135.73 | 127.03 | 160.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 113 | 134 | 0 | 0.38 | 0.26 | 0.29 | 341.47 | 0.31 | 0.58 |
| Hex | B5 | 71 | 86 | 0 | 26 | 1A | 1D | 155 | 1F | 3A |
| Octal | 265 | 161 | 206 | 0 | 46 | 32 | 35 | 525 | 37 | 72 |
| Binary | 10110101 | 1110001 | 10000110 | 0 | 100110 | 11010 | 11101 | 101010101 | 11111 | 111010 |
Color Harmonies of #B57186
Complementary color
Monochromatic Colors of #B57186
Black with #B57186
Text Example
Text Example
White with #B57186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57186; }
p { color: rgb(181,113,134); }
H1.HeaderClassName
{
color: #B57186;
}
.AnyTagClassName
{
color: #B57186;
}
</style>
background-color css
<style>
a { background-color: #B57186; }
a { background-color: rgb(181,113,134); }
div.DivClassName
{
background-color: #B57186;
}
.BgClassName
{
background-color: #B57186;
}
</style>
border-color css
<style>
span { border-color: #B57186; }
span { border-color: rgb(181,113,134); }
td.TdClassName
{
border-color: #B57186;
}
.TagClassName
{
border-color: #B57186;
}
</style>