Shades of Mulberry #BA5D92
Tints of Mulberry #BA5D92
RGB
CMYK
RGB Variations
Color information
#BA5D92 (or 0xBA5D92) is known color: Mulberry. HEX triplet: BA, 5D and 92. RGB value is (186,93,146). Sum of RGB (Red+Green+Blue) = 186+93+146=425 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.76% from 425); Green value is 93 (36.72% from 255 or 21.88% from 425); Blue value is 146 (57.42% from 255 or 34.35% from 425); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5D92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5D92 is #45A26D. Grayscale: #7E7E7E. Windows color (decimal): -4563566 or 9592250. OLE color: 9592250.
HSL color Cylindrical-coordinate representation of color #BA5D92: hue angle of 325.81º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BA5D92 is Cyan = 0, Magento = 0.5, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 93 | 146 | - |
| CMYK | 0 | 0.5 | 0.22 | 0.27 |
| HSL | 325.81º | 0.4% | 0.55% | - |
| HSV(B) | 325.81º | 0.5% | 0.73% | - |
| XYZ | 29.35 | 20.34 | 29.57 | - |
| YUV | 126.85 | 138.81 | 170.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 93 | 146 | 0 | 0.5 | 0.22 | 0.27 | 325.81 | 0.4 | 0.55 |
| Hex | BA | 5D | 92 | 0 | 32 | 16 | 1B | 146 | 28 | 37 |
| Octal | 272 | 135 | 222 | 0 | 62 | 26 | 33 | 506 | 50 | 67 |
| Binary | 10111010 | 1011101 | 10010010 | 0 | 110010 | 10110 | 11011 | 101000110 | 101000 | 110111 |
Color Harmonies of #BA5D92
Complementary color
Monochromatic Colors of #BA5D92
Black with #BA5D92
Text Example
Text Example
White with #BA5D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5D92; }
p { color: rgb(186,93,146); }
H1.HeaderClassName
{
color: #BA5D92;
}
.AnyTagClassName
{
color: #BA5D92;
}
</style>
background-color css
<style>
a { background-color: #BA5D92; }
a { background-color: rgb(186,93,146); }
div.DivClassName
{
background-color: #BA5D92;
}
.BgClassName
{
background-color: #BA5D92;
}
</style>
border-color css
<style>
span { border-color: #BA5D92; }
span { border-color: rgb(186,93,146); }
td.TdClassName
{
border-color: #BA5D92;
}
.TagClassName
{
border-color: #BA5D92;
}
</style>