Shades of Tapestry #B57982
Tints of Tapestry #B57982
RGB
CMYK
RGB Variations
Color information
#B57982 (or 0xB57982) is known color: Tapestry. HEX triplet: B5, 79 and 82. RGB value is (181,121,130). Sum of RGB (Red+Green+Blue) = 181+121+130=432 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.90% from 432); Green value is 121 (47.66% from 255 or 28.01% from 432); Blue value is 130 (51.17% from 255 or 30.09% from 432); Max value from RGB is 181 - color contains mainly: red. Hex color #B57982 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57982 is #4A867D. Grayscale: #8B8B8B. Windows color (decimal): -4884094 or 8550837. OLE color: 8550837.
HSL color Cylindrical-coordinate representation of color #B57982: hue angle of 351º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B57982 is Cyan = 0, Magento = 0.33, Yellow = 0.28 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 121 | 130 | - |
| CMYK | 0 | 0.33 | 0.28 | 0.29 |
| HSL | 351º | 0.29% | 0.59% | - |
| HSV(B) | 351º | 0.33% | 0.71% | - |
| XYZ | 29.92 | 25.11 | 24.39 | - |
| YUV | 139.97 | 122.38 | 157.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 121 | 130 | 0 | 0.33 | 0.28 | 0.29 | 351 | 0.29 | 0.59 |
| Hex | B5 | 79 | 82 | 0 | 21 | 1C | 1D | 15F | 1D | 3B |
| Octal | 265 | 171 | 202 | 0 | 41 | 34 | 35 | 537 | 35 | 73 |
| Binary | 10110101 | 1111001 | 10000010 | 0 | 100001 | 11100 | 11101 | 101011111 | 11101 | 111011 |
Color Harmonies of #B57982
Complementary color
Monochromatic Colors of #B57982
Black with #B57982
Text Example
Text Example
White with #B57982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57982; }
p { color: rgb(181,121,130); }
H1.HeaderClassName
{
color: #B57982;
}
.AnyTagClassName
{
color: #B57982;
}
</style>
background-color css
<style>
a { background-color: #B57982; }
a { background-color: rgb(181,121,130); }
div.DivClassName
{
background-color: #B57982;
}
.BgClassName
{
background-color: #B57982;
}
</style>
border-color css
<style>
span { border-color: #B57982; }
span { border-color: rgb(181,121,130); }
td.TdClassName
{
border-color: #B57982;
}
.TagClassName
{
border-color: #B57982;
}
</style>