Shades of Mulberry #B85583
Tints of Mulberry #B85583
RGB
CMYK
RGB Variations
Color information
#B85583 (or 0xB85583) is known color: Mulberry. HEX triplet: B8, 55 and 83. RGB value is (184,85,131). Sum of RGB (Red+Green+Blue) = 184+85+131=400 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46% from 400); Green value is 85 (33.59% from 255 or 21.25% from 400); Blue value is 131 (51.56% from 255 or 32.75% from 400); Max value from RGB is 184 - color contains mainly: red. Hex color #B85583 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85583 is #47AA7C. Grayscale: #777777. Windows color (decimal): -4696701 or 8607160. OLE color: 8607160.
HSL color Cylindrical-coordinate representation of color #B85583: hue angle of 332.12º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B85583 is Cyan = 0, Magento = 0.54, Yellow = 0.29 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 85 | 131 | - |
| CMYK | 0 | 0.54 | 0.29 | 0.28 |
| HSL | 332.12º | 0.41% | 0.53% | - |
| HSV(B) | 332.12º | 0.54% | 0.72% | - |
| XYZ | 27.11 | 18.33 | 23.58 | - |
| YUV | 119.85 | 134.3 | 173.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 85 | 131 | 0 | 0.54 | 0.29 | 0.28 | 332.12 | 0.41 | 0.53 |
| Hex | B8 | 55 | 83 | 0 | 36 | 1D | 1C | 14C | 29 | 35 |
| Octal | 270 | 125 | 203 | 0 | 66 | 35 | 34 | 514 | 51 | 65 |
| Binary | 10111000 | 1010101 | 10000011 | 0 | 110110 | 11101 | 11100 | 101001100 | 101001 | 110101 |
Color Harmonies of #B85583
Complementary color
Monochromatic Colors of #B85583
Black with #B85583
Text Example
Text Example
White with #B85583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85583; }
p { color: rgb(184,85,131); }
H1.HeaderClassName
{
color: #B85583;
}
.AnyTagClassName
{
color: #B85583;
}
</style>
background-color css
<style>
a { background-color: #B85583; }
a { background-color: rgb(184,85,131); }
div.DivClassName
{
background-color: #B85583;
}
.BgClassName
{
background-color: #B85583;
}
</style>
border-color css
<style>
span { border-color: #B85583; }
span { border-color: rgb(184,85,131); }
td.TdClassName
{
border-color: #B85583;
}
.TagClassName
{
border-color: #B85583;
}
</style>