Color Hex Logo

#ba942c Color Hex

#BA942C
(186,148,44)
0 Favorites   0 Comments

Color spaces of #ba942c

RGB 18614844
HSL0.120.620.45
HSV44°76°73°
CMYK 0.000.200.76   0.27
XYZ31.294231.80086.8716
Yxy31.80080.44730.4545
Hunter Lab56.39220.370232.2498
CIE-Lab63.17793.975056.8862

#ba942c color RGB value is (186,148,44).

#ba942c hex color red value is 186, green value is 148 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #ba942c hue: 0.12 , saturation: 0.62 and the lightness value of ba942c is 0.45.

The process color (four color CMYK) of #ba942c color hex is 0.00, 0.20, 0.76, 0.27. Web safe color of #ba942c is #cc9933. Color #ba942c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10010100 00101100
Octal 272 224 54
Decimal 186 148 44
Hex BA 94 2C

RGB Percentages of Color #ba942c

%49.21
%39.15
%11.64

CMYK Percentages of Color #ba942c

%0
%20
%76
%27

Triadic Colors of #ba942c

#ba942c #2cba94 #942cba

Analogous Colors of #ba942c

#ba942c #99ba2c #ba4d2c

Monochromatic Colors of #ba942c

#ba942c

Complementary Color

#ba942c #2c52ba

#ba942c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba942c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba942c Color CSS Codes

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

#ba942c Text Font Color

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

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


#ba942c Background Color

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

This div background color is #ba942c


#ba942c Border Color

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

This div border color is #ba942c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba942c


Comments

No comments written yet.

Please login to write comment.