Shades of Mulberry #B9529B
Tints of Mulberry #B9529B
RGB
CMYK
RGB Variations
Color information
#B9529B (or 0xB9529B) is known color: Mulberry. HEX triplet: B9, 52 and 9B. RGB value is (185,82,155). Sum of RGB (Red+Green+Blue) = 185+82+155=422 (55% of max value = 765). Red value is 185 (72.66% from 255 or 43.84% from 422); Green value is 82 (32.42% from 255 or 19.43% from 422); Blue value is 155 (60.94% from 255 or 36.73% from 422); Max value from RGB is 185 - color contains mainly: red. Hex color #B9529B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9529B is #46AD64. Grayscale: #787878. Windows color (decimal): -4631909 or 10179257. OLE color: 10179257.
HSL color Cylindrical-coordinate representation of color #B9529B: hue angle of 317.48º 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 #B9529B is Cyan = 0, Magento = 0.56, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 82 | 155 | - |
| CMYK | 0 | 0.56 | 0.16 | 0.27 |
| HSL | 317.48º | 0.42% | 0.52% | - |
| HSV(B) | 317.48º | 0.56% | 0.73% | - |
| XYZ | 28.94 | 18.72 | 33.1 | - |
| YUV | 121.12 | 147.12 | 173.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 82 | 155 | 0 | 0.56 | 0.16 | 0.27 | 317.48 | 0.42 | 0.52 |
| Hex | B9 | 52 | 9B | 0 | 38 | 10 | 1B | 13D | 2A | 34 |
| Octal | 271 | 122 | 233 | 0 | 70 | 20 | 33 | 475 | 52 | 64 |
| Binary | 10111001 | 1010010 | 10011011 | 0 | 111000 | 10000 | 11011 | 100111101 | 101010 | 110100 |
Color Harmonies of #B9529B
Complementary color
Monochromatic Colors of #B9529B
Black with #B9529B
Text Example
Text Example
White with #B9529B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9529B; }
p { color: rgb(185,82,155); }
H1.HeaderClassName
{
color: #B9529B;
}
.AnyTagClassName
{
color: #B9529B;
}
</style>
background-color css
<style>
a { background-color: #B9529B; }
a { background-color: rgb(185,82,155); }
div.DivClassName
{
background-color: #B9529B;
}
.BgClassName
{
background-color: #B9529B;
}
</style>
border-color css
<style>
span { border-color: #B9529B; }
span { border-color: rgb(185,82,155); }
td.TdClassName
{
border-color: #B9529B;
}
.TagClassName
{
border-color: #B9529B;
}
</style>