Shades of Mulberry #B8448C
Tints of Mulberry #B8448C
RGB
CMYK
RGB Variations
Color information
#B8448C (or 0xB8448C) is known color: Mulberry. HEX triplet: B8, 44 and 8C. RGB value is (184,68,140). Sum of RGB (Red+Green+Blue) = 184+68+140=392 (51% of max value = 765). Red value is 184 (72.27% from 255 or 46.94% from 392); Green value is 68 (26.95% from 255 or 17.35% from 392); Blue value is 140 (55.08% from 255 or 35.71% from 392); Max value from RGB is 184 - color contains mainly: red. Hex color #B8448C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B8448C is #47BB73. Grayscale: #6E6E6E. Windows color (decimal): -4701044 or 9192632. OLE color: 9192632.
HSL color Cylindrical-coordinate representation of color #B8448C: hue angle of 322.76º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B8448C is Cyan = 0, Magento = 0.63, Yellow = 0.24 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 68 | 140 | - |
| CMYK | 0 | 0.63 | 0.24 | 0.28 |
| HSL | 322.76º | 0.46% | 0.49% | - |
| HSV(B) | 322.76º | 0.63% | 0.72% | - |
| XYZ | 26.57 | 16.22 | 26.54 | - |
| YUV | 110.89 | 144.43 | 180.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 68 | 140 | 0 | 0.63 | 0.24 | 0.28 | 322.76 | 0.46 | 0.49 |
| Hex | B8 | 44 | 8C | 0 | 3F | 18 | 1C | 143 | 2E | 31 |
| Octal | 270 | 104 | 214 | 0 | 77 | 30 | 34 | 503 | 56 | 61 |
| Binary | 10111000 | 1000100 | 10001100 | 0 | 111111 | 11000 | 11100 | 101000011 | 101110 | 110001 |
Color Harmonies of #B8448C
Complementary color
Monochromatic Colors of #B8448C
Black with #B8448C
Text Example
Text Example
White with #B8448C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8448C; }
p { color: rgb(184,68,140); }
H1.HeaderClassName
{
color: #B8448C;
}
.AnyTagClassName
{
color: #B8448C;
}
</style>
background-color css
<style>
a { background-color: #B8448C; }
a { background-color: rgb(184,68,140); }
div.DivClassName
{
background-color: #B8448C;
}
.BgClassName
{
background-color: #B8448C;
}
</style>
border-color css
<style>
span { border-color: #B8448C; }
span { border-color: rgb(184,68,140); }
td.TdClassName
{
border-color: #B8448C;
}
.TagClassName
{
border-color: #B8448C;
}
</style>