Color Hex Logo

#ba823e Color Hex

#BA823E
(186,130,62)
0 Favorites   0 Comments

Color spaces of #ba823e

RGB 18613062
HSL0.090.500.49
HSV33°67°73°
CMYK 0.000.300.67   0.27
XYZ29.101826.75228.1873
Yxy26.75220.45440.4177
Hunter Lab51.72259.919026.8206
CIE-Lab58.744314.826944.4536

#ba823e color RGB value is (186,130,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10000010 00111110
Octal 272 202 76
Decimal 186 130 62
Hex BA 82 3E

RGB Percentages of Color #ba823e

%49.21
%34.39
%16.40

CMYK Percentages of Color #ba823e

%0
%30
%67
%27

Triadic Colors of #ba823e

#ba823e #3eba82 #823eba

Analogous Colors of #ba823e

#ba823e #b4ba3e #ba443e

Monochromatic Colors of #ba823e

#ba823e

Complementary Color

#ba823e #3e76ba

#ba823e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba823e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba823e Color CSS Codes

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

#ba823e Text Font Color

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

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


#ba823e Background Color

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

This div background color is #ba823e


#ba823e Border Color

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

This div border color is #ba823e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba823e


Comments

No comments written yet.

Please login to write comment.