#BA4396

Color #BA4396 Mulberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mulberry #BA4396

Tints of Mulberry #BA4396

Color information

#BA4396 (or 0xBA4396) is unknown color: approx Mulberry. HEX triplet: BA, 43 and 96. RGB value is (186,67,150). Sum of RGB (Red+Green+Blue) = 186+67+150=403 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.15% from 403); Green value is 67 (26.56% from 255 or 16.63% from 403); Blue value is 150 (58.98% from 255 or 37.22% from 403); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4396 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4396 is #45BC69. Grayscale: #6F6F6F. Windows color (decimal): -4570218 or 9847738. OLE color: 9847738.

HSL color Cylindrical-coordinate representation of color #BA4396: hue angle of 318.15º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BA4396 is Cyan = 0, Magento = 0.64, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB18667150-
CMYK00.640.190.27
HSL318.15º47.04%49.61%-
HSV(B)318.15º63.98%72.94%-
XYZ27.7616.6630.61-
YUV112.04149.42180.75-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 186 (73.05% from 255) = 46.15%
GREEN value IS 67 (26.56% from 255) = 16.63%
BLUE value IS 150 (58.98% from 255) = 37.22%
R=46.15%
G=16.63%
B=37.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1866715000.640.190.27318.1547.0449.61
HexBA4396040131B13e2f32
Octal272103226010023334765762
Binary10111010100001110010110010000001001111011100111110101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4396; }

 p { color: rgb(186,67,150); }

 H1.HeaderClassName
 {
   color: #BA4396;
 }
 .AnyTagClassName
 {
   color: #BA4396;
 }
</style>
background-color css

<style>
 a { background-color: #BA4396; }

 a { background-color: rgb(186,67,150); }

 div.DivClassName
 {
   background-color: #BA4396;
 }
 .BgClassName
 {
   background-color: #BA4396;
 }
</style>
border-color css

<style>
 span { border-color: #BA4396; }

 span { border-color: rgb(186,67,150); }

 td.TdClassName
 {
   border-color: #BA4396;
 }
 .TagClassName
 {
   border-color: #BA4396;
 }
</style>