Shades of Tapestry #B57786
Tints of Tapestry #B57786
RGB
CMYK
RGB Variations
Color information
#B57786 (or 0xB57786) is known color: Tapestry. HEX triplet: B5, 77 and 86. RGB value is (181,119,134). Sum of RGB (Red+Green+Blue) = 181+119+134=434 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.71% from 434); Green value is 119 (46.88% from 255 or 27.42% from 434); Blue value is 134 (52.73% from 255 or 30.88% from 434); Max value from RGB is 181 - color contains mainly: red. Hex color #B57786 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57786 is #4A8879. Grayscale: #8B8B8B. Windows color (decimal): -4884602 or 8812469. OLE color: 8812469.
HSL color Cylindrical-coordinate representation of color #B57786: hue angle of 345.48º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B57786 is Cyan = 0, Magento = 0.34, Yellow = 0.26 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 119 | 134 | - |
| CMYK | 0 | 0.34 | 0.26 | 0.29 |
| HSL | 345.48º | 0.3% | 0.59% | - |
| HSV(B) | 345.48º | 0.34% | 0.71% | - |
| XYZ | 29.96 | 24.74 | 25.75 | - |
| YUV | 139.25 | 125.04 | 157.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 119 | 134 | 0 | 0.34 | 0.26 | 0.29 | 345.48 | 0.3 | 0.59 |
| Hex | B5 | 77 | 86 | 0 | 22 | 1A | 1D | 159 | 1E | 3B |
| Octal | 265 | 167 | 206 | 0 | 42 | 32 | 35 | 531 | 36 | 73 |
| Binary | 10110101 | 1110111 | 10000110 | 0 | 100010 | 11010 | 11101 | 101011001 | 11110 | 111011 |
Color Harmonies of #B57786
Complementary color
Monochromatic Colors of #B57786
Black with #B57786
Text Example
Text Example
White with #B57786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57786; }
p { color: rgb(181,119,134); }
H1.HeaderClassName
{
color: #B57786;
}
.AnyTagClassName
{
color: #B57786;
}
</style>
background-color css
<style>
a { background-color: #B57786; }
a { background-color: rgb(181,119,134); }
div.DivClassName
{
background-color: #B57786;
}
.BgClassName
{
background-color: #B57786;
}
</style>
border-color css
<style>
span { border-color: #B57786; }
span { border-color: rgb(181,119,134); }
td.TdClassName
{
border-color: #B57786;
}
.TagClassName
{
border-color: #B57786;
}
</style>