Shades of Mulberry #BA448A
Tints of Mulberry #BA448A
RGB
CMYK
RGB Variations
Color information
#BA448A (or 0xBA448A) is known color: Mulberry. HEX triplet: BA, 44 and 8A. RGB value is (186,68,138). Sum of RGB (Red+Green+Blue) = 186+68+138=392 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.45% from 392); Green value is 68 (26.95% from 255 or 17.35% from 392); Blue value is 138 (54.30% from 255 or 35.20% from 392); Max value from RGB is 186 - color contains mainly: red. Hex color #BA448A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA448A is #45BB75. Grayscale: #6F6F6F. Windows color (decimal): -4569974 or 9061562. OLE color: 9061562.
HSL color Cylindrical-coordinate representation of color #BA448A: hue angle of 324.41º 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 #BA448A is Cyan = 0, Magento = 0.63, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 68 | 138 | - |
| CMYK | 0 | 0.63 | 0.26 | 0.27 |
| HSL | 324.41º | 0.46% | 0.5% | - |
| HSV(B) | 324.41º | 0.63% | 0.73% | - |
| XYZ | 26.9 | 16.41 | 25.79 | - |
| YUV | 111.26 | 143.09 | 181.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 68 | 138 | 0 | 0.63 | 0.26 | 0.27 | 324.41 | 0.46 | 0.5 |
| Hex | BA | 44 | 8A | 0 | 3F | 1A | 1B | 144 | 2E | 32 |
| Octal | 272 | 104 | 212 | 0 | 77 | 32 | 33 | 504 | 56 | 62 |
| Binary | 10111010 | 1000100 | 10001010 | 0 | 111111 | 11010 | 11011 | 101000100 | 101110 | 110010 |
Color Harmonies of #BA448A
Complementary color
Monochromatic Colors of #BA448A
Black with #BA448A
Text Example
Text Example
White with #BA448A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA448A; }
p { color: rgb(186,68,138); }
H1.HeaderClassName
{
color: #BA448A;
}
.AnyTagClassName
{
color: #BA448A;
}
</style>
background-color css
<style>
a { background-color: #BA448A; }
a { background-color: rgb(186,68,138); }
div.DivClassName
{
background-color: #BA448A;
}
.BgClassName
{
background-color: #BA448A;
}
</style>
border-color css
<style>
span { border-color: #BA448A; }
span { border-color: rgb(186,68,138); }
td.TdClassName
{
border-color: #BA448A;
}
.TagClassName
{
border-color: #BA448A;
}
</style>