Shades of Mulberry #B04C85
Tints of Mulberry #B04C85
RGB
CMYK
RGB Variations
Color information
#B04C85 (or 0xB04C85) is known color: Mulberry. HEX triplet: B0, 4C and 85. RGB value is (176,76,133). Sum of RGB (Red+Green+Blue) = 176+76+133=385 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.71% from 385); Green value is 76 (30.08% from 255 or 19.74% from 385); Blue value is 133 (52.34% from 255 or 34.55% from 385); Max value from RGB is 176 - color contains mainly: red. Hex color #B04C85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B04C85 is #4FB37A. Grayscale: #707070. Windows color (decimal): -5223291 or 8735920. OLE color: 8735920.
HSL color Cylindrical-coordinate representation of color #B04C85: hue angle of 325.8º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B04C85 is Cyan = 0, Magento = 0.57, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 76 | 133 | - |
| CMYK | 0 | 0.57 | 0.24 | 0.31 |
| HSL | 325.8º | 0.4% | 0.49% | - |
| HSV(B) | 325.8º | 0.57% | 0.69% | - |
| XYZ | 24.72 | 16.09 | 23.99 | - |
| YUV | 112.4 | 139.63 | 173.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 76 | 133 | 0 | 0.57 | 0.24 | 0.31 | 325.8 | 0.4 | 0.49 |
| Hex | B0 | 4C | 85 | 0 | 39 | 18 | 1F | 146 | 28 | 31 |
| Octal | 260 | 114 | 205 | 0 | 71 | 30 | 37 | 506 | 50 | 61 |
| Binary | 10110000 | 1001100 | 10000101 | 0 | 111001 | 11000 | 11111 | 101000110 | 101000 | 110001 |
Color Harmonies of #B04C85
Complementary color
Monochromatic Colors of #B04C85
Black with #B04C85
Text Example
Text Example
White with #B04C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04C85; }
p { color: rgb(176,76,133); }
H1.HeaderClassName
{
color: #B04C85;
}
.AnyTagClassName
{
color: #B04C85;
}
</style>
background-color css
<style>
a { background-color: #B04C85; }
a { background-color: rgb(176,76,133); }
div.DivClassName
{
background-color: #B04C85;
}
.BgClassName
{
background-color: #B04C85;
}
</style>
border-color css
<style>
span { border-color: #B04C85; }
span { border-color: rgb(176,76,133); }
td.TdClassName
{
border-color: #B04C85;
}
.TagClassName
{
border-color: #B04C85;
}
</style>