Shades of Tapestry #B56184
Tints of Tapestry #B56184
RGB
CMYK
RGB Variations
Color information
#B56184 (or 0xB56184) is known color: Tapestry. HEX triplet: B5, 61 and 84. RGB value is (181,97,132). Sum of RGB (Red+Green+Blue) = 181+97+132=410 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.15% from 410); Green value is 97 (38.28% from 255 or 23.66% from 410); Blue value is 132 (51.95% from 255 or 32.20% from 410); Max value from RGB is 181 - color contains mainly: red. Hex color #B56184 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56184 is #4A9E7B. Grayscale: #7E7E7E. Windows color (decimal): -4890236 or 8675765. OLE color: 8675765.
HSL color Cylindrical-coordinate representation of color #B56184: hue angle of 335º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B56184 is Cyan = 0, Magento = 0.46, Yellow = 0.27 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 97 | 132 | - |
| CMYK | 0 | 0.46 | 0.27 | 0.29 |
| HSL | 335º | 0.36% | 0.55% | - |
| HSV(B) | 335º | 0.46% | 0.71% | - |
| XYZ | 27.5 | 20.04 | 24.25 | - |
| YUV | 126.11 | 131.33 | 167.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 97 | 132 | 0 | 0.46 | 0.27 | 0.29 | 335 | 0.36 | 0.55 |
| Hex | B5 | 61 | 84 | 0 | 2E | 1B | 1D | 14F | 24 | 37 |
| Octal | 265 | 141 | 204 | 0 | 56 | 33 | 35 | 517 | 44 | 67 |
| Binary | 10110101 | 1100001 | 10000100 | 0 | 101110 | 11011 | 11101 | 101001111 | 100100 | 110111 |
Color Harmonies of #B56184
Complementary color
Monochromatic Colors of #B56184
Black with #B56184
Text Example
Text Example
White with #B56184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56184; }
p { color: rgb(181,97,132); }
H1.HeaderClassName
{
color: #B56184;
}
.AnyTagClassName
{
color: #B56184;
}
</style>
background-color css
<style>
a { background-color: #B56184; }
a { background-color: rgb(181,97,132); }
div.DivClassName
{
background-color: #B56184;
}
.BgClassName
{
background-color: #B56184;
}
</style>
border-color css
<style>
span { border-color: #B56184; }
span { border-color: rgb(181,97,132); }
td.TdClassName
{
border-color: #B56184;
}
.TagClassName
{
border-color: #B56184;
}
</style>