Shades of Mulberry #B95E90
Tints of Mulberry #B95E90
RGB
CMYK
RGB Variations
Color information
#B95E90 (or 0xB95E90) is known color: Mulberry. HEX triplet: B9, 5E and 90. RGB value is (185,94,144). Sum of RGB (Red+Green+Blue) = 185+94+144=423 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.74% from 423); Green value is 94 (37.11% from 255 or 22.22% from 423); Blue value is 144 (56.64% from 255 or 34.04% from 423); Max value from RGB is 185 - color contains mainly: red. Hex color #B95E90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95E90 is #46A16F. Grayscale: #7E7E7E. Windows color (decimal): -4628848 or 9461433. OLE color: 9461433.
HSL color Cylindrical-coordinate representation of color #B95E90: hue angle of 327.03º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B95E90 is Cyan = 0, Magento = 0.49, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 94 | 144 | - |
| CMYK | 0 | 0.49 | 0.22 | 0.27 |
| HSL | 327.03º | 0.39% | 0.55% | - |
| HSV(B) | 327.03º | 0.49% | 0.73% | - |
| XYZ | 29.04 | 20.33 | 28.78 | - |
| YUV | 126.91 | 137.65 | 169.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 94 | 144 | 0 | 0.49 | 0.22 | 0.27 | 327.03 | 0.39 | 0.55 |
| Hex | B9 | 5E | 90 | 0 | 31 | 16 | 1B | 147 | 27 | 37 |
| Octal | 271 | 136 | 220 | 0 | 61 | 26 | 33 | 507 | 47 | 67 |
| Binary | 10111001 | 1011110 | 10010000 | 0 | 110001 | 10110 | 11011 | 101000111 | 100111 | 110111 |
Color Harmonies of #B95E90
Complementary color
Monochromatic Colors of #B95E90
Black with #B95E90
Text Example
Text Example
White with #B95E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95E90; }
p { color: rgb(185,94,144); }
H1.HeaderClassName
{
color: #B95E90;
}
.AnyTagClassName
{
color: #B95E90;
}
</style>
background-color css
<style>
a { background-color: #B95E90; }
a { background-color: rgb(185,94,144); }
div.DivClassName
{
background-color: #B95E90;
}
.BgClassName
{
background-color: #B95E90;
}
</style>
border-color css
<style>
span { border-color: #B95E90; }
span { border-color: rgb(185,94,144); }
td.TdClassName
{
border-color: #B95E90;
}
.TagClassName
{
border-color: #B95E90;
}
</style>