Shades of Tapestry #B56984
Tints of Tapestry #B56984
RGB
CMYK
RGB Variations
Color information
#B56984 (or 0xB56984) is known color: Tapestry. HEX triplet: B5, 69 and 84. RGB value is (181,105,132). Sum of RGB (Red+Green+Blue) = 181+105+132=418 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.30% from 418); Green value is 105 (41.41% from 255 or 25.12% from 418); Blue value is 132 (51.95% from 255 or 31.58% from 418); Max value from RGB is 181 - color contains mainly: red. Hex color #B56984 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56984 is #4A967B. Grayscale: #828282. Windows color (decimal): -4888188 or 8677813. OLE color: 8677813.
HSL color Cylindrical-coordinate representation of color #B56984: hue angle of 338.68º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B56984 is Cyan = 0, Magento = 0.42, Yellow = 0.27 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 105 | 132 | - |
| CMYK | 0 | 0.42 | 0.27 | 0.29 |
| HSL | 338.68º | 0.34% | 0.56% | - |
| HSV(B) | 338.68º | 0.42% | 0.71% | - |
| XYZ | 28.27 | 21.59 | 24.51 | - |
| YUV | 130.8 | 128.68 | 163.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 105 | 132 | 0 | 0.42 | 0.27 | 0.29 | 338.68 | 0.34 | 0.56 |
| Hex | B5 | 69 | 84 | 0 | 2A | 1B | 1D | 153 | 22 | 38 |
| Octal | 265 | 151 | 204 | 0 | 52 | 33 | 35 | 523 | 42 | 70 |
| Binary | 10110101 | 1101001 | 10000100 | 0 | 101010 | 11011 | 11101 | 101010011 | 100010 | 111000 |
Color Harmonies of #B56984
Complementary color
Monochromatic Colors of #B56984
Black with #B56984
Text Example
Text Example
White with #B56984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56984; }
p { color: rgb(181,105,132); }
H1.HeaderClassName
{
color: #B56984;
}
.AnyTagClassName
{
color: #B56984;
}
</style>
background-color css
<style>
a { background-color: #B56984; }
a { background-color: rgb(181,105,132); }
div.DivClassName
{
background-color: #B56984;
}
.BgClassName
{
background-color: #B56984;
}
</style>
border-color css
<style>
span { border-color: #B56984; }
span { border-color: rgb(181,105,132); }
td.TdClassName
{
border-color: #B56984;
}
.TagClassName
{
border-color: #B56984;
}
</style>