Shades of Mulberry #B9488B
Tints of Mulberry #B9488B
RGB
CMYK
RGB Variations
Color information
#B9488B (or 0xB9488B) is known color: Mulberry. HEX triplet: B9, 48 and 8B. RGB value is (185,72,139). Sum of RGB (Red+Green+Blue) = 185+72+139=396 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.72% from 396); Green value is 72 (28.52% from 255 or 18.18% from 396); Blue value is 139 (54.69% from 255 or 35.10% from 396); Max value from RGB is 185 - color contains mainly: red. Hex color #B9488B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9488B is #46B774. Grayscale: #717171. Windows color (decimal): -4634485 or 9128121. OLE color: 9128121.
HSL color Cylindrical-coordinate representation of color #B9488B: hue angle of 324.42º 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 #B9488B is Cyan = 0, Magento = 0.61, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 72 | 139 | - |
| CMYK | 0 | 0.61 | 0.25 | 0.27 |
| HSL | 324.42º | 0.45% | 0.5% | - |
| HSV(B) | 324.42º | 0.61% | 0.73% | - |
| XYZ | 26.99 | 16.81 | 26.25 | - |
| YUV | 113.43 | 142.44 | 179.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 72 | 139 | 0 | 0.61 | 0.25 | 0.27 | 324.42 | 0.45 | 0.5 |
| Hex | B9 | 48 | 8B | 0 | 3D | 19 | 1B | 144 | 2D | 32 |
| Octal | 271 | 110 | 213 | 0 | 75 | 31 | 33 | 504 | 55 | 62 |
| Binary | 10111001 | 1001000 | 10001011 | 0 | 111101 | 11001 | 11011 | 101000100 | 101101 | 110010 |
Color Harmonies of #B9488B
Complementary color
Monochromatic Colors of #B9488B
Black with #B9488B
Text Example
Text Example
White with #B9488B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9488B; }
p { color: rgb(185,72,139); }
H1.HeaderClassName
{
color: #B9488B;
}
.AnyTagClassName
{
color: #B9488B;
}
</style>
background-color css
<style>
a { background-color: #B9488B; }
a { background-color: rgb(185,72,139); }
div.DivClassName
{
background-color: #B9488B;
}
.BgClassName
{
background-color: #B9488B;
}
</style>
border-color css
<style>
span { border-color: #B9488B; }
span { border-color: rgb(185,72,139); }
td.TdClassName
{
border-color: #B9488B;
}
.TagClassName
{
border-color: #B9488B;
}
</style>