Shades of Tapestry #B57882
Tints of Tapestry #B57882
RGB
CMYK
RGB Variations
Color information
#B57882 (or 0xB57882) is known color: Tapestry. HEX triplet: B5, 78 and 82. RGB value is (181,120,130). Sum of RGB (Red+Green+Blue) = 181+120+130=431 (57% of max value = 765). Red value is 181 (71.09% from 255 or 42.00% from 431); Green value is 120 (47.27% from 255 or 27.84% from 431); Blue value is 130 (51.17% from 255 or 30.16% from 431); Max value from RGB is 181 - color contains mainly: red. Hex color #B57882 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57882 is #4A877D. Grayscale: #8B8B8B. Windows color (decimal): -4884350 or 8550581. OLE color: 8550581.
HSL color Cylindrical-coordinate representation of color #B57882: hue angle of 350.16º 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 #B57882 is Cyan = 0, Magento = 0.34, Yellow = 0.28 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 120 | 130 | - |
| CMYK | 0 | 0.34 | 0.28 | 0.29 |
| HSL | 350.16º | 0.29% | 0.59% | - |
| HSV(B) | 350.16º | 0.34% | 0.71% | - |
| XYZ | 29.8 | 24.87 | 24.35 | - |
| YUV | 139.38 | 122.71 | 157.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 120 | 130 | 0 | 0.34 | 0.28 | 0.29 | 350.16 | 0.29 | 0.59 |
| Hex | B5 | 78 | 82 | 0 | 22 | 1C | 1D | 15E | 1D | 3B |
| Octal | 265 | 170 | 202 | 0 | 42 | 34 | 35 | 536 | 35 | 73 |
| Binary | 10110101 | 1111000 | 10000010 | 0 | 100010 | 11100 | 11101 | 101011110 | 11101 | 111011 |
Color Harmonies of #B57882
Complementary color
Monochromatic Colors of #B57882
Black with #B57882
Text Example
Text Example
White with #B57882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57882; }
p { color: rgb(181,120,130); }
H1.HeaderClassName
{
color: #B57882;
}
.AnyTagClassName
{
color: #B57882;
}
</style>
background-color css
<style>
a { background-color: #B57882; }
a { background-color: rgb(181,120,130); }
div.DivClassName
{
background-color: #B57882;
}
.BgClassName
{
background-color: #B57882;
}
</style>
border-color css
<style>
span { border-color: #B57882; }
span { border-color: rgb(181,120,130); }
td.TdClassName
{
border-color: #B57882;
}
.TagClassName
{
border-color: #B57882;
}
</style>