Shades of Mulberry #B94680
Tints of Mulberry #B94680
RGB
CMYK
RGB Variations
Color information
#B94680 (or 0xB94680) is known color: Mulberry. HEX triplet: B9, 46 and 80. RGB value is (185,70,128). Sum of RGB (Red+Green+Blue) = 185+70+128=383 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.30% from 383); Green value is 70 (27.73% from 255 or 18.28% from 383); Blue value is 128 (50.39% from 255 or 33.42% from 383); Max value from RGB is 185 - color contains mainly: red. Hex color #B94680 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B94680 is #46B97F. Grayscale: #6E6E6E. Windows color (decimal): -4635008 or 8406713. OLE color: 8406713.
HSL color Cylindrical-coordinate representation of color #B94680: hue angle of 329.74º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B94680 is Cyan = 0, Magento = 0.62, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 70 | 128 | - |
| CMYK | 0 | 0.62 | 0.31 | 0.27 |
| HSL | 329.74º | 0.45% | 0.5% | - |
| HSV(B) | 329.74º | 0.62% | 0.73% | - |
| XYZ | 26.09 | 16.25 | 22.18 | - |
| YUV | 111 | 137.6 | 180.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 70 | 128 | 0 | 0.62 | 0.31 | 0.27 | 329.74 | 0.45 | 0.5 |
| Hex | B9 | 46 | 80 | 0 | 3E | 1F | 1B | 14A | 2D | 32 |
| Octal | 271 | 106 | 200 | 0 | 76 | 37 | 33 | 512 | 55 | 62 |
| Binary | 10111001 | 1000110 | 10000000 | 0 | 111110 | 11111 | 11011 | 101001010 | 101101 | 110010 |
Color Harmonies of #B94680
Complementary color
Monochromatic Colors of #B94680
Black with #B94680
Text Example
Text Example
White with #B94680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94680; }
p { color: rgb(185,70,128); }
H1.HeaderClassName
{
color: #B94680;
}
.AnyTagClassName
{
color: #B94680;
}
</style>
background-color css
<style>
a { background-color: #B94680; }
a { background-color: rgb(185,70,128); }
div.DivClassName
{
background-color: #B94680;
}
.BgClassName
{
background-color: #B94680;
}
</style>
border-color css
<style>
span { border-color: #B94680; }
span { border-color: rgb(185,70,128); }
td.TdClassName
{
border-color: #B94680;
}
.TagClassName
{
border-color: #B94680;
}
</style>