Shades of Mulberry #BA458E
Tints of Mulberry #BA458E
RGB
CMYK
RGB Variations
Color information
#BA458E (or 0xBA458E) is known color: Mulberry. HEX triplet: BA, 45 and 8E. RGB value is (186,69,142). Sum of RGB (Red+Green+Blue) = 186+69+142=397 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.85% from 397); Green value is 69 (27.34% from 255 or 17.38% from 397); Blue value is 142 (55.86% from 255 or 35.77% from 397); Max value from RGB is 186 - color contains mainly: red. Hex color #BA458E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA458E is #45BA71. Grayscale: #707070. Windows color (decimal): -4569714 or 9323962. OLE color: 9323962.
HSL color Cylindrical-coordinate representation of color #BA458E: hue angle of 322.56º 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 #BA458E is Cyan = 0, Magento = 0.63, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 69 | 142 | - |
| CMYK | 0 | 0.63 | 0.24 | 0.27 |
| HSL | 322.56º | 0.46% | 0.5% | - |
| HSV(B) | 322.56º | 0.63% | 0.73% | - |
| XYZ | 27.26 | 16.65 | 27.37 | - |
| YUV | 112.31 | 144.76 | 180.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 69 | 142 | 0 | 0.63 | 0.24 | 0.27 | 322.56 | 0.46 | 0.5 |
| Hex | BA | 45 | 8E | 0 | 3F | 18 | 1B | 143 | 2E | 32 |
| Octal | 272 | 105 | 216 | 0 | 77 | 30 | 33 | 503 | 56 | 62 |
| Binary | 10111010 | 1000101 | 10001110 | 0 | 111111 | 11000 | 11011 | 101000011 | 101110 | 110010 |
Color Harmonies of #BA458E
Complementary color
Monochromatic Colors of #BA458E
Black with #BA458E
Text Example
Text Example
White with #BA458E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA458E; }
p { color: rgb(186,69,142); }
H1.HeaderClassName
{
color: #BA458E;
}
.AnyTagClassName
{
color: #BA458E;
}
</style>
background-color css
<style>
a { background-color: #BA458E; }
a { background-color: rgb(186,69,142); }
div.DivClassName
{
background-color: #BA458E;
}
.BgClassName
{
background-color: #BA458E;
}
</style>
border-color css
<style>
span { border-color: #BA458E; }
span { border-color: rgb(186,69,142); }
td.TdClassName
{
border-color: #BA458E;
}
.TagClassName
{
border-color: #BA458E;
}
</style>