Color Hex Logo

#ba7a1e Color Hex

#BA7A1E
(186,122,30)
0 Favorites   0 Comments

Color spaces of #ba7a1e

RGB 18612230
HSL0.100.720.42
HSV35°84°73°
CMYK 0.000.340.84   0.27
XYZ27.443624.45194.5016
Yxy24.45190.48660.4336
Hunter Lab49.448912.530129.2167
CIE-Lab56.537417.812855.9082

#ba7a1e color RGB value is (186,122,30).

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

The process color (four color CMYK) of #ba7a1e color hex is 0.00, 0.34, 0.84, 0.27. Web safe color of #ba7a1e is #cc6633. Color #ba7a1e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01111010 00011110
Octal 272 172 36
Decimal 186 122 30
Hex BA 7A 1E

RGB Percentages of Color #ba7a1e

%55.03
%36.09
%8.88

CMYK Percentages of Color #ba7a1e

%0
%34
%84
%27

Triadic Colors of #ba7a1e

#ba7a1e #1eba7a #7a1eba

Analogous Colors of #ba7a1e

#ba7a1e #acba1e #ba2c1e

Monochromatic Colors of #ba7a1e

#ba7a1e

Complementary Color

#ba7a1e #1e5eba

#ba7a1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba7a1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba7a1e Color CSS Codes

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

#ba7a1e Text Font Color

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

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


#ba7a1e Background Color

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

This div background color is #ba7a1e


#ba7a1e Border Color

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

This div border color is #ba7a1e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba7a1e


Comments

No comments written yet.

Please login to write comment.