Color Hex Logo

#ba474c Color Hex

#BA474C
(186,71,76)
0 Favorites   0 Comments

Color spaces of #ba474c

RGB 1867176
HSL0.990.450.50
HSV357°62°73°
CMYK 0.000.620.59   0.27
XYZ23.807415.46748.5682
Yxy15.46740.49760.3233
Hunter Lab39.328639.229114.6130
CIE-Lab46.267846.786021.6533

#ba474c color RGB value is (186,71,76).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01000111 01001100
Octal 272 107 114
Decimal 186 71 76
Hex BA 47 4C

RGB Percentages of Color #ba474c

%55.86
%21.32
%22.82

CMYK Percentages of Color #ba474c

%0
%62
%59
%27

Triadic Colors of #ba474c

#ba474c #4cba47 #474cba

Analogous Colors of #ba474c

#ba474c #ba7c47 #ba4786

Monochromatic Colors of #ba474c

#ba474c

Complementary Color

#ba474c #47bab5

#ba474c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba474c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba474c Color CSS Codes

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

#ba474c Text Font Color

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

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


#ba474c Background Color

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

This div background color is #ba474c


#ba474c Border Color

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

This div border color is #ba474c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,71,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 #ba474c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba474c


Comments

No comments written yet.

Please login to write comment.