Shades of Tapestry #B57385
Tints of Tapestry #B57385
RGB
CMYK
RGB Variations
Color information
#B57385 (or 0xB57385) is known color: Tapestry. HEX triplet: B5, 73 and 85. RGB value is (181,115,133). Sum of RGB (Red+Green+Blue) = 181+115+133=429 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.19% from 429); Green value is 115 (45.31% from 255 or 26.81% from 429); Blue value is 133 (52.34% from 255 or 31.00% from 429); Max value from RGB is 181 - color contains mainly: red. Hex color #B57385 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57385 is #4A8C7A. Grayscale: #888888. Windows color (decimal): -4885627 or 8745909. OLE color: 8745909.
HSL color Cylindrical-coordinate representation of color #B57385: hue angle of 343.64º 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 #B57385 is Cyan = 0, Magento = 0.36, Yellow = 0.27 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 115 | 133 | - |
| CMYK | 0 | 0.36 | 0.27 | 0.29 |
| HSL | 343.64º | 0.31% | 0.58% | - |
| HSV(B) | 343.64º | 0.36% | 0.71% | - |
| XYZ | 29.42 | 23.78 | 25.23 | - |
| YUV | 136.79 | 125.87 | 159.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 115 | 133 | 0 | 0.36 | 0.27 | 0.29 | 343.64 | 0.31 | 0.58 |
| Hex | B5 | 73 | 85 | 0 | 24 | 1B | 1D | 158 | 1F | 3A |
| Octal | 265 | 163 | 205 | 0 | 44 | 33 | 35 | 530 | 37 | 72 |
| Binary | 10110101 | 1110011 | 10000101 | 0 | 100100 | 11011 | 11101 | 101011000 | 11111 | 111010 |
Color Harmonies of #B57385
Complementary color
Monochromatic Colors of #B57385
Black with #B57385
Text Example
Text Example
White with #B57385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57385; }
p { color: rgb(181,115,133); }
H1.HeaderClassName
{
color: #B57385;
}
.AnyTagClassName
{
color: #B57385;
}
</style>
background-color css
<style>
a { background-color: #B57385; }
a { background-color: rgb(181,115,133); }
div.DivClassName
{
background-color: #B57385;
}
.BgClassName
{
background-color: #B57385;
}
</style>
border-color css
<style>
span { border-color: #B57385; }
span { border-color: rgb(181,115,133); }
td.TdClassName
{
border-color: #B57385;
}
.TagClassName
{
border-color: #B57385;
}
</style>