Shades of Mulberry #B64F89
Tints of Mulberry #B64F89
RGB
CMYK
RGB Variations
Color information
#B64F89 (or 0xB64F89) is known color: Mulberry. HEX triplet: B6, 4F and 89. RGB value is (182,79,137). Sum of RGB (Red+Green+Blue) = 182+79+137=398 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.73% from 398); Green value is 79 (31.25% from 255 or 19.85% from 398); Blue value is 137 (53.91% from 255 or 34.42% from 398); Max value from RGB is 182 - color contains mainly: red. Hex color #B64F89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B64F89 is #49B076. Grayscale: #747474. Windows color (decimal): -4829303 or 8998838. OLE color: 8998838.
HSL color Cylindrical-coordinate representation of color #B64F89: hue angle of 326.21º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B64F89 is Cyan = 0, Magento = 0.57, Yellow = 0.25 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 79 | 137 | - |
| CMYK | 0 | 0.57 | 0.25 | 0.29 |
| HSL | 326.21º | 0.41% | 0.51% | - |
| HSV(B) | 326.21º | 0.57% | 0.71% | - |
| XYZ | 26.6 | 17.34 | 25.61 | - |
| YUV | 116.41 | 139.62 | 174.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 79 | 137 | 0 | 0.57 | 0.25 | 0.29 | 326.21 | 0.41 | 0.51 |
| Hex | B6 | 4F | 89 | 0 | 39 | 19 | 1D | 146 | 29 | 33 |
| Octal | 266 | 117 | 211 | 0 | 71 | 31 | 35 | 506 | 51 | 63 |
| Binary | 10110110 | 1001111 | 10001001 | 0 | 111001 | 11001 | 11101 | 101000110 | 101001 | 110011 |
Color Harmonies of #B64F89
Complementary color
Monochromatic Colors of #B64F89
Black with #B64F89
Text Example
Text Example
White with #B64F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64F89; }
p { color: rgb(182,79,137); }
H1.HeaderClassName
{
color: #B64F89;
}
.AnyTagClassName
{
color: #B64F89;
}
</style>
background-color css
<style>
a { background-color: #B64F89; }
a { background-color: rgb(182,79,137); }
div.DivClassName
{
background-color: #B64F89;
}
.BgClassName
{
background-color: #B64F89;
}
</style>
border-color css
<style>
span { border-color: #B64F89; }
span { border-color: rgb(182,79,137); }
td.TdClassName
{
border-color: #B64F89;
}
.TagClassName
{
border-color: #B64F89;
}
</style>