Shades of Mulberry #B95E8B
Tints of Mulberry #B95E8B
RGB
CMYK
RGB Variations
Color information
#B95E8B (or 0xB95E8B) is known color: Mulberry. HEX triplet: B9, 5E and 8B. RGB value is (185,94,139). Sum of RGB (Red+Green+Blue) = 185+94+139=418 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.26% from 418); Green value is 94 (37.11% from 255 or 22.49% from 418); Blue value is 139 (54.69% from 255 or 33.25% from 418); Max value from RGB is 185 - color contains mainly: red. Hex color #B95E8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95E8B is #46A174. Grayscale: #7E7E7E. Windows color (decimal): -4628853 or 9133753. OLE color: 9133753.
HSL color Cylindrical-coordinate representation of color #B95E8B: hue angle of 330.33º 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 #B95E8B is Cyan = 0, Magento = 0.49, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 94 | 139 | - |
| CMYK | 0 | 0.49 | 0.25 | 0.27 |
| HSL | 330.33º | 0.39% | 0.55% | - |
| HSV(B) | 330.33º | 0.49% | 0.73% | - |
| XYZ | 28.67 | 20.18 | 26.81 | - |
| YUV | 126.34 | 135.15 | 169.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 94 | 139 | 0 | 0.49 | 0.25 | 0.27 | 330.33 | 0.39 | 0.55 |
| Hex | B9 | 5E | 8B | 0 | 31 | 19 | 1B | 14A | 27 | 37 |
| Octal | 271 | 136 | 213 | 0 | 61 | 31 | 33 | 512 | 47 | 67 |
| Binary | 10111001 | 1011110 | 10001011 | 0 | 110001 | 11001 | 11011 | 101001010 | 100111 | 110111 |
Color Harmonies of #B95E8B
Complementary color
Monochromatic Colors of #B95E8B
Black with #B95E8B
Text Example
Text Example
White with #B95E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95E8B; }
p { color: rgb(185,94,139); }
H1.HeaderClassName
{
color: #B95E8B;
}
.AnyTagClassName
{
color: #B95E8B;
}
</style>
background-color css
<style>
a { background-color: #B95E8B; }
a { background-color: rgb(185,94,139); }
div.DivClassName
{
background-color: #B95E8B;
}
.BgClassName
{
background-color: #B95E8B;
}
</style>
border-color css
<style>
span { border-color: #B95E8B; }
span { border-color: rgb(185,94,139); }
td.TdClassName
{
border-color: #B95E8B;
}
.TagClassName
{
border-color: #B95E8B;
}
</style>