Shades of Mulberry #B74C92
Tints of Mulberry #B74C92
RGB
CMYK
RGB Variations
Color information
#B74C92 (or 0xB74C92) is known color: Mulberry. HEX triplet: B7, 4C and 92. RGB value is (183,76,146). Sum of RGB (Red+Green+Blue) = 183+76+146=405 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.19% from 405); Green value is 76 (30.08% from 255 or 18.77% from 405); Blue value is 146 (57.42% from 255 or 36.05% from 405); Max value from RGB is 183 - color contains mainly: red. Hex color #B74C92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B74C92 is #48B36D. Grayscale: #737373. Windows color (decimal): -4764526 or 9587895. OLE color: 9587895.
HSL color Cylindrical-coordinate representation of color #B74C92: hue angle of 320.75º degrees, saturation: 0.43, 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 #B74C92 is Cyan = 0, Magento = 0.58, Yellow = 0.20 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 76 | 146 | - |
| CMYK | 0 | 0.58 | 0.20 | 0.28 |
| HSL | 320.75º | 0.43% | 0.51% | - |
| HSV(B) | 320.75º | 0.58% | 0.72% | - |
| XYZ | 27.3 | 17.31 | 29.1 | - |
| YUV | 115.97 | 144.95 | 175.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 76 | 146 | 0 | 0.58 | 0.20 | 0.28 | 320.75 | 0.43 | 0.51 |
| Hex | B7 | 4C | 92 | 0 | 3A | 14 | 1C | 141 | 2B | 33 |
| Octal | 267 | 114 | 222 | 0 | 72 | 24 | 34 | 501 | 53 | 63 |
| Binary | 10110111 | 1001100 | 10010010 | 0 | 111010 | 10100 | 11100 | 101000001 | 101011 | 110011 |
Color Harmonies of #B74C92
Complementary color
Monochromatic Colors of #B74C92
Black with #B74C92
Text Example
Text Example
White with #B74C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74C92; }
p { color: rgb(183,76,146); }
H1.HeaderClassName
{
color: #B74C92;
}
.AnyTagClassName
{
color: #B74C92;
}
</style>
background-color css
<style>
a { background-color: #B74C92; }
a { background-color: rgb(183,76,146); }
div.DivClassName
{
background-color: #B74C92;
}
.BgClassName
{
background-color: #B74C92;
}
</style>
border-color css
<style>
span { border-color: #B74C92; }
span { border-color: rgb(183,76,146); }
td.TdClassName
{
border-color: #B74C92;
}
.TagClassName
{
border-color: #B74C92;
}
</style>