Color Hex Logo

#ba494a Color Hex

#BA494A
(186,73,74)
0 Favorites   0 Comments

Color spaces of #ba494a

RGB 1867374
HSL1.000.450.51
HSV359°61°73°
CMYK 0.000.610.60   0.27
XYZ23.868315.69868.2507
Yxy15.69860.49920.3283
Hunter Lab39.621538.192315.3886
CIE-Lab46.576645.723823.2575

#ba494a color RGB value is (186,73,74).

#ba494a hex color red value is 186, green value is 73 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #ba494a hue: 1.00 , saturation: 0.45 and the lightness value of ba494a is 0.51.

The process color (four color CMYK) of #ba494a color hex is 0.00, 0.61, 0.60, 0.27. Web safe color of #ba494a is #cc3333. Color #ba494a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01001001 01001010
Octal 272 111 112
Decimal 186 73 74
Hex BA 49 4A

RGB Percentages of Color #ba494a

%55.86
%21.92
%22.22

CMYK Percentages of Color #ba494a

%0
%61
%60
%27

Triadic Colors of #ba494a

#ba494a #4aba49 #494aba

Analogous Colors of #ba494a

#ba494a #ba8149 #ba4983

Monochromatic Colors of #ba494a

#ba494a

Complementary Color

#ba494a #49bab9

#ba494a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba494a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba494a Color CSS Codes

.mybgcolor {background-color:#ba494a; } 
.myforecolor {color:#ba494a; }
.mybordercolor {border:3px solid #ba494a; }

#ba494a Text Font Color

<p style="color:#ba494a">Text here</p>

This sample text font color is #ba494a
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ba494a Background Color

<div style="background-color:#ba494a">
Div content here</div>

This div background color is #ba494a


#ba494a Border Color

<div style="border:3px solid #ba494a">
Div here</div>

This div border color is #ba494a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(186,73,74, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ba494a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ba494a;
  -webkit-box-shadow: 1px 1px 3px 2px #ba494a;
  box-shadow:         1px 1px 3px 2px #ba494a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,73,74, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ba494a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ba494a;
  -webkit-box-shadow: 1px 1px 3px 2px #ba494a;
  box-shadow:         1px 1px 3px 2px #ba494a;">
Div content here</div>

This div box has shadow with color #ba494a


Comments

No comments written yet.

Please login to write comment.