Color Hex Logo

#ba911e Color Hex

#BA911E
(186,145,30)
0 Favorites   0 Comments

Color spaces of #ba911e

RGB 18614530
HSL0.120.720.42
HSV44°84°73°
CMYK 0.000.220.84   0.27
XYZ30.609430.78365.5568
Yxy30.78360.45720.4598
Hunter Lab55.48301.381532.9000
CIE-Lab62.32455.116460.8569

#ba911e color RGB value is (186,145,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10010001 00011110
Octal 272 221 36
Decimal 186 145 30
Hex BA 91 1E

RGB Percentages of Color #ba911e

%51.52
%40.17
%8.31

CMYK Percentages of Color #ba911e

%0
%22
%84
%27

Triadic Colors of #ba911e

#ba911e #1eba91 #911eba

Analogous Colors of #ba911e

#ba911e #95ba1e #ba431e

Monochromatic Colors of #ba911e

#ba911e

Complementary Color

#ba911e #1e47ba

#ba911e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba911e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba911e Color CSS Codes

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

#ba911e Text Font Color

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

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


#ba911e Background Color

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

This div background color is #ba911e


#ba911e Border Color

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

This div border color is #ba911e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba911e


Comments

No comments written yet.

Please login to write comment.