Shades of Tapestry #B56E7B
Tints of Tapestry #B56E7B
RGB
CMYK
RGB Variations
Color information
#B56E7B (or 0xB56E7B) is known color: Tapestry. HEX triplet: B5, 6E and 7B. RGB value is (181,110,123). Sum of RGB (Red+Green+Blue) = 181+110+123=414 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.72% from 414); Green value is 110 (43.36% from 255 or 26.57% from 414); Blue value is 123 (48.44% from 255 or 29.71% from 414); Max value from RGB is 181 - color contains mainly: red. Hex color #B56E7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56E7B is #4A9184. Grayscale: #848484. Windows color (decimal): -4886917 or 8089269. OLE color: 8089269.
HSL color Cylindrical-coordinate representation of color #B56E7B: hue angle of 349.01º 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 #B56E7B is Cyan = 0, Magento = 0.39, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 110 | 123 | - |
| CMYK | 0 | 0.39 | 0.32 | 0.29 |
| HSL | 349.01º | 0.32% | 0.57% | - |
| HSV(B) | 349.01º | 0.39% | 0.71% | - |
| XYZ | 28.21 | 22.41 | 21.58 | - |
| YUV | 132.71 | 122.52 | 162.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 110 | 123 | 0 | 0.39 | 0.32 | 0.29 | 349.01 | 0.32 | 0.57 |
| Hex | B5 | 6E | 7B | 0 | 27 | 20 | 1D | 15D | 20 | 39 |
| Octal | 265 | 156 | 173 | 0 | 47 | 40 | 35 | 535 | 40 | 71 |
| Binary | 10110101 | 1101110 | 1111011 | 0 | 100111 | 100000 | 11101 | 101011101 | 100000 | 111001 |
Color Harmonies of #B56E7B
Complementary color
Monochromatic Colors of #B56E7B
Black with #B56E7B
Text Example
Text Example
White with #B56E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56E7B; }
p { color: rgb(181,110,123); }
H1.HeaderClassName
{
color: #B56E7B;
}
.AnyTagClassName
{
color: #B56E7B;
}
</style>
background-color css
<style>
a { background-color: #B56E7B; }
a { background-color: rgb(181,110,123); }
div.DivClassName
{
background-color: #B56E7B;
}
.BgClassName
{
background-color: #B56E7B;
}
</style>
border-color css
<style>
span { border-color: #B56E7B; }
span { border-color: rgb(181,110,123); }
td.TdClassName
{
border-color: #B56E7B;
}
.TagClassName
{
border-color: #B56E7B;
}
</style>