Shades of Mulberry #B8538B
Tints of Mulberry #B8538B
RGB
CMYK
RGB Variations
Color information
#B8538B (or 0xB8538B) is known color: Mulberry. HEX triplet: B8, 53 and 8B. RGB value is (184,83,139). Sum of RGB (Red+Green+Blue) = 184+83+139=406 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.32% from 406); Green value is 83 (32.81% from 255 or 20.44% from 406); Blue value is 139 (54.69% from 255 or 34.24% from 406); Max value from RGB is 184 - color contains mainly: red. Hex color #B8538B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8538B is #47AC74. Grayscale: #777777. Windows color (decimal): -4697205 or 9130936. OLE color: 9130936.
HSL color Cylindrical-coordinate representation of color #B8538B: hue angle of 326.73º 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 #B8538B is Cyan = 0, Magento = 0.55, Yellow = 0.24 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 83 | 139 | - |
| CMYK | 0 | 0.55 | 0.24 | 0.28 |
| HSL | 326.73º | 0.42% | 0.52% | - |
| HSV(B) | 326.73º | 0.55% | 0.72% | - |
| XYZ | 27.52 | 18.24 | 26.5 | - |
| YUV | 119.58 | 138.96 | 173.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 83 | 139 | 0 | 0.55 | 0.24 | 0.28 | 326.73 | 0.42 | 0.52 |
| Hex | B8 | 53 | 8B | 0 | 37 | 18 | 1C | 147 | 2A | 34 |
| Octal | 270 | 123 | 213 | 0 | 67 | 30 | 34 | 507 | 52 | 64 |
| Binary | 10111000 | 1010011 | 10001011 | 0 | 110111 | 11000 | 11100 | 101000111 | 101010 | 110100 |
Color Harmonies of #B8538B
Complementary color
Monochromatic Colors of #B8538B
Black with #B8538B
Text Example
Text Example
White with #B8538B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8538B; }
p { color: rgb(184,83,139); }
H1.HeaderClassName
{
color: #B8538B;
}
.AnyTagClassName
{
color: #B8538B;
}
</style>
background-color css
<style>
a { background-color: #B8538B; }
a { background-color: rgb(184,83,139); }
div.DivClassName
{
background-color: #B8538B;
}
.BgClassName
{
background-color: #B8538B;
}
</style>
border-color css
<style>
span { border-color: #B8538B; }
span { border-color: rgb(184,83,139); }
td.TdClassName
{
border-color: #B8538B;
}
.TagClassName
{
border-color: #B8538B;
}
</style>