Shades of Mulberry #B85B8F
Tints of Mulberry #B85B8F
RGB
CMYK
RGB Variations
Color information
#B85B8F (or 0xB85B8F) is known color: Mulberry. HEX triplet: B8, 5B and 8F. RGB value is (184,91,143). Sum of RGB (Red+Green+Blue) = 184+91+143=418 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.02% from 418); Green value is 91 (35.94% from 255 or 21.77% from 418); Blue value is 143 (56.25% from 255 or 34.21% from 418); Max value from RGB is 184 - color contains mainly: red. Hex color #B85B8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85B8F is #47A470. Grayscale: #7C7C7C. Windows color (decimal): -4695153 or 9395128. OLE color: 9395128.
HSL color Cylindrical-coordinate representation of color #B85B8F: hue angle of 326.45º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B85B8F is Cyan = 0, Magento = 0.51, Yellow = 0.22 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 91 | 143 | - |
| CMYK | 0 | 0.51 | 0.22 | 0.28 |
| HSL | 326.45º | 0.4% | 0.54% | - |
| HSV(B) | 326.45º | 0.51% | 0.72% | - |
| XYZ | 28.47 | 19.66 | 28.28 | - |
| YUV | 124.74 | 138.31 | 170.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 91 | 143 | 0 | 0.51 | 0.22 | 0.28 | 326.45 | 0.4 | 0.54 |
| Hex | B8 | 5B | 8F | 0 | 33 | 16 | 1C | 146 | 28 | 36 |
| Octal | 270 | 133 | 217 | 0 | 63 | 26 | 34 | 506 | 50 | 66 |
| Binary | 10111000 | 1011011 | 10001111 | 0 | 110011 | 10110 | 11100 | 101000110 | 101000 | 110110 |
Color Harmonies of #B85B8F
Complementary color
Monochromatic Colors of #B85B8F
Black with #B85B8F
Text Example
Text Example
White with #B85B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85B8F; }
p { color: rgb(184,91,143); }
H1.HeaderClassName
{
color: #B85B8F;
}
.AnyTagClassName
{
color: #B85B8F;
}
</style>
background-color css
<style>
a { background-color: #B85B8F; }
a { background-color: rgb(184,91,143); }
div.DivClassName
{
background-color: #B85B8F;
}
.BgClassName
{
background-color: #B85B8F;
}
</style>
border-color css
<style>
span { border-color: #B85B8F; }
span { border-color: rgb(184,91,143); }
td.TdClassName
{
border-color: #B85B8F;
}
.TagClassName
{
border-color: #B85B8F;
}
</style>