Shades of Mulberry #B95E93
Tints of Mulberry #B95E93
RGB
CMYK
RGB Variations
Color information
#B95E93 (or 0xB95E93) is known color: Mulberry. HEX triplet: B9, 5E and 93. RGB value is (185,94,147). Sum of RGB (Red+Green+Blue) = 185+94+147=426 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.43% from 426); Green value is 94 (37.11% from 255 or 22.07% from 426); Blue value is 147 (57.81% from 255 or 34.51% from 426); Max value from RGB is 185 - color contains mainly: red. Hex color #B95E93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95E93 is #46A16C. Grayscale: #7F7F7F. Windows color (decimal): -4628845 or 9658041. OLE color: 9658041.
HSL color Cylindrical-coordinate representation of color #B95E93: hue angle of 325.05º 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 #B95E93 is Cyan = 0, Magento = 0.49, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 94 | 147 | - |
| CMYK | 0 | 0.49 | 0.21 | 0.27 |
| HSL | 325.05º | 0.39% | 0.55% | - |
| HSV(B) | 325.05º | 0.49% | 0.73% | - |
| XYZ | 29.28 | 20.43 | 30 | - |
| YUV | 127.25 | 139.15 | 169.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 94 | 147 | 0 | 0.49 | 0.21 | 0.27 | 325.05 | 0.39 | 0.55 |
| Hex | B9 | 5E | 93 | 0 | 31 | 15 | 1B | 145 | 27 | 37 |
| Octal | 271 | 136 | 223 | 0 | 61 | 25 | 33 | 505 | 47 | 67 |
| Binary | 10111001 | 1011110 | 10010011 | 0 | 110001 | 10101 | 11011 | 101000101 | 100111 | 110111 |
Color Harmonies of #B95E93
Complementary color
Monochromatic Colors of #B95E93
Black with #B95E93
Text Example
Text Example
White with #B95E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95E93; }
p { color: rgb(185,94,147); }
H1.HeaderClassName
{
color: #B95E93;
}
.AnyTagClassName
{
color: #B95E93;
}
</style>
background-color css
<style>
a { background-color: #B95E93; }
a { background-color: rgb(185,94,147); }
div.DivClassName
{
background-color: #B95E93;
}
.BgClassName
{
background-color: #B95E93;
}
</style>
border-color css
<style>
span { border-color: #B95E93; }
span { border-color: rgb(185,94,147); }
td.TdClassName
{
border-color: #B95E93;
}
.TagClassName
{
border-color: #B95E93;
}
</style>