Shades of Tapestry #B57389
Tints of Tapestry #B57389
RGB
CMYK
RGB Variations
Color information
#B57389 (or 0xB57389) is known color: Tapestry. HEX triplet: B5, 73 and 89. RGB value is (181,115,137). Sum of RGB (Red+Green+Blue) = 181+115+137=433 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.80% from 433); Green value is 115 (45.31% from 255 or 26.56% from 433); Blue value is 137 (53.91% from 255 or 31.64% from 433); Max value from RGB is 181 - color contains mainly: red. Hex color #B57389 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57389 is #4A8C76. Grayscale: #898989. Windows color (decimal): -4885623 or 9008053. OLE color: 9008053.
HSL color Cylindrical-coordinate representation of color #B57389: hue angle of 340º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B57389 is Cyan = 0, Magento = 0.36, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 115 | 137 | - |
| CMYK | 0 | 0.36 | 0.24 | 0.29 |
| HSL | 340º | 0.31% | 0.58% | - |
| HSV(B) | 340º | 0.36% | 0.71% | - |
| XYZ | 29.7 | 23.89 | 26.71 | - |
| YUV | 137.24 | 127.87 | 159.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 115 | 137 | 0 | 0.36 | 0.24 | 0.29 | 340 | 0.31 | 0.58 |
| Hex | B5 | 73 | 89 | 0 | 24 | 18 | 1D | 154 | 1F | 3A |
| Octal | 265 | 163 | 211 | 0 | 44 | 30 | 35 | 524 | 37 | 72 |
| Binary | 10110101 | 1110011 | 10001001 | 0 | 100100 | 11000 | 11101 | 101010100 | 11111 | 111010 |
Color Harmonies of #B57389
Complementary color
Monochromatic Colors of #B57389
Black with #B57389
Text Example
Text Example
White with #B57389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57389; }
p { color: rgb(181,115,137); }
H1.HeaderClassName
{
color: #B57389;
}
.AnyTagClassName
{
color: #B57389;
}
</style>
background-color css
<style>
a { background-color: #B57389; }
a { background-color: rgb(181,115,137); }
div.DivClassName
{
background-color: #B57389;
}
.BgClassName
{
background-color: #B57389;
}
</style>
border-color css
<style>
span { border-color: #B57389; }
span { border-color: rgb(181,115,137); }
td.TdClassName
{
border-color: #B57389;
}
.TagClassName
{
border-color: #B57389;
}
</style>