Color Hex Logo

#ba803e Color Hex

#BA803E
(186,128,62)
0 Favorites   0 Comments

Color spaces of #ba803e

RGB 18612862
HSL0.090.500.49
HSV32°67°73°
CMYK 0.000.310.67   0.27
XYZ28.838426.22528.0995
Yxy26.22520.45660.4152
Hunter Lab51.210510.901026.4700
CIE-Lab58.250215.936743.9047

#ba803e color RGB value is (186,128,62).

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

The process color (four color CMYK) of #ba803e color hex is 0.00, 0.31, 0.67, 0.27. Web safe color of #ba803e is #cc9933. Color #ba803e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10000000 00111110
Octal 272 200 76
Decimal 186 128 62
Hex BA 80 3E

RGB Percentages of Color #ba803e

%49.47
%34.04
%16.49

CMYK Percentages of Color #ba803e

%0
%31
%67
%27

Triadic Colors of #ba803e

#ba803e #3eba80 #803eba

Analogous Colors of #ba803e

#ba803e #b6ba3e #ba423e

Monochromatic Colors of #ba803e

#ba803e

Complementary Color

#ba803e #3e78ba

#ba803e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba803e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba803e Color CSS Codes

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

#ba803e Text Font Color

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

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


#ba803e Background Color

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

This div background color is #ba803e


#ba803e Border Color

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

This div border color is #ba803e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba803e


Comments

No comments written yet.

Please login to write comment.