Shades of Mulberry #B15089
Tints of Mulberry #B15089
RGB
CMYK
RGB Variations
Color information
#B15089 (or 0xB15089) is known color: Mulberry. HEX triplet: B1, 50 and 89. RGB value is (177,80,137). Sum of RGB (Red+Green+Blue) = 177+80+137=394 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.92% from 394); Green value is 80 (31.64% from 255 or 20.30% from 394); Blue value is 137 (53.91% from 255 or 34.77% from 394); Max value from RGB is 177 - color contains mainly: red. Hex color #B15089 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15089 is #4EAF76. Grayscale: #737373. Windows color (decimal): -5156727 or 8999089. OLE color: 8999089.
HSL color Cylindrical-coordinate representation of color #B15089: hue angle of 324.74º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B15089 is Cyan = 0, Magento = 0.55, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 80 | 137 | - |
| CMYK | 0 | 0.55 | 0.23 | 0.31 |
| HSL | 324.74º | 0.38% | 0.5% | - |
| HSV(B) | 324.74º | 0.55% | 0.69% | - |
| XYZ | 25.52 | 16.89 | 25.58 | - |
| YUV | 115.5 | 140.14 | 171.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 80 | 137 | 0 | 0.55 | 0.23 | 0.31 | 324.74 | 0.38 | 0.5 |
| Hex | B1 | 50 | 89 | 0 | 37 | 17 | 1F | 145 | 26 | 32 |
| Octal | 261 | 120 | 211 | 0 | 67 | 27 | 37 | 505 | 46 | 62 |
| Binary | 10110001 | 1010000 | 10001001 | 0 | 110111 | 10111 | 11111 | 101000101 | 100110 | 110010 |
Color Harmonies of #B15089
Complementary color
Monochromatic Colors of #B15089
Black with #B15089
Text Example
Text Example
White with #B15089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15089; }
p { color: rgb(177,80,137); }
H1.HeaderClassName
{
color: #B15089;
}
.AnyTagClassName
{
color: #B15089;
}
</style>
background-color css
<style>
a { background-color: #B15089; }
a { background-color: rgb(177,80,137); }
div.DivClassName
{
background-color: #B15089;
}
.BgClassName
{
background-color: #B15089;
}
</style>
border-color css
<style>
span { border-color: #B15089; }
span { border-color: rgb(177,80,137); }
td.TdClassName
{
border-color: #B15089;
}
.TagClassName
{
border-color: #B15089;
}
</style>