Shades of Mulberry #BA4A97
Tints of Mulberry #BA4A97
RGB
CMYK
RGB Variations
Color information
#BA4A97 (or 0xBA4A97) is known color: Mulberry. HEX triplet: BA, 4A and 97. RGB value is (186,74,151). Sum of RGB (Red+Green+Blue) = 186+74+151=411 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.26% from 411); Green value is 74 (29.30% from 255 or 18.00% from 411); Blue value is 151 (59.38% from 255 or 36.74% from 411); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4A97 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4A97 is #45B568. Grayscale: #747474. Windows color (decimal): -4568425 or 9915066. OLE color: 9915066.
HSL color Cylindrical-coordinate representation of color #BA4A97: hue angle of 318.75º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA4A97 is Cyan = 0, Magento = 0.60, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 74 | 151 | - |
| CMYK | 0 | 0.60 | 0.19 | 0.27 |
| HSL | 318.75º | 0.45% | 0.51% | - |
| HSV(B) | 318.75º | 0.6% | 0.73% | - |
| XYZ | 28.28 | 17.57 | 31.18 | - |
| YUV | 116.27 | 147.61 | 177.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 74 | 151 | 0 | 0.60 | 0.19 | 0.27 | 318.75 | 0.45 | 0.51 |
| Hex | BA | 4A | 97 | 0 | 3C | 13 | 1B | 13F | 2D | 33 |
| Octal | 272 | 112 | 227 | 0 | 74 | 23 | 33 | 477 | 55 | 63 |
| Binary | 10111010 | 1001010 | 10010111 | 0 | 111100 | 10011 | 11011 | 100111111 | 101101 | 110011 |
Color Harmonies of #BA4A97
Complementary color
Monochromatic Colors of #BA4A97
Black with #BA4A97
Text Example
Text Example
White with #BA4A97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4A97; }
p { color: rgb(186,74,151); }
H1.HeaderClassName
{
color: #BA4A97;
}
.AnyTagClassName
{
color: #BA4A97;
}
</style>
background-color css
<style>
a { background-color: #BA4A97; }
a { background-color: rgb(186,74,151); }
div.DivClassName
{
background-color: #BA4A97;
}
.BgClassName
{
background-color: #BA4A97;
}
</style>
border-color css
<style>
span { border-color: #BA4A97; }
span { border-color: rgb(186,74,151); }
td.TdClassName
{
border-color: #BA4A97;
}
.TagClassName
{
border-color: #BA4A97;
}
</style>