Shades of Tapestry #B57288
Tints of Tapestry #B57288
RGB
CMYK
RGB Variations
Color information
#B57288 (or 0xB57288) is known color: Tapestry. HEX triplet: B5, 72 and 88. RGB value is (181,114,136). Sum of RGB (Red+Green+Blue) = 181+114+136=431 (57% of max value = 765). Red value is 181 (71.09% from 255 or 42.00% from 431); Green value is 114 (44.92% from 255 or 26.45% from 431); Blue value is 136 (53.52% from 255 or 31.55% from 431); Max value from RGB is 181 - color contains mainly: red. Hex color #B57288 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57288 is #4A8D77. Grayscale: #888888. Windows color (decimal): -4885880 or 8942261. OLE color: 8942261.
HSL color Cylindrical-coordinate representation of color #B57288: hue angle of 340.3º 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 #B57288 is Cyan = 0, Magento = 0.37, Yellow = 0.25 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 114 | 136 | - |
| CMYK | 0 | 0.37 | 0.25 | 0.29 |
| HSL | 340.3º | 0.31% | 0.58% | - |
| HSV(B) | 340.3º | 0.37% | 0.71% | - |
| XYZ | 29.52 | 23.64 | 26.3 | - |
| YUV | 136.54 | 127.7 | 159.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 114 | 136 | 0 | 0.37 | 0.25 | 0.29 | 340.3 | 0.31 | 0.58 |
| Hex | B5 | 72 | 88 | 0 | 25 | 19 | 1D | 154 | 1F | 3A |
| Octal | 265 | 162 | 210 | 0 | 45 | 31 | 35 | 524 | 37 | 72 |
| Binary | 10110101 | 1110010 | 10001000 | 0 | 100101 | 11001 | 11101 | 101010100 | 11111 | 111010 |
Color Harmonies of #B57288
Complementary color
Monochromatic Colors of #B57288
Black with #B57288
Text Example
Text Example
White with #B57288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57288; }
p { color: rgb(181,114,136); }
H1.HeaderClassName
{
color: #B57288;
}
.AnyTagClassName
{
color: #B57288;
}
</style>
background-color css
<style>
a { background-color: #B57288; }
a { background-color: rgb(181,114,136); }
div.DivClassName
{
background-color: #B57288;
}
.BgClassName
{
background-color: #B57288;
}
</style>
border-color css
<style>
span { border-color: #B57288; }
span { border-color: rgb(181,114,136); }
td.TdClassName
{
border-color: #B57288;
}
.TagClassName
{
border-color: #B57288;
}
</style>