Shades of Mulberry #B9619E
Tints of Mulberry #B9619E
RGB
CMYK
RGB Variations
Color information
#B9619E (or 0xB9619E) is known color: Mulberry. HEX triplet: B9, 61 and 9E. RGB value is (185,97,158). Sum of RGB (Red+Green+Blue) = 185+97+158=440 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.05% from 440); Green value is 97 (38.28% from 255 or 22.05% from 440); Blue value is 158 (62.11% from 255 or 35.91% from 440); Max value from RGB is 185 - color contains mainly: red. Hex color #B9619E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9619E is #469E61. Grayscale: #828282. Windows color (decimal): -4628066 or 10379705. OLE color: 10379705.
HSL color Cylindrical-coordinate representation of color #B9619E: hue angle of 318.41º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B9619E is Cyan = 0, Magento = 0.48, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 97 | 158 | - |
| CMYK | 0 | 0.48 | 0.15 | 0.27 |
| HSL | 318.41º | 0.39% | 0.55% | - |
| HSV(B) | 318.41º | 0.48% | 0.73% | - |
| XYZ | 30.45 | 21.33 | 34.86 | - |
| YUV | 130.27 | 143.65 | 167.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 97 | 158 | 0 | 0.48 | 0.15 | 0.27 | 318.41 | 0.39 | 0.55 |
| Hex | B9 | 61 | 9E | 0 | 30 | F | 1B | 13E | 27 | 37 |
| Octal | 271 | 141 | 236 | 0 | 60 | 17 | 33 | 476 | 47 | 67 |
| Binary | 10111001 | 1100001 | 10011110 | 0 | 110000 | 1111 | 11011 | 100111110 | 100111 | 110111 |
Color Harmonies of #B9619E
Complementary color
Monochromatic Colors of #B9619E
Black with #B9619E
Text Example
Text Example
White with #B9619E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9619E; }
p { color: rgb(185,97,158); }
H1.HeaderClassName
{
color: #B9619E;
}
.AnyTagClassName
{
color: #B9619E;
}
</style>
background-color css
<style>
a { background-color: #B9619E; }
a { background-color: rgb(185,97,158); }
div.DivClassName
{
background-color: #B9619E;
}
.BgClassName
{
background-color: #B9619E;
}
</style>
border-color css
<style>
span { border-color: #B9619E; }
span { border-color: rgb(185,97,158); }
td.TdClassName
{
border-color: #B9619E;
}
.TagClassName
{
border-color: #B9619E;
}
</style>