Shades of Tapestry #B57884
Tints of Tapestry #B57884
RGB
CMYK
RGB Variations
Color information
#B57884 (or 0xB57884) is known color: Tapestry. HEX triplet: B5, 78 and 84. RGB value is (181,120,132). Sum of RGB (Red+Green+Blue) = 181+120+132=433 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.80% from 433); Green value is 120 (47.27% from 255 or 27.71% from 433); Blue value is 132 (51.95% from 255 or 30.48% from 433); Max value from RGB is 181 - color contains mainly: red. Hex color #B57884 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57884 is #4A877B. Grayscale: #8B8B8B. Windows color (decimal): -4884348 or 8681653. OLE color: 8681653.
HSL color Cylindrical-coordinate representation of color #B57884: hue angle of 348.2º degrees, saturation: 0.29, 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 #B57884 is Cyan = 0, Magento = 0.34, Yellow = 0.27 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 120 | 132 | - |
| CMYK | 0 | 0.34 | 0.27 | 0.29 |
| HSL | 348.2º | 0.29% | 0.59% | - |
| HSV(B) | 348.2º | 0.34% | 0.71% | - |
| XYZ | 29.94 | 24.92 | 25.06 | - |
| YUV | 139.61 | 123.71 | 157.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 120 | 132 | 0 | 0.34 | 0.27 | 0.29 | 348.2 | 0.29 | 0.59 |
| Hex | B5 | 78 | 84 | 0 | 22 | 1B | 1D | 15C | 1D | 3B |
| Octal | 265 | 170 | 204 | 0 | 42 | 33 | 35 | 534 | 35 | 73 |
| Binary | 10110101 | 1111000 | 10000100 | 0 | 100010 | 11011 | 11101 | 101011100 | 11101 | 111011 |
Color Harmonies of #B57884
Complementary color
Monochromatic Colors of #B57884
Black with #B57884
Text Example
Text Example
White with #B57884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57884; }
p { color: rgb(181,120,132); }
H1.HeaderClassName
{
color: #B57884;
}
.AnyTagClassName
{
color: #B57884;
}
</style>
background-color css
<style>
a { background-color: #B57884; }
a { background-color: rgb(181,120,132); }
div.DivClassName
{
background-color: #B57884;
}
.BgClassName
{
background-color: #B57884;
}
</style>
border-color css
<style>
span { border-color: #B57884; }
span { border-color: rgb(181,120,132); }
td.TdClassName
{
border-color: #B57884;
}
.TagClassName
{
border-color: #B57884;
}
</style>