Shades of Mulberry #B95185
Tints of Mulberry #B95185
RGB
CMYK
RGB Variations
Color information
#B95185 (or 0xB95185) is known color: Mulberry. HEX triplet: B9, 51 and 85. RGB value is (185,81,133). Sum of RGB (Red+Green+Blue) = 185+81+133=399 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.37% from 399); Green value is 81 (32.03% from 255 or 20.30% from 399); Blue value is 133 (52.34% from 255 or 33.33% from 399); Max value from RGB is 185 - color contains mainly: red. Hex color #B95185 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95185 is #46AE7A. Grayscale: #757575. Windows color (decimal): -4632187 or 8737209. OLE color: 8737209.
HSL color Cylindrical-coordinate representation of color #B95185: hue angle of 330º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B95185 is Cyan = 0, Magento = 0.56, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 81 | 133 | - |
| CMYK | 0 | 0.56 | 0.28 | 0.27 |
| HSL | 330º | 0.43% | 0.52% | - |
| HSV(B) | 330º | 0.56% | 0.73% | - |
| XYZ | 27.18 | 17.89 | 24.21 | - |
| YUV | 118.02 | 136.46 | 175.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 81 | 133 | 0 | 0.56 | 0.28 | 0.27 | 330 | 0.43 | 0.52 |
| Hex | B9 | 51 | 85 | 0 | 38 | 1C | 1B | 14A | 2B | 34 |
| Octal | 271 | 121 | 205 | 0 | 70 | 34 | 33 | 512 | 53 | 64 |
| Binary | 10111001 | 1010001 | 10000101 | 0 | 111000 | 11100 | 11011 | 101001010 | 101011 | 110100 |
Color Harmonies of #B95185
Complementary color
Monochromatic Colors of #B95185
Black with #B95185
Text Example
Text Example
White with #B95185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95185; }
p { color: rgb(185,81,133); }
H1.HeaderClassName
{
color: #B95185;
}
.AnyTagClassName
{
color: #B95185;
}
</style>
background-color css
<style>
a { background-color: #B95185; }
a { background-color: rgb(185,81,133); }
div.DivClassName
{
background-color: #B95185;
}
.BgClassName
{
background-color: #B95185;
}
</style>
border-color css
<style>
span { border-color: #B95185; }
span { border-color: rgb(185,81,133); }
td.TdClassName
{
border-color: #B95185;
}
.TagClassName
{
border-color: #B95185;
}
</style>