Color Hex Logo

#ba841e Color Hex

#BA841E
(186,132,30)
0 Favorites   0 Comments

Color spaces of #ba841e

RGB 18613230
HSL0.110.720.42
HSV39°84°73°
CMYK 0.000.290.84   0.27
XYZ28.735327.03544.9321
Yxy27.03540.47340.4454
Hunter Lab51.99567.655630.7729
CIE-Lab59.007112.273458.0284

#ba841e color RGB value is (186,132,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10000100 00011110
Octal 272 204 36
Decimal 186 132 30
Hex BA 84 1E

RGB Percentages of Color #ba841e

%53.45
%37.93
%8.62

CMYK Percentages of Color #ba841e

%0
%29
%84
%27

Triadic Colors of #ba841e

#ba841e #1eba84 #841eba

Analogous Colors of #ba841e

#ba841e #a2ba1e #ba361e

Monochromatic Colors of #ba841e

#ba841e

Complementary Color

#ba841e #1e54ba

#ba841e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba841e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba841e Color CSS Codes

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

#ba841e Text Font Color

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

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


#ba841e Background Color

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

This div background color is #ba841e


#ba841e Border Color

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

This div border color is #ba841e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba841e


Comments

No comments written yet.

Please login to write comment.