Shades of Tapestry #B57792
Tints of Tapestry #B57792
RGB
CMYK
RGB Variations
Color information
#B57792 (or 0xB57792) is known color: Tapestry. HEX triplet: B5, 77 and 92. RGB value is (181,119,146). Sum of RGB (Red+Green+Blue) = 181+119+146=446 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.58% from 446); Green value is 119 (46.88% from 255 or 26.68% from 446); Blue value is 146 (57.42% from 255 or 32.74% from 446); Max value from RGB is 181 - color contains mainly: red. Hex color #B57792 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57792 is #4A886D. Grayscale: #8C8C8C. Windows color (decimal): -4884590 or 9598901. OLE color: 9598901.
HSL color Cylindrical-coordinate representation of color #B57792: hue angle of 333.87º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B57792 is Cyan = 0, Magento = 0.34, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 119 | 146 | - |
| CMYK | 0 | 0.34 | 0.19 | 0.29 |
| HSL | 333.87º | 0.3% | 0.59% | - |
| HSV(B) | 333.87º | 0.34% | 0.71% | - |
| XYZ | 30.84 | 25.09 | 30.41 | - |
| YUV | 140.62 | 131.04 | 156.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 119 | 146 | 0 | 0.34 | 0.19 | 0.29 | 333.87 | 0.3 | 0.59 |
| Hex | B5 | 77 | 92 | 0 | 22 | 13 | 1D | 14E | 1E | 3B |
| Octal | 265 | 167 | 222 | 0 | 42 | 23 | 35 | 516 | 36 | 73 |
| Binary | 10110101 | 1110111 | 10010010 | 0 | 100010 | 10011 | 11101 | 101001110 | 11110 | 111011 |
Color Harmonies of #B57792
Complementary color
Monochromatic Colors of #B57792
Black with #B57792
Text Example
Text Example
White with #B57792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57792; }
p { color: rgb(181,119,146); }
H1.HeaderClassName
{
color: #B57792;
}
.AnyTagClassName
{
color: #B57792;
}
</style>
background-color css
<style>
a { background-color: #B57792; }
a { background-color: rgb(181,119,146); }
div.DivClassName
{
background-color: #B57792;
}
.BgClassName
{
background-color: #B57792;
}
</style>
border-color css
<style>
span { border-color: #B57792; }
span { border-color: rgb(181,119,146); }
td.TdClassName
{
border-color: #B57792;
}
.TagClassName
{
border-color: #B57792;
}
</style>