Shades of Mulberry #BA6094
Tints of Mulberry #BA6094
RGB
CMYK
RGB Variations
Color information
#BA6094 (or 0xBA6094) is known color: Mulberry. HEX triplet: BA, 60 and 94. RGB value is (186,96,148). Sum of RGB (Red+Green+Blue) = 186+96+148=430 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.26% from 430); Green value is 96 (37.89% from 255 or 22.33% from 430); Blue value is 148 (58.20% from 255 or 34.42% from 430); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6094 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6094 is #459F6B. Grayscale: #808080. Windows color (decimal): -4562796 or 9724090. OLE color: 9724090.
HSL color Cylindrical-coordinate representation of color #BA6094: hue angle of 325.33º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BA6094 is Cyan = 0, Magento = 0.48, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 96 | 148 | - |
| CMYK | 0 | 0.48 | 0.20 | 0.27 |
| HSL | 325.33º | 0.39% | 0.55% | - |
| HSV(B) | 325.33º | 0.48% | 0.73% | - |
| XYZ | 29.78 | 20.94 | 30.49 | - |
| YUV | 128.84 | 138.82 | 168.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 96 | 148 | 0 | 0.48 | 0.20 | 0.27 | 325.33 | 0.39 | 0.55 |
| Hex | BA | 60 | 94 | 0 | 30 | 14 | 1B | 145 | 27 | 37 |
| Octal | 272 | 140 | 224 | 0 | 60 | 24 | 33 | 505 | 47 | 67 |
| Binary | 10111010 | 1100000 | 10010100 | 0 | 110000 | 10100 | 11011 | 101000101 | 100111 | 110111 |
Color Harmonies of #BA6094
Complementary color
Monochromatic Colors of #BA6094
Black with #BA6094
Text Example
Text Example
White with #BA6094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6094; }
p { color: rgb(186,96,148); }
H1.HeaderClassName
{
color: #BA6094;
}
.AnyTagClassName
{
color: #BA6094;
}
</style>
background-color css
<style>
a { background-color: #BA6094; }
a { background-color: rgb(186,96,148); }
div.DivClassName
{
background-color: #BA6094;
}
.BgClassName
{
background-color: #BA6094;
}
</style>
border-color css
<style>
span { border-color: #BA6094; }
span { border-color: rgb(186,96,148); }
td.TdClassName
{
border-color: #BA6094;
}
.TagClassName
{
border-color: #BA6094;
}
</style>