Shades of Mulberry #B95088
Tints of Mulberry #B95088
RGB
CMYK
RGB Variations
Color information
#B95088 (or 0xB95088) is known color: Mulberry. HEX triplet: B9, 50 and 88. RGB value is (185,80,136). Sum of RGB (Red+Green+Blue) = 185+80+136=401 (53% of max value = 765). Red value is 185 (72.66% from 255 or 46.13% from 401); Green value is 80 (31.64% from 255 or 19.95% from 401); Blue value is 136 (53.52% from 255 or 33.92% from 401); Max value from RGB is 185 - color contains mainly: red. Hex color #B95088 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95088 is #46AF77. Grayscale: #757575. Windows color (decimal): -4632440 or 8933561. OLE color: 8933561.
HSL color Cylindrical-coordinate representation of color #B95088: hue angle of 328º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B95088 is Cyan = 0, Magento = 0.57, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 80 | 136 | - |
| CMYK | 0 | 0.57 | 0.26 | 0.27 |
| HSL | 328º | 0.43% | 0.52% | - |
| HSV(B) | 328º | 0.57% | 0.73% | - |
| XYZ | 27.32 | 17.83 | 25.29 | - |
| YUV | 117.78 | 138.29 | 175.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 80 | 136 | 0 | 0.57 | 0.26 | 0.27 | 328 | 0.43 | 0.52 |
| Hex | B9 | 50 | 88 | 0 | 39 | 1A | 1B | 148 | 2B | 34 |
| Octal | 271 | 120 | 210 | 0 | 71 | 32 | 33 | 510 | 53 | 64 |
| Binary | 10111001 | 1010000 | 10001000 | 0 | 111001 | 11010 | 11011 | 101001000 | 101011 | 110100 |
Color Harmonies of #B95088
Complementary color
Monochromatic Colors of #B95088
Black with #B95088
Text Example
Text Example
White with #B95088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95088; }
p { color: rgb(185,80,136); }
H1.HeaderClassName
{
color: #B95088;
}
.AnyTagClassName
{
color: #B95088;
}
</style>
background-color css
<style>
a { background-color: #B95088; }
a { background-color: rgb(185,80,136); }
div.DivClassName
{
background-color: #B95088;
}
.BgClassName
{
background-color: #B95088;
}
</style>
border-color css
<style>
span { border-color: #B95088; }
span { border-color: rgb(185,80,136); }
td.TdClassName
{
border-color: #B95088;
}
.TagClassName
{
border-color: #B95088;
}
</style>