Shades of Tapestry #B57C84
Tints of Tapestry #B57C84
RGB
CMYK
RGB Variations
Color information
#B57C84 (or 0xB57C84) is known color: Tapestry. HEX triplet: B5, 7C and 84. RGB value is (181,124,132). Sum of RGB (Red+Green+Blue) = 181+124+132=437 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.42% from 437); Green value is 124 (48.83% from 255 or 28.38% from 437); Blue value is 132 (51.95% from 255 or 30.21% from 437); Max value from RGB is 181 - color contains mainly: red. Hex color #B57C84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57C84 is #4A837B. Grayscale: #8D8D8D. Windows color (decimal): -4883324 or 8682677. OLE color: 8682677.
HSL color Cylindrical-coordinate representation of color #B57C84: hue angle of 351.58º 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 #B57C84 is Cyan = 0, Magento = 0.31, Yellow = 0.27 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 124 | 132 | - |
| CMYK | 0 | 0.31 | 0.27 | 0.29 |
| HSL | 351.58º | 0.28% | 0.6% | - |
| HSV(B) | 351.58º | 0.31% | 0.71% | - |
| XYZ | 30.43 | 25.91 | 25.23 | - |
| YUV | 141.96 | 122.38 | 155.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 124 | 132 | 0 | 0.31 | 0.27 | 0.29 | 351.58 | 0.28 | 0.6 |
| Hex | B5 | 7C | 84 | 0 | 1F | 1B | 1D | 160 | 1C | 3C |
| Octal | 265 | 174 | 204 | 0 | 37 | 33 | 35 | 540 | 34 | 74 |
| Binary | 10110101 | 1111100 | 10000100 | 0 | 11111 | 11011 | 11101 | 101100000 | 11100 | 111100 |
Color Harmonies of #B57C84
Complementary color
Monochromatic Colors of #B57C84
Black with #B57C84
Text Example
Text Example
White with #B57C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57C84; }
p { color: rgb(181,124,132); }
H1.HeaderClassName
{
color: #B57C84;
}
.AnyTagClassName
{
color: #B57C84;
}
</style>
background-color css
<style>
a { background-color: #B57C84; }
a { background-color: rgb(181,124,132); }
div.DivClassName
{
background-color: #B57C84;
}
.BgClassName
{
background-color: #B57C84;
}
</style>
border-color css
<style>
span { border-color: #B57C84; }
span { border-color: rgb(181,124,132); }
td.TdClassName
{
border-color: #B57C84;
}
.TagClassName
{
border-color: #B57C84;
}
</style>