Shades of Tapestry #B57C85
Tints of Tapestry #B57C85
RGB
CMYK
RGB Variations
Color information
#B57C85 (or 0xB57C85) is known color: Tapestry. HEX triplet: B5, 7C and 85. RGB value is (181,124,133). Sum of RGB (Red+Green+Blue) = 181+124+133=438 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.32% from 438); Green value is 124 (48.83% from 255 or 28.31% from 438); Blue value is 133 (52.34% from 255 or 30.37% from 438); Max value from RGB is 181 - color contains mainly: red. Hex color #B57C85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57C85 is #4A837A. Grayscale: #8E8E8E. Windows color (decimal): -4883323 or 8748213. OLE color: 8748213.
HSL color Cylindrical-coordinate representation of color #B57C85: hue angle of 350.53º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B57C85 is Cyan = 0, Magento = 0.31, Yellow = 0.27 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 124 | 133 | - |
| CMYK | 0 | 0.31 | 0.27 | 0.29 |
| HSL | 350.53º | 0.28% | 0.6% | - |
| HSV(B) | 350.53º | 0.31% | 0.71% | - |
| XYZ | 30.5 | 25.93 | 25.59 | - |
| YUV | 142.07 | 122.88 | 155.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 124 | 133 | 0 | 0.31 | 0.27 | 0.29 | 350.53 | 0.28 | 0.6 |
| Hex | B5 | 7C | 85 | 0 | 1F | 1B | 1D | 15F | 1C | 3C |
| Octal | 265 | 174 | 205 | 0 | 37 | 33 | 35 | 537 | 34 | 74 |
| Binary | 10110101 | 1111100 | 10000101 | 0 | 11111 | 11011 | 11101 | 101011111 | 11100 | 111100 |
Color Harmonies of #B57C85
Complementary color
Monochromatic Colors of #B57C85
Black with #B57C85
Text Example
Text Example
White with #B57C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57C85; }
p { color: rgb(181,124,133); }
H1.HeaderClassName
{
color: #B57C85;
}
.AnyTagClassName
{
color: #B57C85;
}
</style>
background-color css
<style>
a { background-color: #B57C85; }
a { background-color: rgb(181,124,133); }
div.DivClassName
{
background-color: #B57C85;
}
.BgClassName
{
background-color: #B57C85;
}
</style>
border-color css
<style>
span { border-color: #B57C85; }
span { border-color: rgb(181,124,133); }
td.TdClassName
{
border-color: #B57C85;
}
.TagClassName
{
border-color: #B57C85;
}
</style>