Shades of Mulberry #B94795
Tints of Mulberry #B94795
RGB
CMYK
RGB Variations
Color information
#B94795 (or 0xB94795) is known color: Mulberry. HEX triplet: B9, 47 and 95. RGB value is (185,71,149). Sum of RGB (Red+Green+Blue) = 185+71+149=405 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.68% from 405); Green value is 71 (28.12% from 255 or 17.53% from 405); Blue value is 149 (58.59% from 255 or 36.79% from 405); Max value from RGB is 185 - color contains mainly: red. Hex color #B94795 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B94795 is #46B86A. Grayscale: #717171. Windows color (decimal): -4634731 or 9783225. OLE color: 9783225.
HSL color Cylindrical-coordinate representation of color #B94795: hue angle of 318.95º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B94795 is Cyan = 0, Magento = 0.62, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 71 | 149 | - |
| CMYK | 0 | 0.62 | 0.19 | 0.27 |
| HSL | 318.95º | 0.45% | 0.5% | - |
| HSV(B) | 318.95º | 0.62% | 0.73% | - |
| XYZ | 27.69 | 16.99 | 30.25 | - |
| YUV | 113.98 | 147.77 | 178.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 71 | 149 | 0 | 0.62 | 0.19 | 0.27 | 318.95 | 0.45 | 0.5 |
| Hex | B9 | 47 | 95 | 0 | 3E | 13 | 1B | 13F | 2D | 32 |
| Octal | 271 | 107 | 225 | 0 | 76 | 23 | 33 | 477 | 55 | 62 |
| Binary | 10111001 | 1000111 | 10010101 | 0 | 111110 | 10011 | 11011 | 100111111 | 101101 | 110010 |
Color Harmonies of #B94795
Complementary color
Monochromatic Colors of #B94795
Black with #B94795
Text Example
Text Example
White with #B94795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94795; }
p { color: rgb(185,71,149); }
H1.HeaderClassName
{
color: #B94795;
}
.AnyTagClassName
{
color: #B94795;
}
</style>
background-color css
<style>
a { background-color: #B94795; }
a { background-color: rgb(185,71,149); }
div.DivClassName
{
background-color: #B94795;
}
.BgClassName
{
background-color: #B94795;
}
</style>
border-color css
<style>
span { border-color: #B94795; }
span { border-color: rgb(185,71,149); }
td.TdClassName
{
border-color: #B94795;
}
.TagClassName
{
border-color: #B94795;
}
</style>