Color Hex Logo

#ba833e Color Hex

#BA833E
(186,131,62)
0 Favorites   0 Comments

Color spaces of #ba833e

RGB 18613162
HSL0.090.500.49
HSV33°67°73°
CMYK 0.000.300.67   0.27
XYZ29.235527.01958.2318
Yxy27.01950.45340.4190
Hunter Lab51.98039.429026.9968
CIE-Lab58.992414.272844.7288

#ba833e color RGB value is (186,131,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10000011 00111110
Octal 272 203 76
Decimal 186 131 62
Hex BA 83 3E

RGB Percentages of Color #ba833e

%49.08
%34.56
%16.36

CMYK Percentages of Color #ba833e

%0
%30
%67
%27

Triadic Colors of #ba833e

#ba833e #3eba83 #833eba

Analogous Colors of #ba833e

#ba833e #b3ba3e #ba453e

Monochromatic Colors of #ba833e

#ba833e

Complementary Color

#ba833e #3e75ba

#ba833e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba833e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba833e Color CSS Codes

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

#ba833e Text Font Color

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

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


#ba833e Background Color

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

This div background color is #ba833e


#ba833e Border Color

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

This div border color is #ba833e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba833e

#ba833e Color Palettes


Comments

No comments written yet.

Please login to write comment.