Shades of Mulberry #B7528D
Tints of Mulberry #B7528D
RGB
CMYK
RGB Variations
Color information
#B7528D (or 0xB7528D) is known color: Mulberry. HEX triplet: B7, 52 and 8D. RGB value is (183,82,141). Sum of RGB (Red+Green+Blue) = 183+82+141=406 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.07% from 406); Green value is 82 (32.42% from 255 or 20.20% from 406); Blue value is 141 (55.47% from 255 or 34.73% from 406); Max value from RGB is 183 - color contains mainly: red. Hex color #B7528D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7528D is #48AD72. Grayscale: #767676. Windows color (decimal): -4762995 or 9261751. OLE color: 9261751.
HSL color Cylindrical-coordinate representation of color #B7528D: hue angle of 324.95º degrees, saturation: 0.41, 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 #B7528D is Cyan = 0, Magento = 0.55, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 82 | 141 | - |
| CMYK | 0 | 0.55 | 0.23 | 0.28 |
| HSL | 324.95º | 0.41% | 0.52% | - |
| HSV(B) | 324.95º | 0.55% | 0.72% | - |
| XYZ | 27.35 | 18.02 | 27.24 | - |
| YUV | 118.93 | 140.46 | 173.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 82 | 141 | 0 | 0.55 | 0.23 | 0.28 | 324.95 | 0.41 | 0.52 |
| Hex | B7 | 52 | 8D | 0 | 37 | 17 | 1C | 145 | 29 | 34 |
| Octal | 267 | 122 | 215 | 0 | 67 | 27 | 34 | 505 | 51 | 64 |
| Binary | 10110111 | 1010010 | 10001101 | 0 | 110111 | 10111 | 11100 | 101000101 | 101001 | 110100 |
Color Harmonies of #B7528D
Complementary color
Monochromatic Colors of #B7528D
Black with #B7528D
Text Example
Text Example
White with #B7528D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7528D; }
p { color: rgb(183,82,141); }
H1.HeaderClassName
{
color: #B7528D;
}
.AnyTagClassName
{
color: #B7528D;
}
</style>
background-color css
<style>
a { background-color: #B7528D; }
a { background-color: rgb(183,82,141); }
div.DivClassName
{
background-color: #B7528D;
}
.BgClassName
{
background-color: #B7528D;
}
</style>
border-color css
<style>
span { border-color: #B7528D; }
span { border-color: rgb(183,82,141); }
td.TdClassName
{
border-color: #B7528D;
}
.TagClassName
{
border-color: #B7528D;
}
</style>