Shades of Tapestry #B56678
Tints of Tapestry #B56678
RGB
CMYK
RGB Variations
Color information
#B56678 (or 0xB56678) is known color: Tapestry. HEX triplet: B5, 66 and 78. RGB value is (181,102,120). Sum of RGB (Red+Green+Blue) = 181+102+120=403 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.91% from 403); Green value is 102 (40.23% from 255 or 25.31% from 403); Blue value is 120 (47.27% from 255 or 29.78% from 403); Max value from RGB is 181 - color contains mainly: red. Hex color #B56678 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56678 is #4A9987. Grayscale: #7F7F7F. Windows color (decimal): -4888968 or 7890613. OLE color: 7890613.
HSL color Cylindrical-coordinate representation of color #B56678: hue angle of 346.33º 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 #B56678 is Cyan = 0, Magento = 0.44, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 102 | 120 | - |
| CMYK | 0 | 0.44 | 0.34 | 0.29 |
| HSL | 346.33º | 0.35% | 0.55% | - |
| HSV(B) | 346.33º | 0.44% | 0.71% | - |
| XYZ | 27.2 | 20.68 | 20.33 | - |
| YUV | 127.67 | 123.67 | 166.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 102 | 120 | 0 | 0.44 | 0.34 | 0.29 | 346.33 | 0.35 | 0.55 |
| Hex | B5 | 66 | 78 | 0 | 2C | 22 | 1D | 15A | 23 | 37 |
| Octal | 265 | 146 | 170 | 0 | 54 | 42 | 35 | 532 | 43 | 67 |
| Binary | 10110101 | 1100110 | 1111000 | 0 | 101100 | 100010 | 11101 | 101011010 | 100011 | 110111 |
Color Harmonies of #B56678
Complementary color
Monochromatic Colors of #B56678
Black with #B56678
Text Example
Text Example
White with #B56678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56678; }
p { color: rgb(181,102,120); }
H1.HeaderClassName
{
color: #B56678;
}
.AnyTagClassName
{
color: #B56678;
}
</style>
background-color css
<style>
a { background-color: #B56678; }
a { background-color: rgb(181,102,120); }
div.DivClassName
{
background-color: #B56678;
}
.BgClassName
{
background-color: #B56678;
}
</style>
border-color css
<style>
span { border-color: #B56678; }
span { border-color: rgb(181,102,120); }
td.TdClassName
{
border-color: #B56678;
}
.TagClassName
{
border-color: #B56678;
}
</style>