Shades of Tapestry #B57282
Tints of Tapestry #B57282
RGB
CMYK
RGB Variations
Color information
#B57282 (or 0xB57282) is known color: Tapestry. HEX triplet: B5, 72 and 82. RGB value is (181,114,130). Sum of RGB (Red+Green+Blue) = 181+114+130=425 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.59% from 425); Green value is 114 (44.92% from 255 or 26.82% from 425); Blue value is 130 (51.17% from 255 or 30.59% from 425); Max value from RGB is 181 - color contains mainly: red. Hex color #B57282 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57282 is #4A8D7D. Grayscale: #878787. Windows color (decimal): -4885886 or 8549045. OLE color: 8549045.
HSL color Cylindrical-coordinate representation of color #B57282: hue angle of 345.67º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B57282 is Cyan = 0, Magento = 0.37, Yellow = 0.28 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 114 | 130 | - |
| CMYK | 0 | 0.37 | 0.28 | 0.29 |
| HSL | 345.67º | 0.31% | 0.58% | - |
| HSV(B) | 345.67º | 0.37% | 0.71% | - |
| XYZ | 29.1 | 23.47 | 24.12 | - |
| YUV | 135.86 | 124.7 | 160.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 114 | 130 | 0 | 0.37 | 0.28 | 0.29 | 345.67 | 0.31 | 0.58 |
| Hex | B5 | 72 | 82 | 0 | 25 | 1C | 1D | 15A | 1F | 3A |
| Octal | 265 | 162 | 202 | 0 | 45 | 34 | 35 | 532 | 37 | 72 |
| Binary | 10110101 | 1110010 | 10000010 | 0 | 100101 | 11100 | 11101 | 101011010 | 11111 | 111010 |
Color Harmonies of #B57282
Complementary color
Monochromatic Colors of #B57282
Black with #B57282
Text Example
Text Example
White with #B57282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57282; }
p { color: rgb(181,114,130); }
H1.HeaderClassName
{
color: #B57282;
}
.AnyTagClassName
{
color: #B57282;
}
</style>
background-color css
<style>
a { background-color: #B57282; }
a { background-color: rgb(181,114,130); }
div.DivClassName
{
background-color: #B57282;
}
.BgClassName
{
background-color: #B57282;
}
</style>
border-color css
<style>
span { border-color: #B57282; }
span { border-color: rgb(181,114,130); }
td.TdClassName
{
border-color: #B57282;
}
.TagClassName
{
border-color: #B57282;
}
</style>