Shades of Mulberry #B8489C
Tints of Mulberry #B8489C
RGB
CMYK
RGB Variations
Color information
#B8489C (or 0xB8489C) is known color: Mulberry. HEX triplet: B8, 48 and 9C. RGB value is (184,72,156). Sum of RGB (Red+Green+Blue) = 184+72+156=412 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.66% from 412); Green value is 72 (28.52% from 255 or 17.48% from 412); Blue value is 156 (61.33% from 255 or 37.86% from 412); Max value from RGB is 184 - color contains mainly: red. Hex color #B8489C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B8489C is #47B763. Grayscale: #727272. Windows color (decimal): -4700004 or 10242232. OLE color: 10242232.
HSL color Cylindrical-coordinate representation of color #B8489C: hue angle of 315º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B8489C is Cyan = 0, Magento = 0.61, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 72 | 156 | - |
| CMYK | 0 | 0.61 | 0.15 | 0.28 |
| HSL | 315º | 0.44% | 0.5% | - |
| HSV(B) | 315º | 0.61% | 0.72% | - |
| XYZ | 28.09 | 17.23 | 33.3 | - |
| YUV | 115.06 | 151.11 | 177.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 72 | 156 | 0 | 0.61 | 0.15 | 0.28 | 315 | 0.44 | 0.5 |
| Hex | B8 | 48 | 9C | 0 | 3D | F | 1C | 13B | 2C | 32 |
| Octal | 270 | 110 | 234 | 0 | 75 | 17 | 34 | 473 | 54 | 62 |
| Binary | 10111000 | 1001000 | 10011100 | 0 | 111101 | 1111 | 11100 | 100111011 | 101100 | 110010 |
Color Harmonies of #B8489C
Complementary color
Monochromatic Colors of #B8489C
Black with #B8489C
Text Example
Text Example
White with #B8489C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8489C; }
p { color: rgb(184,72,156); }
H1.HeaderClassName
{
color: #B8489C;
}
.AnyTagClassName
{
color: #B8489C;
}
</style>
background-color css
<style>
a { background-color: #B8489C; }
a { background-color: rgb(184,72,156); }
div.DivClassName
{
background-color: #B8489C;
}
.BgClassName
{
background-color: #B8489C;
}
</style>
border-color css
<style>
span { border-color: #B8489C; }
span { border-color: rgb(184,72,156); }
td.TdClassName
{
border-color: #B8489C;
}
.TagClassName
{
border-color: #B8489C;
}
</style>