Shades of Tapestry #B57A8B
Tints of Tapestry #B57A8B
RGB
CMYK
RGB Variations
Color information
#B57A8B (or 0xB57A8B) is known color: Tapestry. HEX triplet: B5, 7A and 8B. RGB value is (181,122,139). Sum of RGB (Red+Green+Blue) = 181+122+139=442 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.95% from 442); Green value is 122 (48.05% from 255 or 27.60% from 442); Blue value is 139 (54.69% from 255 or 31.45% from 442); Max value from RGB is 181 - color contains mainly: red. Hex color #B57A8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57A8B is #4A8574. Grayscale: #8D8D8D. Windows color (decimal): -4883829 or 9140917. OLE color: 9140917.
HSL color Cylindrical-coordinate representation of color #B57A8B: hue angle of 342.71º 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 #B57A8B is Cyan = 0, Magento = 0.33, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 122 | 139 | - |
| CMYK | 0 | 0.33 | 0.23 | 0.29 |
| HSL | 342.71º | 0.29% | 0.59% | - |
| HSV(B) | 342.71º | 0.33% | 0.71% | - |
| XYZ | 30.68 | 25.61 | 27.75 | - |
| YUV | 141.58 | 126.55 | 156.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 122 | 139 | 0 | 0.33 | 0.23 | 0.29 | 342.71 | 0.29 | 0.59 |
| Hex | B5 | 7A | 8B | 0 | 21 | 17 | 1D | 157 | 1D | 3B |
| Octal | 265 | 172 | 213 | 0 | 41 | 27 | 35 | 527 | 35 | 73 |
| Binary | 10110101 | 1111010 | 10001011 | 0 | 100001 | 10111 | 11101 | 101010111 | 11101 | 111011 |
Color Harmonies of #B57A8B
Complementary color
Monochromatic Colors of #B57A8B
Black with #B57A8B
Text Example
Text Example
White with #B57A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57A8B; }
p { color: rgb(181,122,139); }
H1.HeaderClassName
{
color: #B57A8B;
}
.AnyTagClassName
{
color: #B57A8B;
}
</style>
background-color css
<style>
a { background-color: #B57A8B; }
a { background-color: rgb(181,122,139); }
div.DivClassName
{
background-color: #B57A8B;
}
.BgClassName
{
background-color: #B57A8B;
}
</style>
border-color css
<style>
span { border-color: #B57A8B; }
span { border-color: rgb(181,122,139); }
td.TdClassName
{
border-color: #B57A8B;
}
.TagClassName
{
border-color: #B57A8B;
}
</style>