Shades of Tapestry #B57685
Tints of Tapestry #B57685
RGB
CMYK
RGB Variations
Color information
#B57685 (or 0xB57685) is known color: Tapestry. HEX triplet: B5, 76 and 85. RGB value is (181,118,133). Sum of RGB (Red+Green+Blue) = 181+118+133=432 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.90% from 432); Green value is 118 (46.48% from 255 or 27.31% from 432); Blue value is 133 (52.34% from 255 or 30.79% from 432); Max value from RGB is 181 - color contains mainly: red. Hex color #B57685 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57685 is #4A897A. Grayscale: #8A8A8A. Windows color (decimal): -4884859 or 8746677. OLE color: 8746677.
HSL color Cylindrical-coordinate representation of color #B57685: hue angle of 345.71º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B57685 is Cyan = 0, Magento = 0.35, Yellow = 0.27 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 118 | 133 | - |
| CMYK | 0 | 0.35 | 0.27 | 0.29 |
| HSL | 345.71º | 0.3% | 0.59% | - |
| HSV(B) | 345.71º | 0.35% | 0.71% | - |
| XYZ | 29.77 | 24.47 | 25.35 | - |
| YUV | 138.55 | 124.87 | 158.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 118 | 133 | 0 | 0.35 | 0.27 | 0.29 | 345.71 | 0.3 | 0.59 |
| Hex | B5 | 76 | 85 | 0 | 23 | 1B | 1D | 15A | 1E | 3B |
| Octal | 265 | 166 | 205 | 0 | 43 | 33 | 35 | 532 | 36 | 73 |
| Binary | 10110101 | 1110110 | 10000101 | 0 | 100011 | 11011 | 11101 | 101011010 | 11110 | 111011 |
Color Harmonies of #B57685
Complementary color
Monochromatic Colors of #B57685
Black with #B57685
Text Example
Text Example
White with #B57685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57685; }
p { color: rgb(181,118,133); }
H1.HeaderClassName
{
color: #B57685;
}
.AnyTagClassName
{
color: #B57685;
}
</style>
background-color css
<style>
a { background-color: #B57685; }
a { background-color: rgb(181,118,133); }
div.DivClassName
{
background-color: #B57685;
}
.BgClassName
{
background-color: #B57685;
}
</style>
border-color css
<style>
span { border-color: #B57685; }
span { border-color: rgb(181,118,133); }
td.TdClassName
{
border-color: #B57685;
}
.TagClassName
{
border-color: #B57685;
}
</style>