Shades of Mulberry #B94A8C
Tints of Mulberry #B94A8C
RGB
CMYK
RGB Variations
Color information
#B94A8C (or 0xB94A8C) is known color: Mulberry. HEX triplet: B9, 4A and 8C. RGB value is (185,74,140). Sum of RGB (Red+Green+Blue) = 185+74+140=399 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.37% from 399); Green value is 74 (29.30% from 255 or 18.55% from 399); Blue value is 140 (55.08% from 255 or 35.09% from 399); Max value from RGB is 185 - color contains mainly: red. Hex color #B94A8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B94A8C is #46B573. Grayscale: #727272. Windows color (decimal): -4633972 or 9194169. OLE color: 9194169.
HSL color Cylindrical-coordinate representation of color #B94A8C: hue angle of 324.32º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B94A8C is Cyan = 0, Magento = 0.6, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 74 | 140 | - |
| CMYK | 0 | 0.6 | 0.24 | 0.27 |
| HSL | 324.32º | 0.44% | 0.51% | - |
| HSV(B) | 324.32º | 0.6% | 0.73% | - |
| XYZ | 27.19 | 17.11 | 26.68 | - |
| YUV | 114.71 | 142.27 | 178.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 74 | 140 | 0 | 0.6 | 0.24 | 0.27 | 324.32 | 0.44 | 0.51 |
| Hex | B9 | 4A | 8C | 0 | 3C | 18 | 1B | 144 | 2C | 33 |
| Octal | 271 | 112 | 214 | 0 | 74 | 30 | 33 | 504 | 54 | 63 |
| Binary | 10111001 | 1001010 | 10001100 | 0 | 111100 | 11000 | 11011 | 101000100 | 101100 | 110011 |
Color Harmonies of #B94A8C
Complementary color
Monochromatic Colors of #B94A8C
Black with #B94A8C
Text Example
Text Example
White with #B94A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94A8C; }
p { color: rgb(185,74,140); }
H1.HeaderClassName
{
color: #B94A8C;
}
.AnyTagClassName
{
color: #B94A8C;
}
</style>
background-color css
<style>
a { background-color: #B94A8C; }
a { background-color: rgb(185,74,140); }
div.DivClassName
{
background-color: #B94A8C;
}
.BgClassName
{
background-color: #B94A8C;
}
</style>
border-color css
<style>
span { border-color: #B94A8C; }
span { border-color: rgb(185,74,140); }
td.TdClassName
{
border-color: #B94A8C;
}
.TagClassName
{
border-color: #B94A8C;
}
</style>