Color Hex Logo

#ba494f Color Hex

#BA494F
(186,73,79)
0 Favorites   0 Comments

Color spaces of #ba494f

RGB 1867379
HSL0.990.450.51
HSV357°61°73°
CMYK 0.000.610.58   0.27
XYZ24.043515.76879.1736
Yxy15.76870.49080.3219
Hunter Lab39.709838.586014.0999
CIE-Lab46.669646.092920.3731

#ba494f color RGB value is (186,73,79).

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

The process color (four color CMYK) of #ba494f color hex is 0.00, 0.61, 0.58, 0.27. Web safe color of #ba494f is #cc3366. Color #ba494f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01001001 01001111
Octal 272 111 117
Decimal 186 73 79
Hex BA 49 4F

RGB Percentages of Color #ba494f

%55.03
%21.60
%23.37

CMYK Percentages of Color #ba494f

%0
%61
%58
%27

Triadic Colors of #ba494f

#ba494f #4fba49 #494fba

Analogous Colors of #ba494f

#ba494f #ba7c49 #ba4988

Monochromatic Colors of #ba494f

#ba494f

Complementary Color

#ba494f #49bab4

#ba494f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba494f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba494f Color CSS Codes

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

#ba494f Text Font Color

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

This sample text font color is #ba494f
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.


#ba494f Background Color

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

This div background color is #ba494f


#ba494f Border Color

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

This div border color is #ba494f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba494f


Comments

No comments written yet.

Please login to write comment.