Shades of Mulberry #B9529C
Tints of Mulberry #B9529C
RGB
CMYK
RGB Variations
Color information
#B9529C (or 0xB9529C) is known color: Mulberry. HEX triplet: B9, 52 and 9C. RGB value is (185,82,156). Sum of RGB (Red+Green+Blue) = 185+82+156=423 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.74% from 423); Green value is 82 (32.42% from 255 or 19.39% from 423); Blue value is 156 (61.33% from 255 or 36.88% from 423); Max value from RGB is 185 - color contains mainly: red. Hex color #B9529C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9529C is #46AD63. Grayscale: #797979. Windows color (decimal): -4631908 or 10244793. OLE color: 10244793.
HSL color Cylindrical-coordinate representation of color #B9529C: hue angle of 316.89º 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 #B9529C is Cyan = 0, Magento = 0.56, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 82 | 156 | - |
| CMYK | 0 | 0.56 | 0.16 | 0.27 |
| HSL | 316.89º | 0.42% | 0.52% | - |
| HSV(B) | 316.89º | 0.56% | 0.73% | - |
| XYZ | 29.03 | 18.75 | 33.54 | - |
| YUV | 121.23 | 147.62 | 173.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 82 | 156 | 0 | 0.56 | 0.16 | 0.27 | 316.89 | 0.42 | 0.52 |
| Hex | B9 | 52 | 9C | 0 | 38 | 10 | 1B | 13D | 2A | 34 |
| Octal | 271 | 122 | 234 | 0 | 70 | 20 | 33 | 475 | 52 | 64 |
| Binary | 10111001 | 1010010 | 10011100 | 0 | 111000 | 10000 | 11011 | 100111101 | 101010 | 110100 |
Color Harmonies of #B9529C
Complementary color
Monochromatic Colors of #B9529C
Black with #B9529C
Text Example
Text Example
White with #B9529C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9529C; }
p { color: rgb(185,82,156); }
H1.HeaderClassName
{
color: #B9529C;
}
.AnyTagClassName
{
color: #B9529C;
}
</style>
background-color css
<style>
a { background-color: #B9529C; }
a { background-color: rgb(185,82,156); }
div.DivClassName
{
background-color: #B9529C;
}
.BgClassName
{
background-color: #B9529C;
}
</style>
border-color css
<style>
span { border-color: #B9529C; }
span { border-color: rgb(185,82,156); }
td.TdClassName
{
border-color: #B9529C;
}
.TagClassName
{
border-color: #B9529C;
}
</style>