Shades of Tapestry #B57081
Tints of Tapestry #B57081
RGB
CMYK
RGB Variations
Color information
#B57081 (or 0xB57081) is known color: Tapestry. HEX triplet: B5, 70 and 81. RGB value is (181,112,129). Sum of RGB (Red+Green+Blue) = 181+112+129=422 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.89% from 422); Green value is 112 (44.14% from 255 or 26.54% from 422); Blue value is 129 (50.78% from 255 or 30.57% from 422); Max value from RGB is 181 - color contains mainly: red. Hex color #B57081 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57081 is #4A8F7E. Grayscale: #868686. Windows color (decimal): -4886399 or 8482997. OLE color: 8482997.
HSL color Cylindrical-coordinate representation of color #B57081: hue angle of 345.22º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B57081 is Cyan = 0, Magento = 0.38, Yellow = 0.29 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 112 | 129 | - |
| CMYK | 0 | 0.38 | 0.29 | 0.29 |
| HSL | 345.22º | 0.32% | 0.57% | - |
| HSV(B) | 345.22º | 0.38% | 0.71% | - |
| XYZ | 28.81 | 23 | 23.69 | - |
| YUV | 134.57 | 124.86 | 161.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 112 | 129 | 0 | 0.38 | 0.29 | 0.29 | 345.22 | 0.32 | 0.57 |
| Hex | B5 | 70 | 81 | 0 | 26 | 1D | 1D | 159 | 20 | 39 |
| Octal | 265 | 160 | 201 | 0 | 46 | 35 | 35 | 531 | 40 | 71 |
| Binary | 10110101 | 1110000 | 10000001 | 0 | 100110 | 11101 | 11101 | 101011001 | 100000 | 111001 |
Color Harmonies of #B57081
Complementary color
Monochromatic Colors of #B57081
Black with #B57081
Text Example
Text Example
White with #B57081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57081; }
p { color: rgb(181,112,129); }
H1.HeaderClassName
{
color: #B57081;
}
.AnyTagClassName
{
color: #B57081;
}
</style>
background-color css
<style>
a { background-color: #B57081; }
a { background-color: rgb(181,112,129); }
div.DivClassName
{
background-color: #B57081;
}
.BgClassName
{
background-color: #B57081;
}
</style>
border-color css
<style>
span { border-color: #B57081; }
span { border-color: rgb(181,112,129); }
td.TdClassName
{
border-color: #B57081;
}
.TagClassName
{
border-color: #B57081;
}
</style>