Shades of Tapestry #B57992
Tints of Tapestry #B57992
RGB
CMYK
RGB Variations
Color information
#B57992 (or 0xB57992) is known color: Tapestry. HEX triplet: B5, 79 and 92. RGB value is (181,121,146). Sum of RGB (Red+Green+Blue) = 181+121+146=448 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.40% from 448); Green value is 121 (47.66% from 255 or 27.01% from 448); Blue value is 146 (57.42% from 255 or 32.59% from 448); Max value from RGB is 181 - color contains mainly: red. Hex color #B57992 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57992 is #4A866D. Grayscale: #8D8D8D. Windows color (decimal): -4884078 or 9599413. OLE color: 9599413.
HSL color Cylindrical-coordinate representation of color #B57992: hue angle of 335º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B57992 is Cyan = 0, Magento = 0.33, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 121 | 146 | - |
| CMYK | 0 | 0.33 | 0.19 | 0.29 |
| HSL | 335º | 0.29% | 0.59% | - |
| HSV(B) | 335º | 0.33% | 0.71% | - |
| XYZ | 31.08 | 25.57 | 30.49 | - |
| YUV | 141.79 | 130.38 | 155.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 121 | 146 | 0 | 0.33 | 0.19 | 0.29 | 335 | 0.29 | 0.59 |
| Hex | B5 | 79 | 92 | 0 | 21 | 13 | 1D | 14F | 1D | 3B |
| Octal | 265 | 171 | 222 | 0 | 41 | 23 | 35 | 517 | 35 | 73 |
| Binary | 10110101 | 1111001 | 10010010 | 0 | 100001 | 10011 | 11101 | 101001111 | 11101 | 111011 |
Color Harmonies of #B57992
Complementary color
Monochromatic Colors of #B57992
Black with #B57992
Text Example
Text Example
White with #B57992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57992; }
p { color: rgb(181,121,146); }
H1.HeaderClassName
{
color: #B57992;
}
.AnyTagClassName
{
color: #B57992;
}
</style>
background-color css
<style>
a { background-color: #B57992; }
a { background-color: rgb(181,121,146); }
div.DivClassName
{
background-color: #B57992;
}
.BgClassName
{
background-color: #B57992;
}
</style>
border-color css
<style>
span { border-color: #B57992; }
span { border-color: rgb(181,121,146); }
td.TdClassName
{
border-color: #B57992;
}
.TagClassName
{
border-color: #B57992;
}
</style>