Shades of Mulberry #B85395
Tints of Mulberry #B85395
RGB
CMYK
RGB Variations
Color information
#B85395 (or 0xB85395) is known color: Mulberry. HEX triplet: B8, 53 and 95. RGB value is (184,83,149). Sum of RGB (Red+Green+Blue) = 184+83+149=416 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.23% from 416); Green value is 83 (32.81% from 255 or 19.95% from 416); Blue value is 149 (58.59% from 255 or 35.82% from 416); Max value from RGB is 184 - color contains mainly: red. Hex color #B85395 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85395 is #47AC6A. Grayscale: #787878. Windows color (decimal): -4697195 or 9786296. OLE color: 9786296.
HSL color Cylindrical-coordinate representation of color #B85395: hue angle of 320.79º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B85395 is Cyan = 0, Magento = 0.55, Yellow = 0.19 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 83 | 149 | - |
| CMYK | 0 | 0.55 | 0.19 | 0.28 |
| HSL | 320.79º | 0.42% | 0.52% | - |
| HSV(B) | 320.79º | 0.55% | 0.72% | - |
| XYZ | 28.29 | 18.55 | 30.52 | - |
| YUV | 120.72 | 143.96 | 173.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 83 | 149 | 0 | 0.55 | 0.19 | 0.28 | 320.79 | 0.42 | 0.52 |
| Hex | B8 | 53 | 95 | 0 | 37 | 13 | 1C | 141 | 2A | 34 |
| Octal | 270 | 123 | 225 | 0 | 67 | 23 | 34 | 501 | 52 | 64 |
| Binary | 10111000 | 1010011 | 10010101 | 0 | 110111 | 10011 | 11100 | 101000001 | 101010 | 110100 |
Color Harmonies of #B85395
Complementary color
Monochromatic Colors of #B85395
Black with #B85395
Text Example
Text Example
White with #B85395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85395; }
p { color: rgb(184,83,149); }
H1.HeaderClassName
{
color: #B85395;
}
.AnyTagClassName
{
color: #B85395;
}
</style>
background-color css
<style>
a { background-color: #B85395; }
a { background-color: rgb(184,83,149); }
div.DivClassName
{
background-color: #B85395;
}
.BgClassName
{
background-color: #B85395;
}
</style>
border-color css
<style>
span { border-color: #B85395; }
span { border-color: rgb(184,83,149); }
td.TdClassName
{
border-color: #B85395;
}
.TagClassName
{
border-color: #B85395;
}
</style>