Shades of Tapestry #B57D8B
Tints of Tapestry #B57D8B
RGB
CMYK
RGB Variations
Color information
#B57D8B (or 0xB57D8B) is known color: Tapestry. HEX triplet: B5, 7D and 8B. RGB value is (181,125,139). Sum of RGB (Red+Green+Blue) = 181+125+139=445 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.67% from 445); Green value is 125 (49.22% from 255 or 28.09% from 445); Blue value is 139 (54.69% from 255 or 31.24% from 445); Max value from RGB is 181 - color contains mainly: red. Hex color #B57D8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57D8B is #4A8274. Grayscale: #8F8F8F. Windows color (decimal): -4883061 or 9141685. OLE color: 9141685.
HSL color Cylindrical-coordinate representation of color #B57D8B: hue angle of 345º 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 #B57D8B is Cyan = 0, Magento = 0.31, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 125 | 139 | - |
| CMYK | 0 | 0.31 | 0.23 | 0.29 |
| HSL | 345º | 0.27% | 0.6% | - |
| HSV(B) | 345º | 0.31% | 0.71% | - |
| XYZ | 31.05 | 26.36 | 27.88 | - |
| YUV | 143.34 | 125.55 | 154.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 125 | 139 | 0 | 0.31 | 0.23 | 0.29 | 345 | 0.27 | 0.6 |
| Hex | B5 | 7D | 8B | 0 | 1F | 17 | 1D | 159 | 1B | 3C |
| Octal | 265 | 175 | 213 | 0 | 37 | 27 | 35 | 531 | 33 | 74 |
| Binary | 10110101 | 1111101 | 10001011 | 0 | 11111 | 10111 | 11101 | 101011001 | 11011 | 111100 |
Color Harmonies of #B57D8B
Complementary color
Monochromatic Colors of #B57D8B
Black with #B57D8B
Text Example
Text Example
White with #B57D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57D8B; }
p { color: rgb(181,125,139); }
H1.HeaderClassName
{
color: #B57D8B;
}
.AnyTagClassName
{
color: #B57D8B;
}
</style>
background-color css
<style>
a { background-color: #B57D8B; }
a { background-color: rgb(181,125,139); }
div.DivClassName
{
background-color: #B57D8B;
}
.BgClassName
{
background-color: #B57D8B;
}
</style>
border-color css
<style>
span { border-color: #B57D8B; }
span { border-color: rgb(181,125,139); }
td.TdClassName
{
border-color: #B57D8B;
}
.TagClassName
{
border-color: #B57D8B;
}
</style>