Shades of Tapestry #B56F7F
Tints of Tapestry #B56F7F
RGB
CMYK
RGB Variations
Color information
#B56F7F (or 0xB56F7F) is known color: Tapestry. HEX triplet: B5, 6F and 7F. RGB value is (181,111,127). Sum of RGB (Red+Green+Blue) = 181+111+127=419 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.20% from 419); Green value is 111 (43.75% from 255 or 26.49% from 419); Blue value is 127 (50% from 255 or 30.31% from 419); Max value from RGB is 181 - color contains mainly: red. Hex color #B56F7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56F7F is #4A9080. Grayscale: #858585. Windows color (decimal): -4886657 or 8351669. OLE color: 8351669.
HSL color Cylindrical-coordinate representation of color #B56F7F: hue angle of 346.29º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B56F7F is Cyan = 0, Magento = 0.39, Yellow = 0.30 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 111 | 127 | - |
| CMYK | 0 | 0.39 | 0.30 | 0.29 |
| HSL | 346.29º | 0.32% | 0.57% | - |
| HSV(B) | 346.29º | 0.39% | 0.71% | - |
| XYZ | 28.57 | 22.72 | 22.96 | - |
| YUV | 133.75 | 124.19 | 161.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 111 | 127 | 0 | 0.39 | 0.30 | 0.29 | 346.29 | 0.32 | 0.57 |
| Hex | B5 | 6F | 7F | 0 | 27 | 1E | 1D | 15A | 20 | 39 |
| Octal | 265 | 157 | 177 | 0 | 47 | 36 | 35 | 532 | 40 | 71 |
| Binary | 10110101 | 1101111 | 1111111 | 0 | 100111 | 11110 | 11101 | 101011010 | 100000 | 111001 |
Color Harmonies of #B56F7F
Complementary color
Monochromatic Colors of #B56F7F
Black with #B56F7F
Text Example
Text Example
White with #B56F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56F7F; }
p { color: rgb(181,111,127); }
H1.HeaderClassName
{
color: #B56F7F;
}
.AnyTagClassName
{
color: #B56F7F;
}
</style>
background-color css
<style>
a { background-color: #B56F7F; }
a { background-color: rgb(181,111,127); }
div.DivClassName
{
background-color: #B56F7F;
}
.BgClassName
{
background-color: #B56F7F;
}
</style>
border-color css
<style>
span { border-color: #B56F7F; }
span { border-color: rgb(181,111,127); }
td.TdClassName
{
border-color: #B56F7F;
}
.TagClassName
{
border-color: #B56F7F;
}
</style>