Shades of Mulberry #B848A2
Tints of Mulberry #B848A2
RGB
CMYK
RGB Variations
Color information
#B848A2 (or 0xB848A2) is known color: Mulberry. HEX triplet: B8, 48 and A2. RGB value is (184,72,162). Sum of RGB (Red+Green+Blue) = 184+72+162=418 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.02% from 418); Green value is 72 (28.52% from 255 or 17.22% from 418); Blue value is 162 (63.67% from 255 or 38.76% from 418); Max value from RGB is 184 - color contains mainly: red. Hex color #B848A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B848A2 is #47B75D. Grayscale: #737373. Windows color (decimal): -4699998 or 10635448. OLE color: 10635448.
HSL color Cylindrical-coordinate representation of color #B848A2: hue angle of 311.79º 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 #B848A2 is Cyan = 0, Magento = 0.61, Yellow = 0.12 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 72 | 162 | - |
| CMYK | 0 | 0.61 | 0.12 | 0.28 |
| HSL | 311.79º | 0.44% | 0.5% | - |
| HSV(B) | 311.79º | 0.61% | 0.72% | - |
| XYZ | 28.61 | 17.43 | 36.04 | - |
| YUV | 115.75 | 154.11 | 176.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 72 | 162 | 0 | 0.61 | 0.12 | 0.28 | 311.79 | 0.44 | 0.5 |
| Hex | B8 | 48 | A2 | 0 | 3D | C | 1C | 138 | 2C | 32 |
| Octal | 270 | 110 | 242 | 0 | 75 | 14 | 34 | 470 | 54 | 62 |
| Binary | 10111000 | 1001000 | 10100010 | 0 | 111101 | 1100 | 11100 | 100111000 | 101100 | 110010 |
Color Harmonies of #B848A2
Complementary color
Monochromatic Colors of #B848A2
Black with #B848A2
Text Example
Text Example
White with #B848A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B848A2; }
p { color: rgb(184,72,162); }
H1.HeaderClassName
{
color: #B848A2;
}
.AnyTagClassName
{
color: #B848A2;
}
</style>
background-color css
<style>
a { background-color: #B848A2; }
a { background-color: rgb(184,72,162); }
div.DivClassName
{
background-color: #B848A2;
}
.BgClassName
{
background-color: #B848A2;
}
</style>
border-color css
<style>
span { border-color: #B848A2; }
span { border-color: rgb(184,72,162); }
td.TdClassName
{
border-color: #B848A2;
}
.TagClassName
{
border-color: #B848A2;
}
</style>