Shades of Mulberry #B64683
Tints of Mulberry #B64683
RGB
CMYK
RGB Variations
Color information
#B64683 (or 0xB64683) is known color: Mulberry. HEX triplet: B6, 46 and 83. RGB value is (182,70,131). Sum of RGB (Red+Green+Blue) = 182+70+131=383 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.52% from 383); Green value is 70 (27.73% from 255 or 18.28% from 383); Blue value is 131 (51.56% from 255 or 34.20% from 383); Max value from RGB is 182 - color contains mainly: red. Hex color #B64683 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B64683 is #49B97C. Grayscale: #6E6E6E. Windows color (decimal): -4831613 or 8603318. OLE color: 8603318.
HSL color Cylindrical-coordinate representation of color #B64683: hue angle of 327.32º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B64683 is Cyan = 0, Magento = 0.62, Yellow = 0.28 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 70 | 131 | - |
| CMYK | 0 | 0.62 | 0.28 | 0.29 |
| HSL | 327.32º | 0.44% | 0.49% | - |
| HSV(B) | 327.32º | 0.62% | 0.71% | - |
| XYZ | 25.58 | 15.96 | 23.21 | - |
| YUV | 110.44 | 139.61 | 179.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 70 | 131 | 0 | 0.62 | 0.28 | 0.29 | 327.32 | 0.44 | 0.49 |
| Hex | B6 | 46 | 83 | 0 | 3E | 1C | 1D | 147 | 2C | 31 |
| Octal | 266 | 106 | 203 | 0 | 76 | 34 | 35 | 507 | 54 | 61 |
| Binary | 10110110 | 1000110 | 10000011 | 0 | 111110 | 11100 | 11101 | 101000111 | 101100 | 110001 |
Color Harmonies of #B64683
Complementary color
Monochromatic Colors of #B64683
Black with #B64683
Text Example
Text Example
White with #B64683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64683; }
p { color: rgb(182,70,131); }
H1.HeaderClassName
{
color: #B64683;
}
.AnyTagClassName
{
color: #B64683;
}
</style>
background-color css
<style>
a { background-color: #B64683; }
a { background-color: rgb(182,70,131); }
div.DivClassName
{
background-color: #B64683;
}
.BgClassName
{
background-color: #B64683;
}
</style>
border-color css
<style>
span { border-color: #B64683; }
span { border-color: rgb(182,70,131); }
td.TdClassName
{
border-color: #B64683;
}
.TagClassName
{
border-color: #B64683;
}
</style>