Color Hex Logo

#ba841a Color Hex

#BA841A
(186,132,26)
0 Favorites   0 Comments

Color spaces of #ba841a

RGB 18613226
HSL0.110.750.42
HSV40°86°73°
CMYK 0.000.290.86   0.27
XYZ28.687427.01624.6799
Yxy27.01620.47510.4474
Hunter Lab51.97717.558431.0456
CIE-Lab58.989312.163459.2343

#ba841a color RGB value is (186,132,26).

#ba841a hex color red value is 186, green value is 132 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #ba841a hue: 0.11 , saturation: 0.75 and the lightness value of ba841a is 0.42.

The process color (four color CMYK) of #ba841a color hex is 0.00, 0.29, 0.86, 0.27. Web safe color of #ba841a is #cc9933. Color #ba841a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10000100 00011010
Octal 272 204 32
Decimal 186 132 26
Hex BA 84 1A

RGB Percentages of Color #ba841a

%54.07
%38.37
%7.56

CMYK Percentages of Color #ba841a

%0
%29
%86
%27

Triadic Colors of #ba841a

#ba841a #1aba84 #841aba

Analogous Colors of #ba841a

#ba841a #a0ba1a #ba341a

Monochromatic Colors of #ba841a

#ba841a

Complementary Color

#ba841a #1a50ba

#ba841a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba841a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba841a Color CSS Codes

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

#ba841a Text Font Color

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

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


#ba841a Background Color

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

This div background color is #ba841a


#ba841a Border Color

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

This div border color is #ba841a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba841a


Comments

No comments written yet.

Please login to write comment.