Shades of Tapestry #B57085
Tints of Tapestry #B57085
RGB
CMYK
RGB Variations
Color information
#B57085 (or 0xB57085) is known color: Tapestry. HEX triplet: B5, 70 and 85. RGB value is (181,112,133). Sum of RGB (Red+Green+Blue) = 181+112+133=426 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.49% from 426); Green value is 112 (44.14% from 255 or 26.29% from 426); Blue value is 133 (52.34% from 255 or 31.22% from 426); Max value from RGB is 181 - color contains mainly: red. Hex color #B57085 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57085 is #4A8F7A. Grayscale: #878787. Windows color (decimal): -4886395 or 8745141. OLE color: 8745141.
HSL color Cylindrical-coordinate representation of color #B57085: hue angle of 341.74º 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 #B57085 is Cyan = 0, Magento = 0.38, Yellow = 0.27 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 112 | 133 | - |
| CMYK | 0 | 0.38 | 0.27 | 0.29 |
| HSL | 341.74º | 0.32% | 0.57% | - |
| HSV(B) | 341.74º | 0.38% | 0.71% | - |
| XYZ | 29.08 | 23.11 | 25.12 | - |
| YUV | 135.03 | 126.86 | 160.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 112 | 133 | 0 | 0.38 | 0.27 | 0.29 | 341.74 | 0.32 | 0.57 |
| Hex | B5 | 70 | 85 | 0 | 26 | 1B | 1D | 156 | 20 | 39 |
| Octal | 265 | 160 | 205 | 0 | 46 | 33 | 35 | 526 | 40 | 71 |
| Binary | 10110101 | 1110000 | 10000101 | 0 | 100110 | 11011 | 11101 | 101010110 | 100000 | 111001 |
Color Harmonies of #B57085
Complementary color
Monochromatic Colors of #B57085
Black with #B57085
Text Example
Text Example
White with #B57085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57085; }
p { color: rgb(181,112,133); }
H1.HeaderClassName
{
color: #B57085;
}
.AnyTagClassName
{
color: #B57085;
}
</style>
background-color css
<style>
a { background-color: #B57085; }
a { background-color: rgb(181,112,133); }
div.DivClassName
{
background-color: #B57085;
}
.BgClassName
{
background-color: #B57085;
}
</style>
border-color css
<style>
span { border-color: #B57085; }
span { border-color: rgb(181,112,133); }
td.TdClassName
{
border-color: #B57085;
}
.TagClassName
{
border-color: #B57085;
}
</style>