Shades of Mulberry #B04C92
Tints of Mulberry #B04C92
RGB
CMYK
RGB Variations
Color information
#B04C92 (or 0xB04C92) is known color: Mulberry. HEX triplet: B0, 4C and 92. RGB value is (176,76,146). Sum of RGB (Red+Green+Blue) = 176+76+146=398 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.22% from 398); Green value is 76 (30.08% from 255 or 19.10% from 398); Blue value is 146 (57.42% from 255 or 36.68% from 398); Max value from RGB is 176 - color contains mainly: red. Hex color #B04C92 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B04C92 is #4FB36D. Grayscale: #717171. Windows color (decimal): -5223278 or 9587888. OLE color: 9587888.
HSL color Cylindrical-coordinate representation of color #B04C92: hue angle of 318º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B04C92 is Cyan = 0, Magento = 0.57, Yellow = 0.17 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 76 | 146 | - |
| CMYK | 0 | 0.57 | 0.17 | 0.31 |
| HSL | 318º | 0.4% | 0.49% | - |
| HSV(B) | 318º | 0.57% | 0.69% | - |
| XYZ | 25.68 | 16.47 | 29.02 | - |
| YUV | 113.88 | 146.13 | 172.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 76 | 146 | 0 | 0.57 | 0.17 | 0.31 | 318 | 0.4 | 0.49 |
| Hex | B0 | 4C | 92 | 0 | 39 | 11 | 1F | 13E | 28 | 31 |
| Octal | 260 | 114 | 222 | 0 | 71 | 21 | 37 | 476 | 50 | 61 |
| Binary | 10110000 | 1001100 | 10010010 | 0 | 111001 | 10001 | 11111 | 100111110 | 101000 | 110001 |
Color Harmonies of #B04C92
Complementary color
Monochromatic Colors of #B04C92
Black with #B04C92
Text Example
Text Example
White with #B04C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04C92; }
p { color: rgb(176,76,146); }
H1.HeaderClassName
{
color: #B04C92;
}
.AnyTagClassName
{
color: #B04C92;
}
</style>
background-color css
<style>
a { background-color: #B04C92; }
a { background-color: rgb(176,76,146); }
div.DivClassName
{
background-color: #B04C92;
}
.BgClassName
{
background-color: #B04C92;
}
</style>
border-color css
<style>
span { border-color: #B04C92; }
span { border-color: rgb(176,76,146); }
td.TdClassName
{
border-color: #B04C92;
}
.TagClassName
{
border-color: #B04C92;
}
</style>