Shades of Mulberry #B44A92
Tints of Mulberry #B44A92
RGB
CMYK
RGB Variations
Color information
#B44A92 (or 0xB44A92) is known color: Mulberry. HEX triplet: B4, 4A and 92. RGB value is (180,74,146). Sum of RGB (Red+Green+Blue) = 180+74+146=400 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45% from 400); Green value is 74 (29.30% from 255 or 18.5% from 400); Blue value is 146 (57.42% from 255 or 36.5% from 400); Max value from RGB is 180 - color contains mainly: red. Hex color #B44A92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B44A92 is #4BB56D. Grayscale: #717171. Windows color (decimal): -4961646 or 9587380. OLE color: 9587380.
HSL color Cylindrical-coordinate representation of color #B44A92: hue angle of 319.25º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B44A92 is Cyan = 0, Magento = 0.59, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 74 | 146 | - |
| CMYK | 0 | 0.59 | 0.19 | 0.29 |
| HSL | 319.25º | 0.42% | 0.5% | - |
| HSV(B) | 319.25º | 0.59% | 0.71% | - |
| XYZ | 26.46 | 16.68 | 29.02 | - |
| YUV | 113.9 | 146.12 | 175.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 74 | 146 | 0 | 0.59 | 0.19 | 0.29 | 319.25 | 0.42 | 0.5 |
| Hex | B4 | 4A | 92 | 0 | 3B | 13 | 1D | 13F | 2A | 32 |
| Octal | 264 | 112 | 222 | 0 | 73 | 23 | 35 | 477 | 52 | 62 |
| Binary | 10110100 | 1001010 | 10010010 | 0 | 111011 | 10011 | 11101 | 100111111 | 101010 | 110010 |
Color Harmonies of #B44A92
Complementary color
Monochromatic Colors of #B44A92
Black with #B44A92
Text Example
Text Example
White with #B44A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44A92; }
p { color: rgb(180,74,146); }
H1.HeaderClassName
{
color: #B44A92;
}
.AnyTagClassName
{
color: #B44A92;
}
</style>
background-color css
<style>
a { background-color: #B44A92; }
a { background-color: rgb(180,74,146); }
div.DivClassName
{
background-color: #B44A92;
}
.BgClassName
{
background-color: #B44A92;
}
</style>
border-color css
<style>
span { border-color: #B44A92; }
span { border-color: rgb(180,74,146); }
td.TdClassName
{
border-color: #B44A92;
}
.TagClassName
{
border-color: #B44A92;
}
</style>