Shades of Tapestry #B57287
Tints of Tapestry #B57287
RGB
CMYK
RGB Variations
Color information
#B57287 (or 0xB57287) is known color: Tapestry. HEX triplet: B5, 72 and 87. RGB value is (181,114,135). Sum of RGB (Red+Green+Blue) = 181+114+135=430 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.09% from 430); Green value is 114 (44.92% from 255 or 26.51% from 430); Blue value is 135 (53.12% from 255 or 31.40% from 430); Max value from RGB is 181 - color contains mainly: red. Hex color #B57287 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57287 is #4A8D78. Grayscale: #888888. Windows color (decimal): -4885881 or 8876725. OLE color: 8876725.
HSL color Cylindrical-coordinate representation of color #B57287: hue angle of 341.19º 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 #B57287 is Cyan = 0, Magento = 0.37, Yellow = 0.25 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 114 | 135 | - |
| CMYK | 0 | 0.37 | 0.25 | 0.29 |
| HSL | 341.19º | 0.31% | 0.58% | - |
| HSV(B) | 341.19º | 0.37% | 0.71% | - |
| XYZ | 29.45 | 23.61 | 25.93 | - |
| YUV | 136.43 | 127.2 | 159.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 114 | 135 | 0 | 0.37 | 0.25 | 0.29 | 341.19 | 0.31 | 0.58 |
| Hex | B5 | 72 | 87 | 0 | 25 | 19 | 1D | 155 | 1F | 3A |
| Octal | 265 | 162 | 207 | 0 | 45 | 31 | 35 | 525 | 37 | 72 |
| Binary | 10110101 | 1110010 | 10000111 | 0 | 100101 | 11001 | 11101 | 101010101 | 11111 | 111010 |
Color Harmonies of #B57287
Complementary color
Monochromatic Colors of #B57287
Black with #B57287
Text Example
Text Example
White with #B57287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57287; }
p { color: rgb(181,114,135); }
H1.HeaderClassName
{
color: #B57287;
}
.AnyTagClassName
{
color: #B57287;
}
</style>
background-color css
<style>
a { background-color: #B57287; }
a { background-color: rgb(181,114,135); }
div.DivClassName
{
background-color: #B57287;
}
.BgClassName
{
background-color: #B57287;
}
</style>
border-color css
<style>
span { border-color: #B57287; }
span { border-color: rgb(181,114,135); }
td.TdClassName
{
border-color: #B57287;
}
.TagClassName
{
border-color: #B57287;
}
</style>