Shades of Mulberry #B95097
Tints of Mulberry #B95097
RGB
CMYK
RGB Variations
Color information
#B95097 (or 0xB95097) is known color: Mulberry. HEX triplet: B9, 50 and 97. RGB value is (185,80,151). Sum of RGB (Red+Green+Blue) = 185+80+151=416 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.47% from 416); Green value is 80 (31.64% from 255 or 19.23% from 416); Blue value is 151 (59.38% from 255 or 36.30% from 416); Max value from RGB is 185 - color contains mainly: red. Hex color #B95097 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95097 is #46AF68. Grayscale: #777777. Windows color (decimal): -4632425 or 9916601. OLE color: 9916601.
HSL color Cylindrical-coordinate representation of color #B95097: hue angle of 319.43º 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 #B95097 is Cyan = 0, Magento = 0.57, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 80 | 151 | - |
| CMYK | 0 | 0.57 | 0.18 | 0.27 |
| HSL | 319.43º | 0.43% | 0.52% | - |
| HSV(B) | 319.43º | 0.57% | 0.73% | - |
| XYZ | 28.46 | 18.29 | 31.31 | - |
| YUV | 119.49 | 145.79 | 174.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 80 | 151 | 0 | 0.57 | 0.18 | 0.27 | 319.43 | 0.43 | 0.52 |
| Hex | B9 | 50 | 97 | 0 | 39 | 12 | 1B | 13F | 2B | 34 |
| Octal | 271 | 120 | 227 | 0 | 71 | 22 | 33 | 477 | 53 | 64 |
| Binary | 10111001 | 1010000 | 10010111 | 0 | 111001 | 10010 | 11011 | 100111111 | 101011 | 110100 |
Color Harmonies of #B95097
Complementary color
Monochromatic Colors of #B95097
Black with #B95097
Text Example
Text Example
White with #B95097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95097; }
p { color: rgb(185,80,151); }
H1.HeaderClassName
{
color: #B95097;
}
.AnyTagClassName
{
color: #B95097;
}
</style>
background-color css
<style>
a { background-color: #B95097; }
a { background-color: rgb(185,80,151); }
div.DivClassName
{
background-color: #B95097;
}
.BgClassName
{
background-color: #B95097;
}
</style>
border-color css
<style>
span { border-color: #B95097; }
span { border-color: rgb(185,80,151); }
td.TdClassName
{
border-color: #B95097;
}
.TagClassName
{
border-color: #B95097;
}
</style>