Shades of Mulberry #B15496
Tints of Mulberry #B15496
RGB
CMYK
RGB Variations
Color information
#B15496 (or 0xB15496) is known color: Mulberry. HEX triplet: B1, 54 and 96. RGB value is (177,84,150). Sum of RGB (Red+Green+Blue) = 177+84+150=411 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.07% from 411); Green value is 84 (33.20% from 255 or 20.44% from 411); Blue value is 150 (58.98% from 255 or 36.50% from 411); Max value from RGB is 177 - color contains mainly: red. Hex color #B15496 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15496 is #4EAB69. Grayscale: #777777. Windows color (decimal): -5155690 or 9852081. OLE color: 9852081.
HSL color Cylindrical-coordinate representation of color #B15496: hue angle of 317.42º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B15496 is Cyan = 0, Magento = 0.53, Yellow = 0.15 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 84 | 150 | - |
| CMYK | 0 | 0.53 | 0.15 | 0.31 |
| HSL | 317.42º | 0.37% | 0.51% | - |
| HSV(B) | 317.42º | 0.53% | 0.69% | - |
| XYZ | 26.81 | 17.89 | 30.89 | - |
| YUV | 119.33 | 145.31 | 169.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 84 | 150 | 0 | 0.53 | 0.15 | 0.31 | 317.42 | 0.37 | 0.51 |
| Hex | B1 | 54 | 96 | 0 | 35 | F | 1F | 13D | 25 | 33 |
| Octal | 261 | 124 | 226 | 0 | 65 | 17 | 37 | 475 | 45 | 63 |
| Binary | 10110001 | 1010100 | 10010110 | 0 | 110101 | 1111 | 11111 | 100111101 | 100101 | 110011 |
Color Harmonies of #B15496
Complementary color
Monochromatic Colors of #B15496
Black with #B15496
Text Example
Text Example
White with #B15496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15496; }
p { color: rgb(177,84,150); }
H1.HeaderClassName
{
color: #B15496;
}
.AnyTagClassName
{
color: #B15496;
}
</style>
background-color css
<style>
a { background-color: #B15496; }
a { background-color: rgb(177,84,150); }
div.DivClassName
{
background-color: #B15496;
}
.BgClassName
{
background-color: #B15496;
}
</style>
border-color css
<style>
span { border-color: #B15496; }
span { border-color: rgb(177,84,150); }
td.TdClassName
{
border-color: #B15496;
}
.TagClassName
{
border-color: #B15496;
}
</style>