Shades of Tapestry #B57C80
Tints of Tapestry #B57C80
RGB
CMYK
RGB Variations
Color information
#B57C80 (or 0xB57C80) is known color: Tapestry. HEX triplet: B5, 7C and 80. RGB value is (181,124,128). Sum of RGB (Red+Green+Blue) = 181+124+128=433 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.80% from 433); Green value is 124 (48.83% from 255 or 28.64% from 433); Blue value is 128 (50.39% from 255 or 29.56% from 433); Max value from RGB is 181 - color contains mainly: red. Hex color #B57C80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57C80 is #4A837F. Grayscale: #8D8D8D. Windows color (decimal): -4883328 or 8420533. OLE color: 8420533.
HSL color Cylindrical-coordinate representation of color #B57C80: hue angle of 355.79º 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 #B57C80 is Cyan = 0, Magento = 0.31, Yellow = 0.29 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 124 | 128 | - |
| CMYK | 0 | 0.31 | 0.29 | 0.29 |
| HSL | 355.79º | 0.28% | 0.6% | - |
| HSV(B) | 355.79º | 0.31% | 0.71% | - |
| XYZ | 30.16 | 25.8 | 23.81 | - |
| YUV | 141.5 | 120.38 | 156.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 124 | 128 | 0 | 0.31 | 0.29 | 0.29 | 355.79 | 0.28 | 0.6 |
| Hex | B5 | 7C | 80 | 0 | 1F | 1D | 1D | 164 | 1C | 3C |
| Octal | 265 | 174 | 200 | 0 | 37 | 35 | 35 | 544 | 34 | 74 |
| Binary | 10110101 | 1111100 | 10000000 | 0 | 11111 | 11101 | 11101 | 101100100 | 11100 | 111100 |
Color Harmonies of #B57C80
Complementary color
Monochromatic Colors of #B57C80
Black with #B57C80
Text Example
Text Example
White with #B57C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57C80; }
p { color: rgb(181,124,128); }
H1.HeaderClassName
{
color: #B57C80;
}
.AnyTagClassName
{
color: #B57C80;
}
</style>
background-color css
<style>
a { background-color: #B57C80; }
a { background-color: rgb(181,124,128); }
div.DivClassName
{
background-color: #B57C80;
}
.BgClassName
{
background-color: #B57C80;
}
</style>
border-color css
<style>
span { border-color: #B57C80; }
span { border-color: rgb(181,124,128); }
td.TdClassName
{
border-color: #B57C80;
}
.TagClassName
{
border-color: #B57C80;
}
</style>