Color Hex Logo

#ba494b Color Hex

#BA494B
(186,73,75)
0 Favorites   0 Comments

Color spaces of #ba494b

RGB 1867375
HSL1.000.450.51
HSV359°61°73°
CMYK 0.000.610.60   0.27
XYZ23.902215.71228.4296
Yxy15.71220.49750.3270
Hunter Lab39.638638.268415.1383
CIE-Lab46.594645.795222.6813

#ba494b color RGB value is (186,73,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01001001 01001011
Octal 272 111 113
Decimal 186 73 75
Hex BA 49 4B

RGB Percentages of Color #ba494b

%55.69
%21.86
%22.46

CMYK Percentages of Color #ba494b

%0
%61
%60
%27

Triadic Colors of #ba494b

#ba494b #4bba49 #494bba

Analogous Colors of #ba494b

#ba494b #ba8049 #ba4984

Monochromatic Colors of #ba494b

#ba494b

Complementary Color

#ba494b #49bab8

#ba494b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba494b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba494b Color CSS Codes

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

#ba494b Text Font Color

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

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


#ba494b Background Color

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

This div background color is #ba494b


#ba494b Border Color

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

This div border color is #ba494b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba494b


Comments

No comments written yet.

Please login to write comment.