Shades of Tapestry #B56677
Tints of Tapestry #B56677
RGB
CMYK
RGB Variations
Color information
#B56677 (or 0xB56677) is known color: Tapestry. HEX triplet: B5, 66 and 77. RGB value is (181,102,119). Sum of RGB (Red+Green+Blue) = 181+102+119=402 (53% of max value = 765). Red value is 181 (71.09% from 255 or 45.02% from 402); Green value is 102 (40.23% from 255 or 25.37% from 402); Blue value is 119 (46.88% from 255 or 29.60% from 402); Max value from RGB is 181 - color contains mainly: red. Hex color #B56677 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56677 is #4A9988. Grayscale: #7F7F7F. Windows color (decimal): -4888969 or 7825077. OLE color: 7825077.
HSL color Cylindrical-coordinate representation of color #B56677: hue angle of 347.09º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B56677 is Cyan = 0, Magento = 0.44, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 102 | 119 | - |
| CMYK | 0 | 0.44 | 0.34 | 0.29 |
| HSL | 347.09º | 0.35% | 0.55% | - |
| HSV(B) | 347.09º | 0.44% | 0.71% | - |
| XYZ | 27.14 | 20.66 | 20.01 | - |
| YUV | 127.56 | 123.17 | 166.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 102 | 119 | 0 | 0.44 | 0.34 | 0.29 | 347.09 | 0.35 | 0.55 |
| Hex | B5 | 66 | 77 | 0 | 2C | 22 | 1D | 15B | 23 | 37 |
| Octal | 265 | 146 | 167 | 0 | 54 | 42 | 35 | 533 | 43 | 67 |
| Binary | 10110101 | 1100110 | 1110111 | 0 | 101100 | 100010 | 11101 | 101011011 | 100011 | 110111 |
Color Harmonies of #B56677
Complementary color
Monochromatic Colors of #B56677
Black with #B56677
Text Example
Text Example
White with #B56677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56677; }
p { color: rgb(181,102,119); }
H1.HeaderClassName
{
color: #B56677;
}
.AnyTagClassName
{
color: #B56677;
}
</style>
background-color css
<style>
a { background-color: #B56677; }
a { background-color: rgb(181,102,119); }
div.DivClassName
{
background-color: #B56677;
}
.BgClassName
{
background-color: #B56677;
}
</style>
border-color css
<style>
span { border-color: #B56677; }
span { border-color: rgb(181,102,119); }
td.TdClassName
{
border-color: #B56677;
}
.TagClassName
{
border-color: #B56677;
}
</style>