#BA4A96

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

Shades of Mulberry #BA4A96

Tints of Mulberry #BA4A96

Color information

#BA4A96 (or 0xBA4A96) is unknown color: approx Mulberry. HEX triplet: BA, 4A and 96. RGB value is (186,74,150). Sum of RGB (Red+Green+Blue) = 186+74+150=410 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.37% from 410); Green value is 74 (29.30% from 255 or 18.05% from 410); Blue value is 150 (58.98% from 255 or 36.59% from 410); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4A96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4A96 is #45B569. Grayscale: #737373. Windows color (decimal): -4568426 or 9849530. OLE color: 9849530.

HSL color Cylindrical-coordinate representation of color #BA4A96: hue angle of 319.29º 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 #BA4A96 is Cyan = 0, Magento = 0.60, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB18674150-
CMYK00.600.190.27
HSL319.29º44.8%50.98%-
HSV(B)319.29º60.22%72.94%-
XYZ28.217.5430.75-
YUV116.15147.11177.82-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.37%
GREEN value IS 74 (29.30% from 255) = 18.05%
BLUE value IS 150 (58.98% from 255) = 36.59%
R=45.37%
G=18.05%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1867415000.600.190.27319.2944.850.98
HexBA4A9603C131B13f2d33
Octal27211222607423334775563
Binary1011101010010101001011001111001001111011100111111101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4A96; }

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

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

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

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

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

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

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

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