Shades of Mulberry #B9489E
Tints of Mulberry #B9489E
RGB
CMYK
RGB Variations
Color information
#B9489E (or 0xB9489E) is known color: Mulberry. HEX triplet: B9, 48 and 9E. RGB value is (185,72,158). Sum of RGB (Red+Green+Blue) = 185+72+158=415 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.58% from 415); Green value is 72 (28.52% from 255 or 17.35% from 415); Blue value is 158 (62.11% from 255 or 38.07% from 415); Max value from RGB is 185 - color contains mainly: red. Hex color #B9489E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9489E is #46B761. Grayscale: #737373. Windows color (decimal): -4634466 or 10373305. OLE color: 10373305.
HSL color Cylindrical-coordinate representation of color #B9489E: hue angle of 314.34º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B9489E is Cyan = 0, Magento = 0.61, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 72 | 158 | - |
| CMYK | 0 | 0.61 | 0.15 | 0.27 |
| HSL | 314.34º | 0.45% | 0.5% | - |
| HSV(B) | 314.34º | 0.61% | 0.73% | - |
| XYZ | 28.5 | 17.42 | 34.21 | - |
| YUV | 115.59 | 151.94 | 177.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 72 | 158 | 0 | 0.61 | 0.15 | 0.27 | 314.34 | 0.45 | 0.5 |
| Hex | B9 | 48 | 9E | 0 | 3D | F | 1B | 13A | 2D | 32 |
| Octal | 271 | 110 | 236 | 0 | 75 | 17 | 33 | 472 | 55 | 62 |
| Binary | 10111001 | 1001000 | 10011110 | 0 | 111101 | 1111 | 11011 | 100111010 | 101101 | 110010 |
Color Harmonies of #B9489E
Complementary color
Monochromatic Colors of #B9489E
Black with #B9489E
Text Example
Text Example
White with #B9489E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9489E; }
p { color: rgb(185,72,158); }
H1.HeaderClassName
{
color: #B9489E;
}
.AnyTagClassName
{
color: #B9489E;
}
</style>
background-color css
<style>
a { background-color: #B9489E; }
a { background-color: rgb(185,72,158); }
div.DivClassName
{
background-color: #B9489E;
}
.BgClassName
{
background-color: #B9489E;
}
</style>
border-color css
<style>
span { border-color: #B9489E; }
span { border-color: rgb(185,72,158); }
td.TdClassName
{
border-color: #B9489E;
}
.TagClassName
{
border-color: #B9489E;
}
</style>