Shades of Mulberry #BA458B
Tints of Mulberry #BA458B
RGB
CMYK
RGB Variations
Color information
#BA458B (or 0xBA458B) is known color: Mulberry. HEX triplet: BA, 45 and 8B. RGB value is (186,69,139). Sum of RGB (Red+Green+Blue) = 186+69+139=394 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.21% from 394); Green value is 69 (27.34% from 255 or 17.51% from 394); Blue value is 139 (54.69% from 255 or 35.28% from 394); Max value from RGB is 186 - color contains mainly: red. Hex color #BA458B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA458B is #45BA74. Grayscale: #6F6F6F. Windows color (decimal): -4569717 or 9127354. OLE color: 9127354.
HSL color Cylindrical-coordinate representation of color #BA458B: hue angle of 324.1º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BA458B is Cyan = 0, Magento = 0.63, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 69 | 139 | - |
| CMYK | 0 | 0.63 | 0.25 | 0.27 |
| HSL | 324.1º | 0.46% | 0.5% | - |
| HSV(B) | 324.1º | 0.63% | 0.73% | - |
| XYZ | 27.04 | 16.56 | 26.2 | - |
| YUV | 111.96 | 143.26 | 180.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 69 | 139 | 0 | 0.63 | 0.25 | 0.27 | 324.1 | 0.46 | 0.5 |
| Hex | BA | 45 | 8B | 0 | 3F | 19 | 1B | 144 | 2E | 32 |
| Octal | 272 | 105 | 213 | 0 | 77 | 31 | 33 | 504 | 56 | 62 |
| Binary | 10111010 | 1000101 | 10001011 | 0 | 111111 | 11001 | 11011 | 101000100 | 101110 | 110010 |
Color Harmonies of #BA458B
Complementary color
Monochromatic Colors of #BA458B
Black with #BA458B
Text Example
Text Example
White with #BA458B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA458B; }
p { color: rgb(186,69,139); }
H1.HeaderClassName
{
color: #BA458B;
}
.AnyTagClassName
{
color: #BA458B;
}
</style>
background-color css
<style>
a { background-color: #BA458B; }
a { background-color: rgb(186,69,139); }
div.DivClassName
{
background-color: #BA458B;
}
.BgClassName
{
background-color: #BA458B;
}
</style>
border-color css
<style>
span { border-color: #BA458B; }
span { border-color: rgb(186,69,139); }
td.TdClassName
{
border-color: #BA458B;
}
.TagClassName
{
border-color: #BA458B;
}
</style>