Shades of Mulberry #B46297
Tints of Mulberry #B46297
RGB
CMYK
RGB Variations
Color information
#B46297 (or 0xB46297) is known color: Mulberry. HEX triplet: B4, 62 and 97. RGB value is (180,98,151). Sum of RGB (Red+Green+Blue) = 180+98+151=429 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.96% from 429); Green value is 98 (38.67% from 255 or 22.84% from 429); Blue value is 151 (59.38% from 255 or 35.20% from 429); Max value from RGB is 180 - color contains mainly: red. Hex color #B46297 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46297 is #4B9D68. Grayscale: #808080. Windows color (decimal): -4955497 or 9921204. OLE color: 9921204.
HSL color Cylindrical-coordinate representation of color #B46297: hue angle of 321.22º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B46297 is Cyan = 0, Magento = 0.46, Yellow = 0.16 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 98 | 151 | - |
| CMYK | 0 | 0.46 | 0.16 | 0.29 |
| HSL | 321.22º | 0.35% | 0.55% | - |
| HSV(B) | 321.22º | 0.46% | 0.71% | - |
| XYZ | 28.78 | 20.67 | 31.75 | - |
| YUV | 128.56 | 140.67 | 164.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 98 | 151 | 0 | 0.46 | 0.16 | 0.29 | 321.22 | 0.35 | 0.55 |
| Hex | B4 | 62 | 97 | 0 | 2E | 10 | 1D | 141 | 23 | 37 |
| Octal | 264 | 142 | 227 | 0 | 56 | 20 | 35 | 501 | 43 | 67 |
| Binary | 10110100 | 1100010 | 10010111 | 0 | 101110 | 10000 | 11101 | 101000001 | 100011 | 110111 |
Color Harmonies of #B46297
Complementary color
Monochromatic Colors of #B46297
Black with #B46297
Text Example
Text Example
White with #B46297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B46297; }
p { color: rgb(180,98,151); }
H1.HeaderClassName
{
color: #B46297;
}
.AnyTagClassName
{
color: #B46297;
}
</style>
background-color css
<style>
a { background-color: #B46297; }
a { background-color: rgb(180,98,151); }
div.DivClassName
{
background-color: #B46297;
}
.BgClassName
{
background-color: #B46297;
}
</style>
border-color css
<style>
span { border-color: #B46297; }
span { border-color: rgb(180,98,151); }
td.TdClassName
{
border-color: #B46297;
}
.TagClassName
{
border-color: #B46297;
}
</style>