Shades of Mulberry #B9488F
Tints of Mulberry #B9488F
RGB
CMYK
RGB Variations
Color information
#B9488F (or 0xB9488F) is known color: Mulberry. HEX triplet: B9, 48 and 8F. RGB value is (185,72,143). Sum of RGB (Red+Green+Blue) = 185+72+143=400 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.25% from 400); Green value is 72 (28.52% from 255 or 18% from 400); Blue value is 143 (56.25% from 255 or 35.75% from 400); Max value from RGB is 185 - color contains mainly: red. Hex color #B9488F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9488F is #46B770. Grayscale: #717171. Windows color (decimal): -4634481 or 9390265. OLE color: 9390265.
HSL color Cylindrical-coordinate representation of color #B9488F: hue angle of 322.3º 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 #B9488F is Cyan = 0, Magento = 0.61, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 72 | 143 | - |
| CMYK | 0 | 0.61 | 0.23 | 0.27 |
| HSL | 322.3º | 0.45% | 0.5% | - |
| HSV(B) | 322.3º | 0.61% | 0.73% | - |
| XYZ | 27.28 | 16.93 | 27.82 | - |
| YUV | 113.88 | 144.44 | 178.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 72 | 143 | 0 | 0.61 | 0.23 | 0.27 | 322.3 | 0.45 | 0.5 |
| Hex | B9 | 48 | 8F | 0 | 3D | 17 | 1B | 142 | 2D | 32 |
| Octal | 271 | 110 | 217 | 0 | 75 | 27 | 33 | 502 | 55 | 62 |
| Binary | 10111001 | 1001000 | 10001111 | 0 | 111101 | 10111 | 11011 | 101000010 | 101101 | 110010 |
Color Harmonies of #B9488F
Complementary color
Monochromatic Colors of #B9488F
Black with #B9488F
Text Example
Text Example
White with #B9488F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9488F; }
p { color: rgb(185,72,143); }
H1.HeaderClassName
{
color: #B9488F;
}
.AnyTagClassName
{
color: #B9488F;
}
</style>
background-color css
<style>
a { background-color: #B9488F; }
a { background-color: rgb(185,72,143); }
div.DivClassName
{
background-color: #B9488F;
}
.BgClassName
{
background-color: #B9488F;
}
</style>
border-color css
<style>
span { border-color: #B9488F; }
span { border-color: rgb(185,72,143); }
td.TdClassName
{
border-color: #B9488F;
}
.TagClassName
{
border-color: #B9488F;
}
</style>