Shades of Mulberry #B74D86
Tints of Mulberry #B74D86
RGB
CMYK
RGB Variations
Color information
#B74D86 (or 0xB74D86) is known color: Mulberry. HEX triplet: B7, 4D and 86. RGB value is (183,77,134). Sum of RGB (Red+Green+Blue) = 183+77+134=394 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.45% from 394); Green value is 77 (30.47% from 255 or 19.54% from 394); Blue value is 134 (52.73% from 255 or 34.01% from 394); Max value from RGB is 183 - color contains mainly: red. Hex color #B74D86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B74D86 is #48B279. Grayscale: #737373. Windows color (decimal): -4764282 or 8801719. OLE color: 8801719.
HSL color Cylindrical-coordinate representation of color #B74D86: hue angle of 327.74º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B74D86 is Cyan = 0, Magento = 0.58, Yellow = 0.27 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 77 | 134 | - |
| CMYK | 0 | 0.58 | 0.27 | 0.28 |
| HSL | 327.74º | 0.42% | 0.51% | - |
| HSV(B) | 327.74º | 0.58% | 0.72% | - |
| XYZ | 26.49 | 17.1 | 24.46 | - |
| YUV | 115.19 | 138.62 | 176.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 77 | 134 | 0 | 0.58 | 0.27 | 0.28 | 327.74 | 0.42 | 0.51 |
| Hex | B7 | 4D | 86 | 0 | 3A | 1B | 1C | 148 | 2A | 33 |
| Octal | 267 | 115 | 206 | 0 | 72 | 33 | 34 | 510 | 52 | 63 |
| Binary | 10110111 | 1001101 | 10000110 | 0 | 111010 | 11011 | 11100 | 101001000 | 101010 | 110011 |
Color Harmonies of #B74D86
Complementary color
Monochromatic Colors of #B74D86
Black with #B74D86
Text Example
Text Example
White with #B74D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74D86; }
p { color: rgb(183,77,134); }
H1.HeaderClassName
{
color: #B74D86;
}
.AnyTagClassName
{
color: #B74D86;
}
</style>
background-color css
<style>
a { background-color: #B74D86; }
a { background-color: rgb(183,77,134); }
div.DivClassName
{
background-color: #B74D86;
}
.BgClassName
{
background-color: #B74D86;
}
</style>
border-color css
<style>
span { border-color: #B74D86; }
span { border-color: rgb(183,77,134); }
td.TdClassName
{
border-color: #B74D86;
}
.TagClassName
{
border-color: #B74D86;
}
</style>