Shades of Mulberry #B956A2
Tints of Mulberry #B956A2
RGB
CMYK
RGB Variations
Color information
#B956A2 (or 0xB956A2) is known color: Mulberry. HEX triplet: B9, 56 and A2. RGB value is (185,86,162). Sum of RGB (Red+Green+Blue) = 185+86+162=433 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.73% from 433); Green value is 86 (33.98% from 255 or 19.86% from 433); Blue value is 162 (63.67% from 255 or 37.41% from 433); Max value from RGB is 185 - color contains mainly: red. Hex color #B956A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B956A2 is #46A95D. Grayscale: #7C7C7C. Windows color (decimal): -4630878 or 10639033. OLE color: 10639033.
HSL color Cylindrical-coordinate representation of color #B956A2: hue angle of 313.94º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B956A2 is Cyan = 0, Magento = 0.54, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 86 | 162 | - |
| CMYK | 0 | 0.54 | 0.12 | 0.27 |
| HSL | 313.94º | 0.41% | 0.53% | - |
| HSV(B) | 313.94º | 0.54% | 0.73% | - |
| XYZ | 29.86 | 19.58 | 36.39 | - |
| YUV | 124.27 | 149.3 | 171.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 86 | 162 | 0 | 0.54 | 0.12 | 0.27 | 313.94 | 0.41 | 0.53 |
| Hex | B9 | 56 | A2 | 0 | 36 | C | 1B | 13A | 29 | 35 |
| Octal | 271 | 126 | 242 | 0 | 66 | 14 | 33 | 472 | 51 | 65 |
| Binary | 10111001 | 1010110 | 10100010 | 0 | 110110 | 1100 | 11011 | 100111010 | 101001 | 110101 |
Color Harmonies of #B956A2
Complementary color
Monochromatic Colors of #B956A2
Black with #B956A2
Text Example
Text Example
White with #B956A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B956A2; }
p { color: rgb(185,86,162); }
H1.HeaderClassName
{
color: #B956A2;
}
.AnyTagClassName
{
color: #B956A2;
}
</style>
background-color css
<style>
a { background-color: #B956A2; }
a { background-color: rgb(185,86,162); }
div.DivClassName
{
background-color: #B956A2;
}
.BgClassName
{
background-color: #B956A2;
}
</style>
border-color css
<style>
span { border-color: #B956A2; }
span { border-color: rgb(185,86,162); }
td.TdClassName
{
border-color: #B956A2;
}
.TagClassName
{
border-color: #B956A2;
}
</style>