Shades of Mulberry #B94D92
Tints of Mulberry #B94D92
RGB
CMYK
RGB Variations
Color information
#B94D92 (or 0xB94D92) is known color: Mulberry. HEX triplet: B9, 4D and 92. RGB value is (185,77,146). Sum of RGB (Red+Green+Blue) = 185+77+146=408 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.34% from 408); Green value is 77 (30.47% from 255 or 18.87% from 408); Blue value is 146 (57.42% from 255 or 35.78% from 408); Max value from RGB is 185 - color contains mainly: red. Hex color #B94D92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B94D92 is #46B26D. Grayscale: #747474. Windows color (decimal): -4633198 or 9588153. OLE color: 9588153.
HSL color Cylindrical-coordinate representation of color #B94D92: hue angle of 321.67º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B94D92 is Cyan = 0, Magento = 0.58, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 77 | 146 | - |
| CMYK | 0 | 0.58 | 0.21 | 0.27 |
| HSL | 321.67º | 0.44% | 0.51% | - |
| HSV(B) | 321.67º | 0.58% | 0.73% | - |
| XYZ | 27.85 | 17.7 | 29.14 | - |
| YUV | 117.16 | 144.28 | 176.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 77 | 146 | 0 | 0.58 | 0.21 | 0.27 | 321.67 | 0.44 | 0.51 |
| Hex | B9 | 4D | 92 | 0 | 3A | 15 | 1B | 142 | 2C | 33 |
| Octal | 271 | 115 | 222 | 0 | 72 | 25 | 33 | 502 | 54 | 63 |
| Binary | 10111001 | 1001101 | 10010010 | 0 | 111010 | 10101 | 11011 | 101000010 | 101100 | 110011 |
Color Harmonies of #B94D92
Complementary color
Monochromatic Colors of #B94D92
Black with #B94D92
Text Example
Text Example
White with #B94D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94D92; }
p { color: rgb(185,77,146); }
H1.HeaderClassName
{
color: #B94D92;
}
.AnyTagClassName
{
color: #B94D92;
}
</style>
background-color css
<style>
a { background-color: #B94D92; }
a { background-color: rgb(185,77,146); }
div.DivClassName
{
background-color: #B94D92;
}
.BgClassName
{
background-color: #B94D92;
}
</style>
border-color css
<style>
span { border-color: #B94D92; }
span { border-color: rgb(185,77,146); }
td.TdClassName
{
border-color: #B94D92;
}
.TagClassName
{
border-color: #B94D92;
}
</style>