Shades of Mulberry #B36194
Tints of Mulberry #B36194
RGB
CMYK
RGB Variations
Color information
#B36194 (or 0xB36194) is known color: Mulberry. HEX triplet: B3, 61 and 94. RGB value is (179,97,148). Sum of RGB (Red+Green+Blue) = 179+97+148=424 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.22% from 424); Green value is 97 (38.28% from 255 or 22.88% from 424); Blue value is 148 (58.20% from 255 or 34.91% from 424); Max value from RGB is 179 - color contains mainly: red. Hex color #B36194 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36194 is #4C9E6B. Grayscale: #7F7F7F. Windows color (decimal): -5021292 or 9724339. OLE color: 9724339.
HSL color Cylindrical-coordinate representation of color #B36194: hue angle of 322.68º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B36194 is Cyan = 0, Magento = 0.46, Yellow = 0.17 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 97 | 148 | - |
| CMYK | 0 | 0.46 | 0.17 | 0.30 |
| HSL | 322.68º | 0.35% | 0.54% | - |
| HSV(B) | 322.68º | 0.46% | 0.7% | - |
| XYZ | 28.21 | 20.27 | 30.44 | - |
| YUV | 127.33 | 139.67 | 164.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 97 | 148 | 0 | 0.46 | 0.17 | 0.30 | 322.68 | 0.35 | 0.54 |
| Hex | B3 | 61 | 94 | 0 | 2E | 11 | 1E | 143 | 23 | 36 |
| Octal | 263 | 141 | 224 | 0 | 56 | 21 | 36 | 503 | 43 | 66 |
| Binary | 10110011 | 1100001 | 10010100 | 0 | 101110 | 10001 | 11110 | 101000011 | 100011 | 110110 |
Color Harmonies of #B36194
Complementary color
Monochromatic Colors of #B36194
Black with #B36194
Text Example
Text Example
White with #B36194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36194; }
p { color: rgb(179,97,148); }
H1.HeaderClassName
{
color: #B36194;
}
.AnyTagClassName
{
color: #B36194;
}
</style>
background-color css
<style>
a { background-color: #B36194; }
a { background-color: rgb(179,97,148); }
div.DivClassName
{
background-color: #B36194;
}
.BgClassName
{
background-color: #B36194;
}
</style>
border-color css
<style>
span { border-color: #B36194; }
span { border-color: rgb(179,97,148); }
td.TdClassName
{
border-color: #B36194;
}
.TagClassName
{
border-color: #B36194;
}
</style>