Shades of Mulberry #B9528F
Tints of Mulberry #B9528F
RGB
CMYK
RGB Variations
Color information
#B9528F (or 0xB9528F) is known color: Mulberry. HEX triplet: B9, 52 and 8F. RGB value is (185,82,143). Sum of RGB (Red+Green+Blue) = 185+82+143=410 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.12% from 410); Green value is 82 (32.42% from 255 or 20% from 410); Blue value is 143 (56.25% from 255 or 34.88% from 410); Max value from RGB is 185 - color contains mainly: red. Hex color #B9528F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9528F is #46AD70. Grayscale: #777777. Windows color (decimal): -4631921 or 9392825. OLE color: 9392825.
HSL color Cylindrical-coordinate representation of color #B9528F: hue angle of 324.47º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B9528F is Cyan = 0, Magento = 0.56, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 82 | 143 | - |
| CMYK | 0 | 0.56 | 0.23 | 0.27 |
| HSL | 324.47º | 0.42% | 0.52% | - |
| HSV(B) | 324.47º | 0.56% | 0.73% | - |
| XYZ | 27.98 | 18.33 | 28.05 | - |
| YUV | 119.75 | 141.12 | 174.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 82 | 143 | 0 | 0.56 | 0.23 | 0.27 | 324.47 | 0.42 | 0.52 |
| Hex | B9 | 52 | 8F | 0 | 38 | 17 | 1B | 144 | 2A | 34 |
| Octal | 271 | 122 | 217 | 0 | 70 | 27 | 33 | 504 | 52 | 64 |
| Binary | 10111001 | 1010010 | 10001111 | 0 | 111000 | 10111 | 11011 | 101000100 | 101010 | 110100 |
Color Harmonies of #B9528F
Complementary color
Monochromatic Colors of #B9528F
Black with #B9528F
Text Example
Text Example
White with #B9528F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9528F; }
p { color: rgb(185,82,143); }
H1.HeaderClassName
{
color: #B9528F;
}
.AnyTagClassName
{
color: #B9528F;
}
</style>
background-color css
<style>
a { background-color: #B9528F; }
a { background-color: rgb(185,82,143); }
div.DivClassName
{
background-color: #B9528F;
}
.BgClassName
{
background-color: #B9528F;
}
</style>
border-color css
<style>
span { border-color: #B9528F; }
span { border-color: rgb(185,82,143); }
td.TdClassName
{
border-color: #B9528F;
}
.TagClassName
{
border-color: #B9528F;
}
</style>