Shades of Mulberry #B84292
Tints of Mulberry #B84292
RGB
CMYK
RGB Variations
Color information
#B84292 (or 0xB84292) is known color: Mulberry. HEX triplet: B8, 42 and 92. RGB value is (184,66,146). Sum of RGB (Red+Green+Blue) = 184+66+146=396 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.46% from 396); Green value is 66 (26.17% from 255 or 16.67% from 396); Blue value is 146 (57.42% from 255 or 36.87% from 396); Max value from RGB is 184 - color contains mainly: red. Hex color #B84292 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B84292 is #47BD6D. Grayscale: #6E6E6E. Windows color (decimal): -4701550 or 9585336. OLE color: 9585336.
HSL color Cylindrical-coordinate representation of color #B84292: hue angle of 319.32º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B84292 is Cyan = 0, Magento = 0.64, Yellow = 0.21 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 66 | 146 | - |
| CMYK | 0 | 0.64 | 0.21 | 0.28 |
| HSL | 319.32º | 0.47% | 0.49% | - |
| HSV(B) | 319.32º | 0.64% | 0.72% | - |
| XYZ | 26.9 | 16.16 | 28.9 | - |
| YUV | 110.4 | 148.09 | 180.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 66 | 146 | 0 | 0.64 | 0.21 | 0.28 | 319.32 | 0.47 | 0.49 |
| Hex | B8 | 42 | 92 | 0 | 40 | 15 | 1C | 13F | 2F | 31 |
| Octal | 270 | 102 | 222 | 0 | 100 | 25 | 34 | 477 | 57 | 61 |
| Binary | 10111000 | 1000010 | 10010010 | 0 | 1000000 | 10101 | 11100 | 100111111 | 101111 | 110001 |
Color Harmonies of #B84292
Complementary color
Monochromatic Colors of #B84292
Black with #B84292
Text Example
Text Example
White with #B84292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84292; }
p { color: rgb(184,66,146); }
H1.HeaderClassName
{
color: #B84292;
}
.AnyTagClassName
{
color: #B84292;
}
</style>
background-color css
<style>
a { background-color: #B84292; }
a { background-color: rgb(184,66,146); }
div.DivClassName
{
background-color: #B84292;
}
.BgClassName
{
background-color: #B84292;
}
</style>
border-color css
<style>
span { border-color: #B84292; }
span { border-color: rgb(184,66,146); }
td.TdClassName
{
border-color: #B84292;
}
.TagClassName
{
border-color: #B84292;
}
</style>