Shades of Mulberry #B85289
Tints of Mulberry #B85289
RGB
CMYK
RGB Variations
Color information
#B85289 (or 0xB85289) is known color: Mulberry. HEX triplet: B8, 52 and 89. RGB value is (184,82,137). Sum of RGB (Red+Green+Blue) = 184+82+137=403 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.66% from 403); Green value is 82 (32.42% from 255 or 20.35% from 403); Blue value is 137 (53.91% from 255 or 34.00% from 403); Max value from RGB is 184 - color contains mainly: red. Hex color #B85289 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85289 is #47AD76. Grayscale: #767676. Windows color (decimal): -4697463 or 8999608. OLE color: 8999608.
HSL color Cylindrical-coordinate representation of color #B85289: hue angle of 327.65º 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 #B85289 is Cyan = 0, Magento = 0.55, Yellow = 0.26 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 82 | 137 | - |
| CMYK | 0 | 0.55 | 0.26 | 0.28 |
| HSL | 327.65º | 0.42% | 0.52% | - |
| HSV(B) | 327.65º | 0.55% | 0.72% | - |
| XYZ | 27.3 | 18.03 | 25.71 | - |
| YUV | 118.77 | 138.29 | 174.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 82 | 137 | 0 | 0.55 | 0.26 | 0.28 | 327.65 | 0.42 | 0.52 |
| Hex | B8 | 52 | 89 | 0 | 37 | 1A | 1C | 148 | 2A | 34 |
| Octal | 270 | 122 | 211 | 0 | 67 | 32 | 34 | 510 | 52 | 64 |
| Binary | 10111000 | 1010010 | 10001001 | 0 | 110111 | 11010 | 11100 | 101001000 | 101010 | 110100 |
Color Harmonies of #B85289
Complementary color
Monochromatic Colors of #B85289
Black with #B85289
Text Example
Text Example
White with #B85289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85289; }
p { color: rgb(184,82,137); }
H1.HeaderClassName
{
color: #B85289;
}
.AnyTagClassName
{
color: #B85289;
}
</style>
background-color css
<style>
a { background-color: #B85289; }
a { background-color: rgb(184,82,137); }
div.DivClassName
{
background-color: #B85289;
}
.BgClassName
{
background-color: #B85289;
}
</style>
border-color css
<style>
span { border-color: #B85289; }
span { border-color: rgb(184,82,137); }
td.TdClassName
{
border-color: #B85289;
}
.TagClassName
{
border-color: #B85289;
}
</style>