Shades of Tapestry #B56186
Tints of Tapestry #B56186
RGB
CMYK
RGB Variations
Color information
#B56186 (or 0xB56186) is known color: Tapestry. HEX triplet: B5, 61 and 86. RGB value is (181,97,134). Sum of RGB (Red+Green+Blue) = 181+97+134=412 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.93% from 412); Green value is 97 (38.28% from 255 or 23.54% from 412); Blue value is 134 (52.73% from 255 or 32.52% from 412); Max value from RGB is 181 - color contains mainly: red. Hex color #B56186 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56186 is #4A9E79. Grayscale: #7E7E7E. Windows color (decimal): -4890234 or 8806837. OLE color: 8806837.
HSL color Cylindrical-coordinate representation of color #B56186: hue angle of 333.57º 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 #B56186 is Cyan = 0, Magento = 0.46, Yellow = 0.26 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 97 | 134 | - |
| CMYK | 0 | 0.46 | 0.26 | 0.29 |
| HSL | 333.57º | 0.36% | 0.55% | - |
| HSV(B) | 333.57º | 0.46% | 0.71% | - |
| XYZ | 27.63 | 20.09 | 24.98 | - |
| YUV | 126.33 | 132.33 | 166.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 97 | 134 | 0 | 0.46 | 0.26 | 0.29 | 333.57 | 0.36 | 0.55 |
| Hex | B5 | 61 | 86 | 0 | 2E | 1A | 1D | 14E | 24 | 37 |
| Octal | 265 | 141 | 206 | 0 | 56 | 32 | 35 | 516 | 44 | 67 |
| Binary | 10110101 | 1100001 | 10000110 | 0 | 101110 | 11010 | 11101 | 101001110 | 100100 | 110111 |
Color Harmonies of #B56186
Complementary color
Monochromatic Colors of #B56186
Black with #B56186
Text Example
Text Example
White with #B56186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56186; }
p { color: rgb(181,97,134); }
H1.HeaderClassName
{
color: #B56186;
}
.AnyTagClassName
{
color: #B56186;
}
</style>
background-color css
<style>
a { background-color: #B56186; }
a { background-color: rgb(181,97,134); }
div.DivClassName
{
background-color: #B56186;
}
.BgClassName
{
background-color: #B56186;
}
</style>
border-color css
<style>
span { border-color: #B56186; }
span { border-color: rgb(181,97,134); }
td.TdClassName
{
border-color: #B56186;
}
.TagClassName
{
border-color: #B56186;
}
</style>