Shades of Tapestry #B57188
Tints of Tapestry #B57188
RGB
CMYK
RGB Variations
Color information
#B57188 (or 0xB57188) is known color: Tapestry. HEX triplet: B5, 71 and 88. RGB value is (181,113,136). Sum of RGB (Red+Green+Blue) = 181+113+136=430 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.09% from 430); Green value is 113 (44.53% from 255 or 26.28% from 430); Blue value is 136 (53.52% from 255 or 31.63% from 430); Max value from RGB is 181 - color contains mainly: red. Hex color #B57188 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57188 is #4A8E77. Grayscale: #878787. Windows color (decimal): -4886136 or 8942005. OLE color: 8942005.
HSL color Cylindrical-coordinate representation of color #B57188: hue angle of 339.71º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B57188 is Cyan = 0, Magento = 0.38, Yellow = 0.25 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 113 | 136 | - |
| CMYK | 0 | 0.38 | 0.25 | 0.29 |
| HSL | 339.71º | 0.31% | 0.58% | - |
| HSV(B) | 339.71º | 0.38% | 0.71% | - |
| XYZ | 29.41 | 23.41 | 26.26 | - |
| YUV | 135.95 | 128.03 | 160.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 113 | 136 | 0 | 0.38 | 0.25 | 0.29 | 339.71 | 0.31 | 0.58 |
| Hex | B5 | 71 | 88 | 0 | 26 | 19 | 1D | 154 | 1F | 3A |
| Octal | 265 | 161 | 210 | 0 | 46 | 31 | 35 | 524 | 37 | 72 |
| Binary | 10110101 | 1110001 | 10001000 | 0 | 100110 | 11001 | 11101 | 101010100 | 11111 | 111010 |
Color Harmonies of #B57188
Complementary color
Monochromatic Colors of #B57188
Black with #B57188
Text Example
Text Example
White with #B57188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57188; }
p { color: rgb(181,113,136); }
H1.HeaderClassName
{
color: #B57188;
}
.AnyTagClassName
{
color: #B57188;
}
</style>
background-color css
<style>
a { background-color: #B57188; }
a { background-color: rgb(181,113,136); }
div.DivClassName
{
background-color: #B57188;
}
.BgClassName
{
background-color: #B57188;
}
</style>
border-color css
<style>
span { border-color: #B57188; }
span { border-color: rgb(181,113,136); }
td.TdClassName
{
border-color: #B57188;
}
.TagClassName
{
border-color: #B57188;
}
</style>