Color Hex Logo

#ba494c Color Hex

#BA494C
(186,73,76)
0 Favorites   0 Comments

Color spaces of #ba494c

RGB 1867376
HSL1.000.450.51
HSV358°61°73°
CMYK 0.000.610.59   0.27
XYZ23.936815.72608.6113
Yxy15.72600.49590.3258
Hunter Lab39.656038.346514.8844
CIE-Lab46.612945.868522.1048

#ba494c color RGB value is (186,73,76).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01001001 01001100
Octal 272 111 114
Decimal 186 73 76
Hex BA 49 4C

RGB Percentages of Color #ba494c

%55.52
%21.79
%22.69

CMYK Percentages of Color #ba494c

%0
%61
%59
%27

Triadic Colors of #ba494c

#ba494c #4cba49 #494cba

Analogous Colors of #ba494c

#ba494c #ba7f49 #ba4985

Monochromatic Colors of #ba494c

#ba494c

Complementary Color

#ba494c #49bab7

#ba494c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba494c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba494c Color CSS Codes

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

#ba494c Text Font Color

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

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


#ba494c Background Color

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

This div background color is #ba494c


#ba494c Border Color

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

This div border color is #ba494c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba494c


Comments

No comments written yet.

Please login to write comment.