Shades of Mulberry #B949A0
Tints of Mulberry #B949A0
RGB
CMYK
RGB Variations
Color information
#B949A0 (or 0xB949A0) is known color: Mulberry. HEX triplet: B9, 49 and A0. RGB value is (185,73,160). Sum of RGB (Red+Green+Blue) = 185+73+160=418 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.26% from 418); Green value is 73 (28.91% from 255 or 17.46% from 418); Blue value is 160 (62.89% from 255 or 38.28% from 418); Max value from RGB is 185 - color contains mainly: red. Hex color #B949A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B949A0 is #46B65F. Grayscale: #747474. Windows color (decimal): -4634208 or 10504633. OLE color: 10504633.
HSL color Cylindrical-coordinate representation of color #B949A0: hue angle of 313.39º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B949A0 is Cyan = 0, Magento = 0.61, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 73 | 160 | - |
| CMYK | 0 | 0.61 | 0.14 | 0.27 |
| HSL | 313.39º | 0.44% | 0.51% | - |
| HSV(B) | 313.39º | 0.61% | 0.73% | - |
| XYZ | 28.74 | 17.62 | 35.14 | - |
| YUV | 116.41 | 152.61 | 176.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 73 | 160 | 0 | 0.61 | 0.14 | 0.27 | 313.39 | 0.44 | 0.51 |
| Hex | B9 | 49 | A0 | 0 | 3D | E | 1B | 139 | 2C | 33 |
| Octal | 271 | 111 | 240 | 0 | 75 | 16 | 33 | 471 | 54 | 63 |
| Binary | 10111001 | 1001001 | 10100000 | 0 | 111101 | 1110 | 11011 | 100111001 | 101100 | 110011 |
Color Harmonies of #B949A0
Complementary color
Monochromatic Colors of #B949A0
Black with #B949A0
Text Example
Text Example
White with #B949A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B949A0; }
p { color: rgb(185,73,160); }
H1.HeaderClassName
{
color: #B949A0;
}
.AnyTagClassName
{
color: #B949A0;
}
</style>
background-color css
<style>
a { background-color: #B949A0; }
a { background-color: rgb(185,73,160); }
div.DivClassName
{
background-color: #B949A0;
}
.BgClassName
{
background-color: #B949A0;
}
</style>
border-color css
<style>
span { border-color: #B949A0; }
span { border-color: rgb(185,73,160); }
td.TdClassName
{
border-color: #B949A0;
}
.TagClassName
{
border-color: #B949A0;
}
</style>