Shades of Mulberry #B15F96
Tints of Mulberry #B15F96
RGB
CMYK
RGB Variations
Color information
#B15F96 (or 0xB15F96) is known color: Mulberry. HEX triplet: B1, 5F and 96. RGB value is (177,95,150). Sum of RGB (Red+Green+Blue) = 177+95+150=422 (55% of max value = 765). Red value is 177 (69.53% from 255 or 41.94% from 422); Green value is 95 (37.5% from 255 or 22.51% from 422); Blue value is 150 (58.98% from 255 or 35.55% from 422); Max value from RGB is 177 - color contains mainly: red. Hex color #B15F96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15F96 is #4EA069. Grayscale: #7D7D7D. Windows color (decimal): -5152874 or 9854897. OLE color: 9854897.
HSL color Cylindrical-coordinate representation of color #B15F96: hue angle of 319.76º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B15F96 is Cyan = 0, Magento = 0.46, Yellow = 0.15 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 95 | 150 | - |
| CMYK | 0 | 0.46 | 0.15 | 0.31 |
| HSL | 319.76º | 0.34% | 0.53% | - |
| HSV(B) | 319.76º | 0.46% | 0.69% | - |
| XYZ | 27.73 | 19.73 | 31.2 | - |
| YUV | 125.79 | 141.67 | 164.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 95 | 150 | 0 | 0.46 | 0.15 | 0.31 | 319.76 | 0.34 | 0.53 |
| Hex | B1 | 5F | 96 | 0 | 2E | F | 1F | 140 | 22 | 35 |
| Octal | 261 | 137 | 226 | 0 | 56 | 17 | 37 | 500 | 42 | 65 |
| Binary | 10110001 | 1011111 | 10010110 | 0 | 101110 | 1111 | 11111 | 101000000 | 100010 | 110101 |
Color Harmonies of #B15F96
Complementary color
Monochromatic Colors of #B15F96
Black with #B15F96
Text Example
Text Example
White with #B15F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15F96; }
p { color: rgb(177,95,150); }
H1.HeaderClassName
{
color: #B15F96;
}
.AnyTagClassName
{
color: #B15F96;
}
</style>
background-color css
<style>
a { background-color: #B15F96; }
a { background-color: rgb(177,95,150); }
div.DivClassName
{
background-color: #B15F96;
}
.BgClassName
{
background-color: #B15F96;
}
</style>
border-color css
<style>
span { border-color: #B15F96; }
span { border-color: rgb(177,95,150); }
td.TdClassName
{
border-color: #B15F96;
}
.TagClassName
{
border-color: #B15F96;
}
</style>