Shades of Mulberry #B56194
Tints of Mulberry #B56194
RGB
CMYK
RGB Variations
Color information
#B56194 (or 0xB56194) is known color: Mulberry. HEX triplet: B5, 61 and 94. RGB value is (181,97,148). Sum of RGB (Red+Green+Blue) = 181+97+148=426 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.49% from 426); Green value is 97 (38.28% from 255 or 22.77% from 426); Blue value is 148 (58.20% from 255 or 34.74% from 426); Max value from RGB is 181 - color contains mainly: red. Hex color #B56194 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56194 is #4A9E6B. Grayscale: #7F7F7F. Windows color (decimal): -4890220 or 9724341. OLE color: 9724341.
HSL color Cylindrical-coordinate representation of color #B56194: hue angle of 323.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 #B56194 is Cyan = 0, Magento = 0.46, Yellow = 0.18 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 97 | 148 | - |
| CMYK | 0 | 0.46 | 0.18 | 0.29 |
| HSL | 323.57º | 0.36% | 0.55% | - |
| HSV(B) | 323.57º | 0.46% | 0.71% | - |
| XYZ | 28.68 | 20.51 | 30.46 | - |
| YUV | 127.93 | 139.33 | 165.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 97 | 148 | 0 | 0.46 | 0.18 | 0.29 | 323.57 | 0.36 | 0.55 |
| Hex | B5 | 61 | 94 | 0 | 2E | 12 | 1D | 144 | 24 | 37 |
| Octal | 265 | 141 | 224 | 0 | 56 | 22 | 35 | 504 | 44 | 67 |
| Binary | 10110101 | 1100001 | 10010100 | 0 | 101110 | 10010 | 11101 | 101000100 | 100100 | 110111 |
Color Harmonies of #B56194
Complementary color
Monochromatic Colors of #B56194
Black with #B56194
Text Example
Text Example
White with #B56194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56194; }
p { color: rgb(181,97,148); }
H1.HeaderClassName
{
color: #B56194;
}
.AnyTagClassName
{
color: #B56194;
}
</style>
background-color css
<style>
a { background-color: #B56194; }
a { background-color: rgb(181,97,148); }
div.DivClassName
{
background-color: #B56194;
}
.BgClassName
{
background-color: #B56194;
}
</style>
border-color css
<style>
span { border-color: #B56194; }
span { border-color: rgb(181,97,148); }
td.TdClassName
{
border-color: #B56194;
}
.TagClassName
{
border-color: #B56194;
}
</style>