Shades of Mulberry #B25589
Tints of Mulberry #B25589
RGB
CMYK
RGB Variations
Color information
#B25589 (or 0xB25589) is known color: Mulberry. HEX triplet: B2, 55 and 89. RGB value is (178,85,137). Sum of RGB (Red+Green+Blue) = 178+85+137=400 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.5% from 400); Green value is 85 (33.59% from 255 or 21.25% from 400); Blue value is 137 (53.91% from 255 or 34.25% from 400); Max value from RGB is 178 - color contains mainly: red. Hex color #B25589 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25589 is #4DAA76. Grayscale: #767676. Windows color (decimal): -5089911 or 9000370. OLE color: 9000370.
HSL color Cylindrical-coordinate representation of color #B25589: hue angle of 326.45º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B25589 is Cyan = 0, Magento = 0.52, Yellow = 0.23 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 85 | 137 | - |
| CMYK | 0 | 0.52 | 0.23 | 0.30 |
| HSL | 326.45º | 0.38% | 0.52% | - |
| HSV(B) | 326.45º | 0.52% | 0.7% | - |
| XYZ | 26.12 | 17.77 | 25.72 | - |
| YUV | 118.74 | 138.31 | 170.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 85 | 137 | 0 | 0.52 | 0.23 | 0.30 | 326.45 | 0.38 | 0.52 |
| Hex | B2 | 55 | 89 | 0 | 34 | 17 | 1E | 146 | 26 | 34 |
| Octal | 262 | 125 | 211 | 0 | 64 | 27 | 36 | 506 | 46 | 64 |
| Binary | 10110010 | 1010101 | 10001001 | 0 | 110100 | 10111 | 11110 | 101000110 | 100110 | 110100 |
Color Harmonies of #B25589
Complementary color
Monochromatic Colors of #B25589
Black with #B25589
Text Example
Text Example
White with #B25589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25589; }
p { color: rgb(178,85,137); }
H1.HeaderClassName
{
color: #B25589;
}
.AnyTagClassName
{
color: #B25589;
}
</style>
background-color css
<style>
a { background-color: #B25589; }
a { background-color: rgb(178,85,137); }
div.DivClassName
{
background-color: #B25589;
}
.BgClassName
{
background-color: #B25589;
}
</style>
border-color css
<style>
span { border-color: #B25589; }
span { border-color: rgb(178,85,137); }
td.TdClassName
{
border-color: #B25589;
}
.TagClassName
{
border-color: #B25589;
}
</style>