Shades of Tapestry #B57F93
Tints of Tapestry #B57F93
RGB
CMYK
RGB Variations
Color information
#B57F93 (or 0xB57F93) is known color: Tapestry. HEX triplet: B5, 7F and 93. RGB value is (181,127,147). Sum of RGB (Red+Green+Blue) = 181+127+147=455 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.78% from 455); Green value is 127 (50% from 255 or 27.91% from 455); Blue value is 147 (57.81% from 255 or 32.31% from 455); Max value from RGB is 181 - color contains mainly: red. Hex color #B57F93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57F93 is #4A806C. Grayscale: #919191. Windows color (decimal): -4882541 or 9666485. OLE color: 9666485.
HSL color Cylindrical-coordinate representation of color #B57F93: hue angle of 337.78º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B57F93 is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 127 | 147 | - |
| CMYK | 0 | 0.30 | 0.19 | 0.29 |
| HSL | 337.78º | 0.27% | 0.6% | - |
| HSV(B) | 337.78º | 0.3% | 0.71% | - |
| XYZ | 31.91 | 27.11 | 31.15 | - |
| YUV | 145.43 | 128.89 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 127 | 147 | 0 | 0.30 | 0.19 | 0.29 | 337.78 | 0.27 | 0.6 |
| Hex | B5 | 7F | 93 | 0 | 1E | 13 | 1D | 152 | 1B | 3C |
| Octal | 265 | 177 | 223 | 0 | 36 | 23 | 35 | 522 | 33 | 74 |
| Binary | 10110101 | 1111111 | 10010011 | 0 | 11110 | 10011 | 11101 | 101010010 | 11011 | 111100 |
Color Harmonies of #B57F93
Complementary color
Monochromatic Colors of #B57F93
Black with #B57F93
Text Example
Text Example
White with #B57F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57F93; }
p { color: rgb(181,127,147); }
H1.HeaderClassName
{
color: #B57F93;
}
.AnyTagClassName
{
color: #B57F93;
}
</style>
background-color css
<style>
a { background-color: #B57F93; }
a { background-color: rgb(181,127,147); }
div.DivClassName
{
background-color: #B57F93;
}
.BgClassName
{
background-color: #B57F93;
}
</style>
border-color css
<style>
span { border-color: #B57F93; }
span { border-color: rgb(181,127,147); }
td.TdClassName
{
border-color: #B57F93;
}
.TagClassName
{
border-color: #B57F93;
}
</style>