Shades of Tapestry #B57D92
Tints of Tapestry #B57D92
RGB
CMYK
RGB Variations
Color information
#B57D92 (or 0xB57D92) is known color: Tapestry. HEX triplet: B5, 7D and 92. RGB value is (181,125,146). Sum of RGB (Red+Green+Blue) = 181+125+146=452 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.04% from 452); Green value is 125 (49.22% from 255 or 27.65% from 452); Blue value is 146 (57.42% from 255 or 32.30% from 452); Max value from RGB is 181 - color contains mainly: red. Hex color #B57D92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57D92 is #4A826D. Grayscale: #909090. Windows color (decimal): -4883054 or 9600437. OLE color: 9600437.
HSL color Cylindrical-coordinate representation of color #B57D92: hue angle of 337.5º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B57D92 is Cyan = 0, Magento = 0.31, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 125 | 146 | - |
| CMYK | 0 | 0.31 | 0.19 | 0.29 |
| HSL | 337.5º | 0.27% | 0.6% | - |
| HSV(B) | 337.5º | 0.31% | 0.71% | - |
| XYZ | 31.58 | 26.57 | 30.66 | - |
| YUV | 144.14 | 129.05 | 154.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 125 | 146 | 0 | 0.31 | 0.19 | 0.29 | 337.5 | 0.27 | 0.6 |
| Hex | B5 | 7D | 92 | 0 | 1F | 13 | 1D | 152 | 1B | 3C |
| Octal | 265 | 175 | 222 | 0 | 37 | 23 | 35 | 522 | 33 | 74 |
| Binary | 10110101 | 1111101 | 10010010 | 0 | 11111 | 10011 | 11101 | 101010010 | 11011 | 111100 |
Color Harmonies of #B57D92
Complementary color
Monochromatic Colors of #B57D92
Black with #B57D92
Text Example
Text Example
White with #B57D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57D92; }
p { color: rgb(181,125,146); }
H1.HeaderClassName
{
color: #B57D92;
}
.AnyTagClassName
{
color: #B57D92;
}
</style>
background-color css
<style>
a { background-color: #B57D92; }
a { background-color: rgb(181,125,146); }
div.DivClassName
{
background-color: #B57D92;
}
.BgClassName
{
background-color: #B57D92;
}
</style>
border-color css
<style>
span { border-color: #B57D92; }
span { border-color: rgb(181,125,146); }
td.TdClassName
{
border-color: #B57D92;
}
.TagClassName
{
border-color: #B57D92;
}
</style>