Shades of Mulberry #B94596
Tints of Mulberry #B94596
RGB
CMYK
RGB Variations
Color information
#B94596 (or 0xB94596) is known color: Mulberry. HEX triplet: B9, 45 and 96. RGB value is (185,69,150). Sum of RGB (Red+Green+Blue) = 185+69+150=404 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.79% from 404); Green value is 69 (27.34% from 255 or 17.08% from 404); Blue value is 150 (58.98% from 255 or 37.13% from 404); Max value from RGB is 185 - color contains mainly: red. Hex color #B94596 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B94596 is #46BA69. Grayscale: #707070. Windows color (decimal): -4635242 or 9848249. OLE color: 9848249.
HSL color Cylindrical-coordinate representation of color #B94596: hue angle of 318.1º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B94596 is Cyan = 0, Magento = 0.63, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 69 | 150 | - |
| CMYK | 0 | 0.63 | 0.19 | 0.27 |
| HSL | 318.1º | 0.46% | 0.5% | - |
| HSV(B) | 318.1º | 0.63% | 0.73% | - |
| XYZ | 27.64 | 16.77 | 30.63 | - |
| YUV | 112.92 | 148.93 | 179.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 69 | 150 | 0 | 0.63 | 0.19 | 0.27 | 318.1 | 0.46 | 0.5 |
| Hex | B9 | 45 | 96 | 0 | 3F | 13 | 1B | 13E | 2E | 32 |
| Octal | 271 | 105 | 226 | 0 | 77 | 23 | 33 | 476 | 56 | 62 |
| Binary | 10111001 | 1000101 | 10010110 | 0 | 111111 | 10011 | 11011 | 100111110 | 101110 | 110010 |
Color Harmonies of #B94596
Complementary color
Monochromatic Colors of #B94596
Black with #B94596
Text Example
Text Example
White with #B94596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94596; }
p { color: rgb(185,69,150); }
H1.HeaderClassName
{
color: #B94596;
}
.AnyTagClassName
{
color: #B94596;
}
</style>
background-color css
<style>
a { background-color: #B94596; }
a { background-color: rgb(185,69,150); }
div.DivClassName
{
background-color: #B94596;
}
.BgClassName
{
background-color: #B94596;
}
</style>
border-color css
<style>
span { border-color: #B94596; }
span { border-color: rgb(185,69,150); }
td.TdClassName
{
border-color: #B94596;
}
.TagClassName
{
border-color: #B94596;
}
</style>