Shades of Tapestry #B56F7E
Tints of Tapestry #B56F7E
RGB
CMYK
RGB Variations
Color information
#B56F7E (or 0xB56F7E) is known color: Tapestry. HEX triplet: B5, 6F and 7E. RGB value is (181,111,126). Sum of RGB (Red+Green+Blue) = 181+111+126=418 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.30% from 418); Green value is 111 (43.75% from 255 or 26.56% from 418); Blue value is 126 (49.61% from 255 or 30.14% from 418); Max value from RGB is 181 - color contains mainly: red. Hex color #B56F7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56F7E is #4A9081. Grayscale: #858585. Windows color (decimal): -4886658 or 8286133. OLE color: 8286133.
HSL color Cylindrical-coordinate representation of color #B56F7E: hue angle of 347.14º 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 #B56F7E is Cyan = 0, Magento = 0.39, Yellow = 0.30 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 111 | 126 | - |
| CMYK | 0 | 0.39 | 0.30 | 0.29 |
| HSL | 347.14º | 0.32% | 0.57% | - |
| HSV(B) | 347.14º | 0.39% | 0.71% | - |
| XYZ | 28.51 | 22.7 | 22.62 | - |
| YUV | 133.64 | 123.69 | 161.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 111 | 126 | 0 | 0.39 | 0.30 | 0.29 | 347.14 | 0.32 | 0.57 |
| Hex | B5 | 6F | 7E | 0 | 27 | 1E | 1D | 15B | 20 | 39 |
| Octal | 265 | 157 | 176 | 0 | 47 | 36 | 35 | 533 | 40 | 71 |
| Binary | 10110101 | 1101111 | 1111110 | 0 | 100111 | 11110 | 11101 | 101011011 | 100000 | 111001 |
Color Harmonies of #B56F7E
Complementary color
Monochromatic Colors of #B56F7E
Black with #B56F7E
Text Example
Text Example
White with #B56F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56F7E; }
p { color: rgb(181,111,126); }
H1.HeaderClassName
{
color: #B56F7E;
}
.AnyTagClassName
{
color: #B56F7E;
}
</style>
background-color css
<style>
a { background-color: #B56F7E; }
a { background-color: rgb(181,111,126); }
div.DivClassName
{
background-color: #B56F7E;
}
.BgClassName
{
background-color: #B56F7E;
}
</style>
border-color css
<style>
span { border-color: #B56F7E; }
span { border-color: rgb(181,111,126); }
td.TdClassName
{
border-color: #B56F7E;
}
.TagClassName
{
border-color: #B56F7E;
}
</style>