Shades of Mulberry #B15087
Tints of Mulberry #B15087
RGB
CMYK
RGB Variations
Color information
#B15087 (or 0xB15087) is known color: Mulberry. HEX triplet: B1, 50 and 87. RGB value is (177,80,135). Sum of RGB (Red+Green+Blue) = 177+80+135=392 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.15% from 392); Green value is 80 (31.64% from 255 or 20.41% from 392); Blue value is 135 (53.12% from 255 or 34.44% from 392); Max value from RGB is 177 - color contains mainly: red. Hex color #B15087 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15087 is #4EAF78. Grayscale: #737373. Windows color (decimal): -5156729 or 8868017. OLE color: 8868017.
HSL color Cylindrical-coordinate representation of color #B15087: hue angle of 325.98º 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 #B15087 is Cyan = 0, Magento = 0.55, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 80 | 135 | - |
| CMYK | 0 | 0.55 | 0.24 | 0.31 |
| HSL | 325.98º | 0.38% | 0.5% | - |
| HSV(B) | 325.98º | 0.55% | 0.69% | - |
| XYZ | 25.37 | 16.83 | 24.83 | - |
| YUV | 115.27 | 139.14 | 172.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 80 | 135 | 0 | 0.55 | 0.24 | 0.31 | 325.98 | 0.38 | 0.5 |
| Hex | B1 | 50 | 87 | 0 | 37 | 18 | 1F | 146 | 26 | 32 |
| Octal | 261 | 120 | 207 | 0 | 67 | 30 | 37 | 506 | 46 | 62 |
| Binary | 10110001 | 1010000 | 10000111 | 0 | 110111 | 11000 | 11111 | 101000110 | 100110 | 110010 |
Color Harmonies of #B15087
Complementary color
Monochromatic Colors of #B15087
Black with #B15087
Text Example
Text Example
White with #B15087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15087; }
p { color: rgb(177,80,135); }
H1.HeaderClassName
{
color: #B15087;
}
.AnyTagClassName
{
color: #B15087;
}
</style>
background-color css
<style>
a { background-color: #B15087; }
a { background-color: rgb(177,80,135); }
div.DivClassName
{
background-color: #B15087;
}
.BgClassName
{
background-color: #B15087;
}
</style>
border-color css
<style>
span { border-color: #B15087; }
span { border-color: rgb(177,80,135); }
td.TdClassName
{
border-color: #B15087;
}
.TagClassName
{
border-color: #B15087;
}
</style>