Shades of Mulberry #B56192
Tints of Mulberry #B56192
RGB
CMYK
RGB Variations
Color information
#B56192 (or 0xB56192) is known color: Mulberry. HEX triplet: B5, 61 and 92. RGB value is (181,97,146). Sum of RGB (Red+Green+Blue) = 181+97+146=424 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.69% from 424); Green value is 97 (38.28% from 255 or 22.88% from 424); Blue value is 146 (57.42% from 255 or 34.43% from 424); Max value from RGB is 181 - color contains mainly: red. Hex color #B56192 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56192 is #4A9E6D. Grayscale: #7F7F7F. Windows color (decimal): -4890222 or 9593269. OLE color: 9593269.
HSL color Cylindrical-coordinate representation of color #B56192: hue angle of 325º 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 #B56192 is Cyan = 0, Magento = 0.46, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 97 | 146 | - |
| CMYK | 0 | 0.46 | 0.19 | 0.29 |
| HSL | 325º | 0.36% | 0.55% | - |
| HSV(B) | 325º | 0.46% | 0.71% | - |
| XYZ | 28.52 | 20.45 | 29.64 | - |
| YUV | 127.7 | 138.33 | 166.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 97 | 146 | 0 | 0.46 | 0.19 | 0.29 | 325 | 0.36 | 0.55 |
| Hex | B5 | 61 | 92 | 0 | 2E | 13 | 1D | 145 | 24 | 37 |
| Octal | 265 | 141 | 222 | 0 | 56 | 23 | 35 | 505 | 44 | 67 |
| Binary | 10110101 | 1100001 | 10010010 | 0 | 101110 | 10011 | 11101 | 101000101 | 100100 | 110111 |
Color Harmonies of #B56192
Complementary color
Monochromatic Colors of #B56192
Black with #B56192
Text Example
Text Example
White with #B56192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56192; }
p { color: rgb(181,97,146); }
H1.HeaderClassName
{
color: #B56192;
}
.AnyTagClassName
{
color: #B56192;
}
</style>
background-color css
<style>
a { background-color: #B56192; }
a { background-color: rgb(181,97,146); }
div.DivClassName
{
background-color: #B56192;
}
.BgClassName
{
background-color: #B56192;
}
</style>
border-color css
<style>
span { border-color: #B56192; }
span { border-color: rgb(181,97,146); }
td.TdClassName
{
border-color: #B56192;
}
.TagClassName
{
border-color: #B56192;
}
</style>