Shades of Mulberry #B8528A
Tints of Mulberry #B8528A
RGB
CMYK
RGB Variations
Color information
#B8528A (or 0xB8528A) is known color: Mulberry. HEX triplet: B8, 52 and 8A. RGB value is (184,82,138). Sum of RGB (Red+Green+Blue) = 184+82+138=404 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.54% from 404); Green value is 82 (32.42% from 255 or 20.30% from 404); Blue value is 138 (54.30% from 255 or 34.16% from 404); Max value from RGB is 184 - color contains mainly: red. Hex color #B8528A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8528A is #47AD75. Grayscale: #767676. Windows color (decimal): -4697462 or 9065144. OLE color: 9065144.
HSL color Cylindrical-coordinate representation of color #B8528A: hue angle of 327.06º degrees, saturation: 0.42, 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 #B8528A is Cyan = 0, Magento = 0.55, Yellow = 0.25 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 82 | 138 | - |
| CMYK | 0 | 0.55 | 0.25 | 0.28 |
| HSL | 327.06º | 0.42% | 0.52% | - |
| HSV(B) | 327.06º | 0.55% | 0.72% | - |
| XYZ | 27.37 | 18.06 | 26.09 | - |
| YUV | 118.88 | 138.79 | 174.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 82 | 138 | 0 | 0.55 | 0.25 | 0.28 | 327.06 | 0.42 | 0.52 |
| Hex | B8 | 52 | 8A | 0 | 37 | 19 | 1C | 147 | 2A | 34 |
| Octal | 270 | 122 | 212 | 0 | 67 | 31 | 34 | 507 | 52 | 64 |
| Binary | 10111000 | 1010010 | 10001010 | 0 | 110111 | 11001 | 11100 | 101000111 | 101010 | 110100 |
Color Harmonies of #B8528A
Complementary color
Monochromatic Colors of #B8528A
Black with #B8528A
Text Example
Text Example
White with #B8528A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8528A; }
p { color: rgb(184,82,138); }
H1.HeaderClassName
{
color: #B8528A;
}
.AnyTagClassName
{
color: #B8528A;
}
</style>
background-color css
<style>
a { background-color: #B8528A; }
a { background-color: rgb(184,82,138); }
div.DivClassName
{
background-color: #B8528A;
}
.BgClassName
{
background-color: #B8528A;
}
</style>
border-color css
<style>
span { border-color: #B8528A; }
span { border-color: rgb(184,82,138); }
td.TdClassName
{
border-color: #B8528A;
}
.TagClassName
{
border-color: #B8528A;
}
</style>