Shades of Mulberry #B54A86
Tints of Mulberry #B54A86
RGB
CMYK
RGB Variations
Color information
#B54A86 (or 0xB54A86) is known color: Mulberry. HEX triplet: B5, 4A and 86. RGB value is (181,74,134). Sum of RGB (Red+Green+Blue) = 181+74+134=389 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.53% from 389); Green value is 74 (29.30% from 255 or 19.02% from 389); Blue value is 134 (52.73% from 255 or 34.45% from 389); Max value from RGB is 181 - color contains mainly: red. Hex color #B54A86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B54A86 is #4AB579. Grayscale: #707070. Windows color (decimal): -4896122 or 8800949. OLE color: 8800949.
HSL color Cylindrical-coordinate representation of color #B54A86: hue angle of 326.36º 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 #B54A86 is Cyan = 0, Magento = 0.59, Yellow = 0.26 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 74 | 134 | - |
| CMYK | 0 | 0.59 | 0.26 | 0.29 |
| HSL | 326.36º | 0.42% | 0.5% | - |
| HSV(B) | 326.36º | 0.59% | 0.71% | - |
| XYZ | 25.81 | 16.44 | 24.37 | - |
| YUV | 112.83 | 139.95 | 176.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 74 | 134 | 0 | 0.59 | 0.26 | 0.29 | 326.36 | 0.42 | 0.5 |
| Hex | B5 | 4A | 86 | 0 | 3B | 1A | 1D | 146 | 2A | 32 |
| Octal | 265 | 112 | 206 | 0 | 73 | 32 | 35 | 506 | 52 | 62 |
| Binary | 10110101 | 1001010 | 10000110 | 0 | 111011 | 11010 | 11101 | 101000110 | 101010 | 110010 |
Color Harmonies of #B54A86
Complementary color
Monochromatic Colors of #B54A86
Black with #B54A86
Text Example
Text Example
White with #B54A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54A86; }
p { color: rgb(181,74,134); }
H1.HeaderClassName
{
color: #B54A86;
}
.AnyTagClassName
{
color: #B54A86;
}
</style>
background-color css
<style>
a { background-color: #B54A86; }
a { background-color: rgb(181,74,134); }
div.DivClassName
{
background-color: #B54A86;
}
.BgClassName
{
background-color: #B54A86;
}
</style>
border-color css
<style>
span { border-color: #B54A86; }
span { border-color: rgb(181,74,134); }
td.TdClassName
{
border-color: #B54A86;
}
.TagClassName
{
border-color: #B54A86;
}
</style>