Shades of Mulberry #B64791
Tints of Mulberry #B64791
RGB
CMYK
RGB Variations
Color information
#B64791 (or 0xB64791) is known color: Mulberry. HEX triplet: B6, 47 and 91. RGB value is (182,71,145). Sum of RGB (Red+Green+Blue) = 182+71+145=398 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.73% from 398); Green value is 71 (28.12% from 255 or 17.84% from 398); Blue value is 145 (57.03% from 255 or 36.43% from 398); Max value from RGB is 182 - color contains mainly: red. Hex color #B64791 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B64791 is #49B86E. Grayscale: #707070. Windows color (decimal): -4831343 or 9521078. OLE color: 9521078.
HSL color Cylindrical-coordinate representation of color #B64791: hue angle of 320º 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 #B64791 is Cyan = 0, Magento = 0.61, Yellow = 0.20 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 71 | 145 | - |
| CMYK | 0 | 0.61 | 0.20 | 0.29 |
| HSL | 320º | 0.44% | 0.5% | - |
| HSV(B) | 320º | 0.61% | 0.71% | - |
| XYZ | 26.66 | 16.5 | 28.57 | - |
| YUV | 112.63 | 146.27 | 177.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 71 | 145 | 0 | 0.61 | 0.20 | 0.29 | 320 | 0.44 | 0.5 |
| Hex | B6 | 47 | 91 | 0 | 3D | 14 | 1D | 140 | 2C | 32 |
| Octal | 266 | 107 | 221 | 0 | 75 | 24 | 35 | 500 | 54 | 62 |
| Binary | 10110110 | 1000111 | 10010001 | 0 | 111101 | 10100 | 11101 | 101000000 | 101100 | 110010 |
Color Harmonies of #B64791
Complementary color
Monochromatic Colors of #B64791
Black with #B64791
Text Example
Text Example
White with #B64791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64791; }
p { color: rgb(182,71,145); }
H1.HeaderClassName
{
color: #B64791;
}
.AnyTagClassName
{
color: #B64791;
}
</style>
background-color css
<style>
a { background-color: #B64791; }
a { background-color: rgb(182,71,145); }
div.DivClassName
{
background-color: #B64791;
}
.BgClassName
{
background-color: #B64791;
}
</style>
border-color css
<style>
span { border-color: #B64791; }
span { border-color: rgb(182,71,145); }
td.TdClassName
{
border-color: #B64791;
}
.TagClassName
{
border-color: #B64791;
}
</style>