Shades of Mulberry #B64789
Tints of Mulberry #B64789
RGB
CMYK
RGB Variations
Color information
#B64789 (or 0xB64789) is known color: Mulberry. HEX triplet: B6, 47 and 89. RGB value is (182,71,137). Sum of RGB (Red+Green+Blue) = 182+71+137=390 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.67% from 390); Green value is 71 (28.12% from 255 or 18.21% from 390); Blue value is 137 (53.91% from 255 or 35.13% from 390); Max value from RGB is 182 - color contains mainly: red. Hex color #B64789 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B64789 is #49B876. Grayscale: #6F6F6F. Windows color (decimal): -4831351 or 8996790. OLE color: 8996790.
HSL color Cylindrical-coordinate representation of color #B64789: hue angle of 324.32º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B64789 is Cyan = 0, Magento = 0.61, Yellow = 0.25 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 71 | 137 | - |
| CMYK | 0 | 0.61 | 0.25 | 0.29 |
| HSL | 324.32º | 0.44% | 0.5% | - |
| HSV(B) | 324.32º | 0.61% | 0.71% | - |
| XYZ | 26.06 | 16.26 | 25.43 | - |
| YUV | 111.71 | 142.27 | 178.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 71 | 137 | 0 | 0.61 | 0.25 | 0.29 | 324.32 | 0.44 | 0.5 |
| Hex | B6 | 47 | 89 | 0 | 3D | 19 | 1D | 144 | 2C | 32 |
| Octal | 266 | 107 | 211 | 0 | 75 | 31 | 35 | 504 | 54 | 62 |
| Binary | 10110110 | 1000111 | 10001001 | 0 | 111101 | 11001 | 11101 | 101000100 | 101100 | 110010 |
Color Harmonies of #B64789
Complementary color
Monochromatic Colors of #B64789
Black with #B64789
Text Example
Text Example
White with #B64789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64789; }
p { color: rgb(182,71,137); }
H1.HeaderClassName
{
color: #B64789;
}
.AnyTagClassName
{
color: #B64789;
}
</style>
background-color css
<style>
a { background-color: #B64789; }
a { background-color: rgb(182,71,137); }
div.DivClassName
{
background-color: #B64789;
}
.BgClassName
{
background-color: #B64789;
}
</style>
border-color css
<style>
span { border-color: #B64789; }
span { border-color: rgb(182,71,137); }
td.TdClassName
{
border-color: #B64789;
}
.TagClassName
{
border-color: #B64789;
}
</style>