Shades of Mulberry #B95A88
Tints of Mulberry #B95A88
RGB
CMYK
RGB Variations
Color information
#B95A88 (or 0xB95A88) is known color: Mulberry. HEX triplet: B9, 5A and 88. RGB value is (185,90,136). Sum of RGB (Red+Green+Blue) = 185+90+136=411 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.01% from 411); Green value is 90 (35.55% from 255 or 21.90% from 411); Blue value is 136 (53.52% from 255 or 33.09% from 411); Max value from RGB is 185 - color contains mainly: red. Hex color #B95A88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95A88 is #46A577. Grayscale: #7B7B7B. Windows color (decimal): -4629880 or 8936121. OLE color: 8936121.
HSL color Cylindrical-coordinate representation of color #B95A88: hue angle of 330.95º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B95A88 is Cyan = 0, Magento = 0.51, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 90 | 136 | - |
| CMYK | 0 | 0.51 | 0.26 | 0.27 |
| HSL | 330.95º | 0.4% | 0.54% | - |
| HSV(B) | 330.95º | 0.51% | 0.73% | - |
| XYZ | 28.11 | 19.4 | 25.56 | - |
| YUV | 123.65 | 134.97 | 171.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 90 | 136 | 0 | 0.51 | 0.26 | 0.27 | 330.95 | 0.4 | 0.54 |
| Hex | B9 | 5A | 88 | 0 | 33 | 1A | 1B | 14B | 28 | 36 |
| Octal | 271 | 132 | 210 | 0 | 63 | 32 | 33 | 513 | 50 | 66 |
| Binary | 10111001 | 1011010 | 10001000 | 0 | 110011 | 11010 | 11011 | 101001011 | 101000 | 110110 |
Color Harmonies of #B95A88
Complementary color
Monochromatic Colors of #B95A88
Black with #B95A88
Text Example
Text Example
White with #B95A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95A88; }
p { color: rgb(185,90,136); }
H1.HeaderClassName
{
color: #B95A88;
}
.AnyTagClassName
{
color: #B95A88;
}
</style>
background-color css
<style>
a { background-color: #B95A88; }
a { background-color: rgb(185,90,136); }
div.DivClassName
{
background-color: #B95A88;
}
.BgClassName
{
background-color: #B95A88;
}
</style>
border-color css
<style>
span { border-color: #B95A88; }
span { border-color: rgb(185,90,136); }
td.TdClassName
{
border-color: #B95A88;
}
.TagClassName
{
border-color: #B95A88;
}
</style>