Shades of Tapestry #B56F7B
Tints of Tapestry #B56F7B
RGB
CMYK
RGB Variations
Color information
#B56F7B (or 0xB56F7B) is known color: Tapestry. HEX triplet: B5, 6F and 7B. RGB value is (181,111,123). Sum of RGB (Red+Green+Blue) = 181+111+123=415 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.61% from 415); Green value is 111 (43.75% from 255 or 26.75% from 415); Blue value is 123 (48.44% from 255 or 29.64% from 415); Max value from RGB is 181 - color contains mainly: red. Hex color #B56F7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56F7B is #4A9084. Grayscale: #858585. Windows color (decimal): -4886661 or 8089525. OLE color: 8089525.
HSL color Cylindrical-coordinate representation of color #B56F7B: hue angle of 349.71º 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 #B56F7B is Cyan = 0, Magento = 0.39, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 111 | 123 | - |
| CMYK | 0 | 0.39 | 0.32 | 0.29 |
| HSL | 349.71º | 0.32% | 0.57% | - |
| HSV(B) | 349.71º | 0.39% | 0.71% | - |
| XYZ | 28.32 | 22.62 | 21.61 | - |
| YUV | 133.3 | 122.19 | 162.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 111 | 123 | 0 | 0.39 | 0.32 | 0.29 | 349.71 | 0.32 | 0.57 |
| Hex | B5 | 6F | 7B | 0 | 27 | 20 | 1D | 15E | 20 | 39 |
| Octal | 265 | 157 | 173 | 0 | 47 | 40 | 35 | 536 | 40 | 71 |
| Binary | 10110101 | 1101111 | 1111011 | 0 | 100111 | 100000 | 11101 | 101011110 | 100000 | 111001 |
Color Harmonies of #B56F7B
Complementary color
Monochromatic Colors of #B56F7B
Black with #B56F7B
Text Example
Text Example
White with #B56F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56F7B; }
p { color: rgb(181,111,123); }
H1.HeaderClassName
{
color: #B56F7B;
}
.AnyTagClassName
{
color: #B56F7B;
}
</style>
background-color css
<style>
a { background-color: #B56F7B; }
a { background-color: rgb(181,111,123); }
div.DivClassName
{
background-color: #B56F7B;
}
.BgClassName
{
background-color: #B56F7B;
}
</style>
border-color css
<style>
span { border-color: #B56F7B; }
span { border-color: rgb(181,111,123); }
td.TdClassName
{
border-color: #B56F7B;
}
.TagClassName
{
border-color: #B56F7B;
}
</style>