Shades of Mulberry #B7528B
Tints of Mulberry #B7528B
RGB
CMYK
RGB Variations
Color information
#B7528B (or 0xB7528B) is known color: Mulberry. HEX triplet: B7, 52 and 8B. RGB value is (183,82,139). Sum of RGB (Red+Green+Blue) = 183+82+139=404 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.30% from 404); Green value is 82 (32.42% from 255 or 20.30% from 404); Blue value is 139 (54.69% from 255 or 34.41% from 404); Max value from RGB is 183 - color contains mainly: red. Hex color #B7528B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7528B is #48AD74. Grayscale: #767676. Windows color (decimal): -4762997 or 9130679. OLE color: 9130679.
HSL color Cylindrical-coordinate representation of color #B7528B: hue angle of 326.14º 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 #B7528B is Cyan = 0, Magento = 0.55, Yellow = 0.24 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 82 | 139 | - |
| CMYK | 0 | 0.55 | 0.24 | 0.28 |
| HSL | 326.14º | 0.41% | 0.52% | - |
| HSV(B) | 326.14º | 0.55% | 0.72% | - |
| XYZ | 27.21 | 17.97 | 26.46 | - |
| YUV | 118.7 | 139.46 | 173.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 82 | 139 | 0 | 0.55 | 0.24 | 0.28 | 326.14 | 0.41 | 0.52 |
| Hex | B7 | 52 | 8B | 0 | 37 | 18 | 1C | 146 | 29 | 34 |
| Octal | 267 | 122 | 213 | 0 | 67 | 30 | 34 | 506 | 51 | 64 |
| Binary | 10110111 | 1010010 | 10001011 | 0 | 110111 | 11000 | 11100 | 101000110 | 101001 | 110100 |
Color Harmonies of #B7528B
Complementary color
Monochromatic Colors of #B7528B
Black with #B7528B
Text Example
Text Example
White with #B7528B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7528B; }
p { color: rgb(183,82,139); }
H1.HeaderClassName
{
color: #B7528B;
}
.AnyTagClassName
{
color: #B7528B;
}
</style>
background-color css
<style>
a { background-color: #B7528B; }
a { background-color: rgb(183,82,139); }
div.DivClassName
{
background-color: #B7528B;
}
.BgClassName
{
background-color: #B7528B;
}
</style>
border-color css
<style>
span { border-color: #B7528B; }
span { border-color: rgb(183,82,139); }
td.TdClassName
{
border-color: #B7528B;
}
.TagClassName
{
border-color: #B7528B;
}
</style>