Shades of Mulberry #B95D8B
Tints of Mulberry #B95D8B
RGB
CMYK
RGB Variations
Color information
#B95D8B (or 0xB95D8B) is known color: Mulberry. HEX triplet: B9, 5D and 8B. RGB value is (185,93,139). Sum of RGB (Red+Green+Blue) = 185+93+139=417 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.36% from 417); Green value is 93 (36.72% from 255 or 22.30% from 417); Blue value is 139 (54.69% from 255 or 33.33% from 417); Max value from RGB is 185 - color contains mainly: red. Hex color #B95D8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95D8B is #46A274. Grayscale: #7D7D7D. Windows color (decimal): -4629109 or 9133497. OLE color: 9133497.
HSL color Cylindrical-coordinate representation of color #B95D8B: hue angle of 330º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B95D8B is Cyan = 0, Magento = 0.50, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 93 | 139 | - |
| CMYK | 0 | 0.50 | 0.25 | 0.27 |
| HSL | 330º | 0.4% | 0.55% | - |
| HSV(B) | 330º | 0.5% | 0.73% | - |
| XYZ | 28.58 | 20.01 | 26.78 | - |
| YUV | 125.75 | 135.48 | 170.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 93 | 139 | 0 | 0.50 | 0.25 | 0.27 | 330 | 0.4 | 0.55 |
| Hex | B9 | 5D | 8B | 0 | 32 | 19 | 1B | 14A | 28 | 37 |
| Octal | 271 | 135 | 213 | 0 | 62 | 31 | 33 | 512 | 50 | 67 |
| Binary | 10111001 | 1011101 | 10001011 | 0 | 110010 | 11001 | 11011 | 101001010 | 101000 | 110111 |
Color Harmonies of #B95D8B
Complementary color
Monochromatic Colors of #B95D8B
Black with #B95D8B
Text Example
Text Example
White with #B95D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95D8B; }
p { color: rgb(185,93,139); }
H1.HeaderClassName
{
color: #B95D8B;
}
.AnyTagClassName
{
color: #B95D8B;
}
</style>
background-color css
<style>
a { background-color: #B95D8B; }
a { background-color: rgb(185,93,139); }
div.DivClassName
{
background-color: #B95D8B;
}
.BgClassName
{
background-color: #B95D8B;
}
</style>
border-color css
<style>
span { border-color: #B95D8B; }
span { border-color: rgb(185,93,139); }
td.TdClassName
{
border-color: #B95D8B;
}
.TagClassName
{
border-color: #B95D8B;
}
</style>