Shades of Mulberry #B8499A
Tints of Mulberry #B8499A
RGB
CMYK
RGB Variations
Color information
#B8499A (or 0xB8499A) is known color: Mulberry. HEX triplet: B8, 49 and 9A. RGB value is (184,73,154). Sum of RGB (Red+Green+Blue) = 184+73+154=411 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.77% from 411); Green value is 73 (28.91% from 255 or 17.76% from 411); Blue value is 154 (60.55% from 255 or 37.47% from 411); Max value from RGB is 184 - color contains mainly: red. Hex color #B8499A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B8499A is #47B665. Grayscale: #737373. Windows color (decimal): -4699750 or 10111416. OLE color: 10111416.
HSL color Cylindrical-coordinate representation of color #B8499A: hue angle of 316.22º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B8499A is Cyan = 0, Magento = 0.60, Yellow = 0.16 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 73 | 154 | - |
| CMYK | 0 | 0.60 | 0.16 | 0.28 |
| HSL | 316.22º | 0.44% | 0.5% | - |
| HSV(B) | 316.22º | 0.6% | 0.72% | - |
| XYZ | 27.98 | 17.29 | 32.43 | - |
| YUV | 115.42 | 149.77 | 176.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 73 | 154 | 0 | 0.60 | 0.16 | 0.28 | 316.22 | 0.44 | 0.5 |
| Hex | B8 | 49 | 9A | 0 | 3C | 10 | 1C | 13C | 2C | 32 |
| Octal | 270 | 111 | 232 | 0 | 74 | 20 | 34 | 474 | 54 | 62 |
| Binary | 10111000 | 1001001 | 10011010 | 0 | 111100 | 10000 | 11100 | 100111100 | 101100 | 110010 |
Color Harmonies of #B8499A
Complementary color
Monochromatic Colors of #B8499A
Black with #B8499A
Text Example
Text Example
White with #B8499A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8499A; }
p { color: rgb(184,73,154); }
H1.HeaderClassName
{
color: #B8499A;
}
.AnyTagClassName
{
color: #B8499A;
}
</style>
background-color css
<style>
a { background-color: #B8499A; }
a { background-color: rgb(184,73,154); }
div.DivClassName
{
background-color: #B8499A;
}
.BgClassName
{
background-color: #B8499A;
}
</style>
border-color css
<style>
span { border-color: #B8499A; }
span { border-color: rgb(184,73,154); }
td.TdClassName
{
border-color: #B8499A;
}
.TagClassName
{
border-color: #B8499A;
}
</style>