Shades of Tapestry #B57782
Tints of Tapestry #B57782
RGB
CMYK
RGB Variations
Color information
#B57782 (or 0xB57782) is known color: Tapestry. HEX triplet: B5, 77 and 82. RGB value is (181,119,130). Sum of RGB (Red+Green+Blue) = 181+119+130=430 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.09% from 430); Green value is 119 (46.88% from 255 or 27.67% from 430); Blue value is 130 (51.17% from 255 or 30.23% from 430); Max value from RGB is 181 - color contains mainly: red. Hex color #B57782 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57782 is #4A887D. Grayscale: #8A8A8A. Windows color (decimal): -4884606 or 8550325. OLE color: 8550325.
HSL color Cylindrical-coordinate representation of color #B57782: hue angle of 349.35º degrees, saturation: 0.3, 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 #B57782 is Cyan = 0, Magento = 0.34, Yellow = 0.28 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 119 | 130 | - |
| CMYK | 0 | 0.34 | 0.28 | 0.29 |
| HSL | 349.35º | 0.3% | 0.59% | - |
| HSV(B) | 349.35º | 0.34% | 0.71% | - |
| XYZ | 29.68 | 24.63 | 24.31 | - |
| YUV | 138.79 | 123.04 | 158.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 119 | 130 | 0 | 0.34 | 0.28 | 0.29 | 349.35 | 0.3 | 0.59 |
| Hex | B5 | 77 | 82 | 0 | 22 | 1C | 1D | 15D | 1E | 3B |
| Octal | 265 | 167 | 202 | 0 | 42 | 34 | 35 | 535 | 36 | 73 |
| Binary | 10110101 | 1110111 | 10000010 | 0 | 100010 | 11100 | 11101 | 101011101 | 11110 | 111011 |
Color Harmonies of #B57782
Complementary color
Monochromatic Colors of #B57782
Black with #B57782
Text Example
Text Example
White with #B57782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57782; }
p { color: rgb(181,119,130); }
H1.HeaderClassName
{
color: #B57782;
}
.AnyTagClassName
{
color: #B57782;
}
</style>
background-color css
<style>
a { background-color: #B57782; }
a { background-color: rgb(181,119,130); }
div.DivClassName
{
background-color: #B57782;
}
.BgClassName
{
background-color: #B57782;
}
</style>
border-color css
<style>
span { border-color: #B57782; }
span { border-color: rgb(181,119,130); }
td.TdClassName
{
border-color: #B57782;
}
.TagClassName
{
border-color: #B57782;
}
</style>