Shades of Mulberry #B95384
Tints of Mulberry #B95384
RGB
CMYK
RGB Variations
Color information
#B95384 (or 0xB95384) is known color: Mulberry. HEX triplet: B9, 53 and 84. RGB value is (185,83,132). Sum of RGB (Red+Green+Blue) = 185+83+132=400 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.25% from 400); Green value is 83 (32.81% from 255 or 20.75% from 400); Blue value is 132 (51.95% from 255 or 33% from 400); Max value from RGB is 185 - color contains mainly: red. Hex color #B95384 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95384 is #46AC7B. Grayscale: #767676. Windows color (decimal): -4631676 or 8672185. OLE color: 8672185.
HSL color Cylindrical-coordinate representation of color #B95384: hue angle of 331.18º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B95384 is Cyan = 0, Magento = 0.55, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 83 | 132 | - |
| CMYK | 0 | 0.55 | 0.29 | 0.27 |
| HSL | 331.18º | 0.42% | 0.53% | - |
| HSV(B) | 331.18º | 0.55% | 0.73% | - |
| XYZ | 27.27 | 18.17 | 23.9 | - |
| YUV | 119.08 | 135.29 | 175.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 83 | 132 | 0 | 0.55 | 0.29 | 0.27 | 331.18 | 0.42 | 0.53 |
| Hex | B9 | 53 | 84 | 0 | 37 | 1D | 1B | 14B | 2A | 35 |
| Octal | 271 | 123 | 204 | 0 | 67 | 35 | 33 | 513 | 52 | 65 |
| Binary | 10111001 | 1010011 | 10000100 | 0 | 110111 | 11101 | 11011 | 101001011 | 101010 | 110101 |
Color Harmonies of #B95384
Complementary color
Monochromatic Colors of #B95384
Black with #B95384
Text Example
Text Example
White with #B95384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95384; }
p { color: rgb(185,83,132); }
H1.HeaderClassName
{
color: #B95384;
}
.AnyTagClassName
{
color: #B95384;
}
</style>
background-color css
<style>
a { background-color: #B95384; }
a { background-color: rgb(185,83,132); }
div.DivClassName
{
background-color: #B95384;
}
.BgClassName
{
background-color: #B95384;
}
</style>
border-color css
<style>
span { border-color: #B95384; }
span { border-color: rgb(185,83,132); }
td.TdClassName
{
border-color: #B95384;
}
.TagClassName
{
border-color: #B95384;
}
</style>