Color Hex Logo

#ba994e Color Hex

#BA994E
(186,153,78)
0 Favorites   0 Comments

Color spaces of #ba994e

RGB 18615378
HSL0.120.440.52
HSV42°58°73°
CMYK 0.000.180.58   0.27
XYZ33.016133.771611.9862
Yxy33.77160.41910.4287
Hunter Lab58.1133-0.286628.4504
CIE-Lab64.78093.285443.4248

#ba994e color RGB value is (186,153,78).

#ba994e hex color red value is 186, green value is 153 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #ba994e hue: 0.12 , saturation: 0.44 and the lightness value of ba994e is 0.52.

The process color (four color CMYK) of #ba994e color hex is 0.00, 0.18, 0.58, 0.27. Web safe color of #ba994e is #cc9966. Color #ba994e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10011001 01001110
Octal 272 231 116
Decimal 186 153 78
Hex BA 99 4E

RGB Percentages of Color #ba994e

%44.60
%36.69
%18.71

CMYK Percentages of Color #ba994e

%0
%18
%58
%27

Triadic Colors of #ba994e

#ba994e #4eba99 #994eba

Analogous Colors of #ba994e

#ba994e #a5ba4e #ba634e

Monochromatic Colors of #ba994e

#ba994e

Complementary Color

#ba994e #4e6fba

#ba994e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba994e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba994e Color CSS Codes

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

#ba994e Text Font Color

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

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


#ba994e Background Color

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

This div background color is #ba994e


#ba994e Border Color

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

This div border color is #ba994e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba994e


Comments

No comments written yet.

Please login to write comment.