Shades of Mulberry #BA5C92
Tints of Mulberry #BA5C92
RGB
CMYK
RGB Variations
Color information
#BA5C92 (or 0xBA5C92) is known color: Mulberry. HEX triplet: BA, 5C and 92. RGB value is (186,92,146). Sum of RGB (Red+Green+Blue) = 186+92+146=424 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.87% from 424); Green value is 92 (36.33% from 255 or 21.70% from 424); Blue value is 146 (57.42% from 255 or 34.43% from 424); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5C92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5C92 is #45A36D. Grayscale: #7E7E7E. Windows color (decimal): -4563822 or 9591994. OLE color: 9591994.
HSL color Cylindrical-coordinate representation of color #BA5C92: hue angle of 325.53º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BA5C92 is Cyan = 0, Magento = 0.51, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 92 | 146 | - |
| CMYK | 0 | 0.51 | 0.22 | 0.27 |
| HSL | 325.53º | 0.41% | 0.55% | - |
| HSV(B) | 325.53º | 0.51% | 0.73% | - |
| XYZ | 29.27 | 20.17 | 29.54 | - |
| YUV | 126.26 | 139.14 | 170.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 92 | 146 | 0 | 0.51 | 0.22 | 0.27 | 325.53 | 0.41 | 0.55 |
| Hex | BA | 5C | 92 | 0 | 33 | 16 | 1B | 146 | 29 | 37 |
| Octal | 272 | 134 | 222 | 0 | 63 | 26 | 33 | 506 | 51 | 67 |
| Binary | 10111010 | 1011100 | 10010010 | 0 | 110011 | 10110 | 11011 | 101000110 | 101001 | 110111 |
Color Harmonies of #BA5C92
Complementary color
Monochromatic Colors of #BA5C92
Black with #BA5C92
Text Example
Text Example
White with #BA5C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5C92; }
p { color: rgb(186,92,146); }
H1.HeaderClassName
{
color: #BA5C92;
}
.AnyTagClassName
{
color: #BA5C92;
}
</style>
background-color css
<style>
a { background-color: #BA5C92; }
a { background-color: rgb(186,92,146); }
div.DivClassName
{
background-color: #BA5C92;
}
.BgClassName
{
background-color: #BA5C92;
}
</style>
border-color css
<style>
span { border-color: #BA5C92; }
span { border-color: rgb(186,92,146); }
td.TdClassName
{
border-color: #BA5C92;
}
.TagClassName
{
border-color: #BA5C92;
}
</style>