Shades of Mulberry #B46091
Tints of Mulberry #B46091
RGB
CMYK
RGB Variations
Color information
#B46091 (or 0xB46091) is known color: Mulberry. HEX triplet: B4, 60 and 91. RGB value is (180,96,145). Sum of RGB (Red+Green+Blue) = 180+96+145=421 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.76% from 421); Green value is 96 (37.89% from 255 or 22.80% from 421); Blue value is 145 (57.03% from 255 or 34.44% from 421); Max value from RGB is 180 - color contains mainly: red. Hex color #B46091 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46091 is #4B9F6E. Grayscale: #7E7E7E. Windows color (decimal): -4956015 or 9527476. OLE color: 9527476.
HSL color Cylindrical-coordinate representation of color #B46091: hue angle of 325º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B46091 is Cyan = 0, Magento = 0.47, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 96 | 145 | - |
| CMYK | 0 | 0.47 | 0.19 | 0.29 |
| HSL | 325º | 0.36% | 0.54% | - |
| HSV(B) | 325º | 0.47% | 0.71% | - |
| XYZ | 28.12 | 20.11 | 29.19 | - |
| YUV | 126.7 | 138.33 | 166.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 96 | 145 | 0 | 0.47 | 0.19 | 0.29 | 325 | 0.36 | 0.54 |
| Hex | B4 | 60 | 91 | 0 | 2F | 13 | 1D | 145 | 24 | 36 |
| Octal | 264 | 140 | 221 | 0 | 57 | 23 | 35 | 505 | 44 | 66 |
| Binary | 10110100 | 1100000 | 10010001 | 0 | 101111 | 10011 | 11101 | 101000101 | 100100 | 110110 |
Color Harmonies of #B46091
Complementary color
Monochromatic Colors of #B46091
Black with #B46091
Text Example
Text Example
White with #B46091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B46091; }
p { color: rgb(180,96,145); }
H1.HeaderClassName
{
color: #B46091;
}
.AnyTagClassName
{
color: #B46091;
}
</style>
background-color css
<style>
a { background-color: #B46091; }
a { background-color: rgb(180,96,145); }
div.DivClassName
{
background-color: #B46091;
}
.BgClassName
{
background-color: #B46091;
}
</style>
border-color css
<style>
span { border-color: #B46091; }
span { border-color: rgb(180,96,145); }
td.TdClassName
{
border-color: #B46091;
}
.TagClassName
{
border-color: #B46091;
}
</style>