Shades of Mulberry #B64885
Tints of Mulberry #B64885
RGB
CMYK
RGB Variations
Color information
#B64885 (or 0xB64885) is known color: Mulberry. HEX triplet: B6, 48 and 85. RGB value is (182,72,133). Sum of RGB (Red+Green+Blue) = 182+72+133=387 (51% of max value = 765). Red value is 182 (71.48% from 255 or 47.03% from 387); Green value is 72 (28.52% from 255 or 18.60% from 387); Blue value is 133 (52.34% from 255 or 34.37% from 387); Max value from RGB is 182 - color contains mainly: red. Hex color #B64885 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B64885 is #49B77A. Grayscale: #6F6F6F. Windows color (decimal): -4831099 or 8734902. OLE color: 8734902.
HSL color Cylindrical-coordinate representation of color #B64885: hue angle of 326.73º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B64885 is Cyan = 0, Magento = 0.60, Yellow = 0.27 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 72 | 133 | - |
| CMYK | 0 | 0.60 | 0.27 | 0.29 |
| HSL | 326.73º | 0.43% | 0.5% | - |
| HSV(B) | 326.73º | 0.6% | 0.71% | - |
| XYZ | 25.84 | 16.27 | 23.97 | - |
| YUV | 111.84 | 139.94 | 178.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 72 | 133 | 0 | 0.60 | 0.27 | 0.29 | 326.73 | 0.43 | 0.5 |
| Hex | B6 | 48 | 85 | 0 | 3C | 1B | 1D | 147 | 2B | 32 |
| Octal | 266 | 110 | 205 | 0 | 74 | 33 | 35 | 507 | 53 | 62 |
| Binary | 10110110 | 1001000 | 10000101 | 0 | 111100 | 11011 | 11101 | 101000111 | 101011 | 110010 |
Color Harmonies of #B64885
Complementary color
Monochromatic Colors of #B64885
Black with #B64885
Text Example
Text Example
White with #B64885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64885; }
p { color: rgb(182,72,133); }
H1.HeaderClassName
{
color: #B64885;
}
.AnyTagClassName
{
color: #B64885;
}
</style>
background-color css
<style>
a { background-color: #B64885; }
a { background-color: rgb(182,72,133); }
div.DivClassName
{
background-color: #B64885;
}
.BgClassName
{
background-color: #B64885;
}
</style>
border-color css
<style>
span { border-color: #B64885; }
span { border-color: rgb(182,72,133); }
td.TdClassName
{
border-color: #B64885;
}
.TagClassName
{
border-color: #B64885;
}
</style>