Shades of Mulberry #B65389
Tints of Mulberry #B65389
RGB
CMYK
RGB Variations
Color information
#B65389 (or 0xB65389) is known color: Mulberry. HEX triplet: B6, 53 and 89. RGB value is (182,83,137). Sum of RGB (Red+Green+Blue) = 182+83+137=402 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.27% from 402); Green value is 83 (32.81% from 255 or 20.65% from 402); Blue value is 137 (53.91% from 255 or 34.08% from 402); Max value from RGB is 182 - color contains mainly: red. Hex color #B65389 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65389 is #49AC76. Grayscale: #767676. Windows color (decimal): -4828279 or 8999862. OLE color: 8999862.
HSL color Cylindrical-coordinate representation of color #B65389: hue angle of 327.27º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B65389 is Cyan = 0, Magento = 0.54, Yellow = 0.25 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 83 | 137 | - |
| CMYK | 0 | 0.54 | 0.25 | 0.29 |
| HSL | 327.27º | 0.4% | 0.52% | - |
| HSV(B) | 327.27º | 0.54% | 0.71% | - |
| XYZ | 26.9 | 17.94 | 25.71 | - |
| YUV | 118.76 | 138.3 | 173.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 83 | 137 | 0 | 0.54 | 0.25 | 0.29 | 327.27 | 0.4 | 0.52 |
| Hex | B6 | 53 | 89 | 0 | 36 | 19 | 1D | 147 | 28 | 34 |
| Octal | 266 | 123 | 211 | 0 | 66 | 31 | 35 | 507 | 50 | 64 |
| Binary | 10110110 | 1010011 | 10001001 | 0 | 110110 | 11001 | 11101 | 101000111 | 101000 | 110100 |
Color Harmonies of #B65389
Complementary color
Monochromatic Colors of #B65389
Black with #B65389
Text Example
Text Example
White with #B65389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B65389; }
p { color: rgb(182,83,137); }
H1.HeaderClassName
{
color: #B65389;
}
.AnyTagClassName
{
color: #B65389;
}
</style>
background-color css
<style>
a { background-color: #B65389; }
a { background-color: rgb(182,83,137); }
div.DivClassName
{
background-color: #B65389;
}
.BgClassName
{
background-color: #B65389;
}
</style>
border-color css
<style>
span { border-color: #B65389; }
span { border-color: rgb(182,83,137); }
td.TdClassName
{
border-color: #B65389;
}
.TagClassName
{
border-color: #B65389;
}
</style>