Shades of Tapestry #B56189
Tints of Tapestry #B56189
RGB
CMYK
RGB Variations
Color information
#B56189 (or 0xB56189) is known color: Tapestry. HEX triplet: B5, 61 and 89. RGB value is (181,97,137). Sum of RGB (Red+Green+Blue) = 181+97+137=415 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.61% from 415); Green value is 97 (38.28% from 255 or 23.37% from 415); Blue value is 137 (53.91% from 255 or 33.01% from 415); Max value from RGB is 181 - color contains mainly: red. Hex color #B56189 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56189 is #4A9E76. Grayscale: #7E7E7E. Windows color (decimal): -4890231 or 9003445. OLE color: 9003445.
HSL color Cylindrical-coordinate representation of color #B56189: hue angle of 331.43º 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 #B56189 is Cyan = 0, Magento = 0.46, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 97 | 137 | - |
| CMYK | 0 | 0.46 | 0.24 | 0.29 |
| HSL | 331.43º | 0.36% | 0.55% | - |
| HSV(B) | 331.43º | 0.46% | 0.71% | - |
| XYZ | 27.85 | 20.18 | 26.09 | - |
| YUV | 126.68 | 133.83 | 166.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 97 | 137 | 0 | 0.46 | 0.24 | 0.29 | 331.43 | 0.36 | 0.55 |
| Hex | B5 | 61 | 89 | 0 | 2E | 18 | 1D | 14B | 24 | 37 |
| Octal | 265 | 141 | 211 | 0 | 56 | 30 | 35 | 513 | 44 | 67 |
| Binary | 10110101 | 1100001 | 10001001 | 0 | 101110 | 11000 | 11101 | 101001011 | 100100 | 110111 |
Color Harmonies of #B56189
Complementary color
Monochromatic Colors of #B56189
Black with #B56189
Text Example
Text Example
White with #B56189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56189; }
p { color: rgb(181,97,137); }
H1.HeaderClassName
{
color: #B56189;
}
.AnyTagClassName
{
color: #B56189;
}
</style>
background-color css
<style>
a { background-color: #B56189; }
a { background-color: rgb(181,97,137); }
div.DivClassName
{
background-color: #B56189;
}
.BgClassName
{
background-color: #B56189;
}
</style>
border-color css
<style>
span { border-color: #B56189; }
span { border-color: rgb(181,97,137); }
td.TdClassName
{
border-color: #B56189;
}
.TagClassName
{
border-color: #B56189;
}
</style>