Shades of Mulberry #B9538B
Tints of Mulberry #B9538B
RGB
CMYK
RGB Variations
Color information
#B9538B (or 0xB9538B) is known color: Mulberry. HEX triplet: B9, 53 and 8B. RGB value is (185,83,139). Sum of RGB (Red+Green+Blue) = 185+83+139=407 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.45% from 407); Green value is 83 (32.81% from 255 or 20.39% from 407); Blue value is 139 (54.69% from 255 or 34.15% from 407); Max value from RGB is 185 - color contains mainly: red. Hex color #B9538B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9538B is #46AC74. Grayscale: #777777. Windows color (decimal): -4631669 or 9130937. OLE color: 9130937.
HSL color Cylindrical-coordinate representation of color #B9538B: hue angle of 327.06º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B9538B is Cyan = 0, Magento = 0.55, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 83 | 139 | - |
| CMYK | 0 | 0.55 | 0.25 | 0.27 |
| HSL | 327.06º | 0.42% | 0.53% | - |
| HSV(B) | 327.06º | 0.55% | 0.73% | - |
| XYZ | 27.76 | 18.36 | 26.51 | - |
| YUV | 119.88 | 138.79 | 174.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 83 | 139 | 0 | 0.55 | 0.25 | 0.27 | 327.06 | 0.42 | 0.53 |
| Hex | B9 | 53 | 8B | 0 | 37 | 19 | 1B | 147 | 2A | 35 |
| Octal | 271 | 123 | 213 | 0 | 67 | 31 | 33 | 507 | 52 | 65 |
| Binary | 10111001 | 1010011 | 10001011 | 0 | 110111 | 11001 | 11011 | 101000111 | 101010 | 110101 |
Color Harmonies of #B9538B
Complementary color
Monochromatic Colors of #B9538B
Black with #B9538B
Text Example
Text Example
White with #B9538B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9538B; }
p { color: rgb(185,83,139); }
H1.HeaderClassName
{
color: #B9538B;
}
.AnyTagClassName
{
color: #B9538B;
}
</style>
background-color css
<style>
a { background-color: #B9538B; }
a { background-color: rgb(185,83,139); }
div.DivClassName
{
background-color: #B9538B;
}
.BgClassName
{
background-color: #B9538B;
}
</style>
border-color css
<style>
span { border-color: #B9538B; }
span { border-color: rgb(185,83,139); }
td.TdClassName
{
border-color: #B9538B;
}
.TagClassName
{
border-color: #B9538B;
}
</style>