Color Hex Logo

#ba7e3e Color Hex

#BA7E3E
(186,126,62)
0 Favorites   0 Comments

Color spaces of #ba7e3e

RGB 18612662
HSL0.090.500.49
HSV31°67°73°
CMYK 0.000.320.67   0.27
XYZ28.580125.70868.0134
Yxy25.70860.45870.4126
Hunter Lab50.703611.883626.1221
CIE-Lab57.759417.046043.3576

#ba7e3e color RGB value is (186,126,62).

#ba7e3e hex color red value is 186, green value is 126 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #ba7e3e hue: 0.09 , saturation: 0.50 and the lightness value of ba7e3e is 0.49.

The process color (four color CMYK) of #ba7e3e color hex is 0.00, 0.32, 0.67, 0.27. Web safe color of #ba7e3e is #cc6633. Color #ba7e3e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01111110 00111110
Octal 272 176 76
Decimal 186 126 62
Hex BA 7E 3E

RGB Percentages of Color #ba7e3e

%49.73
%33.69
%16.58

CMYK Percentages of Color #ba7e3e

%0
%32
%67
%27

Triadic Colors of #ba7e3e

#ba7e3e #3eba7e #7e3eba

Analogous Colors of #ba7e3e

#ba7e3e #b8ba3e #ba403e

Monochromatic Colors of #ba7e3e

#ba7e3e

Complementary Color

#ba7e3e #3e7aba

#ba7e3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba7e3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba7e3e Color CSS Codes

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

#ba7e3e Text Font Color

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

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


#ba7e3e Background Color

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

This div background color is #ba7e3e


#ba7e3e Border Color

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

This div border color is #ba7e3e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba7e3e


Comments

No comments written yet.

Please login to write comment.