Shades of Mulberry #B5538A
Tints of Mulberry #B5538A
RGB
CMYK
RGB Variations
Color information
#B5538A (or 0xB5538A) is known color: Mulberry. HEX triplet: B5, 53 and 8A. RGB value is (181,83,138). Sum of RGB (Red+Green+Blue) = 181+83+138=402 (53% of max value = 765). Red value is 181 (71.09% from 255 or 45.02% from 402); Green value is 83 (32.81% from 255 or 20.65% from 402); Blue value is 138 (54.30% from 255 or 34.33% from 402); Max value from RGB is 181 - color contains mainly: red. Hex color #B5538A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5538A is #4AAC75. Grayscale: #767676. Windows color (decimal): -4893814 or 9065397. OLE color: 9065397.
HSL color Cylindrical-coordinate representation of color #B5538A: hue angle of 326.33º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B5538A is Cyan = 0, Magento = 0.54, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 83 | 138 | - |
| CMYK | 0 | 0.54 | 0.24 | 0.29 |
| HSL | 326.33º | 0.4% | 0.52% | - |
| HSV(B) | 326.33º | 0.54% | 0.71% | - |
| XYZ | 26.74 | 17.85 | 26.08 | - |
| YUV | 118.57 | 138.97 | 172.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 83 | 138 | 0 | 0.54 | 0.24 | 0.29 | 326.33 | 0.4 | 0.52 |
| Hex | B5 | 53 | 8A | 0 | 36 | 18 | 1D | 146 | 28 | 34 |
| Octal | 265 | 123 | 212 | 0 | 66 | 30 | 35 | 506 | 50 | 64 |
| Binary | 10110101 | 1010011 | 10001010 | 0 | 110110 | 11000 | 11101 | 101000110 | 101000 | 110100 |
Color Harmonies of #B5538A
Complementary color
Monochromatic Colors of #B5538A
Black with #B5538A
Text Example
Text Example
White with #B5538A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5538A; }
p { color: rgb(181,83,138); }
H1.HeaderClassName
{
color: #B5538A;
}
.AnyTagClassName
{
color: #B5538A;
}
</style>
background-color css
<style>
a { background-color: #B5538A; }
a { background-color: rgb(181,83,138); }
div.DivClassName
{
background-color: #B5538A;
}
.BgClassName
{
background-color: #B5538A;
}
</style>
border-color css
<style>
span { border-color: #B5538A; }
span { border-color: rgb(181,83,138); }
td.TdClassName
{
border-color: #B5538A;
}
.TagClassName
{
border-color: #B5538A;
}
</style>