color codes Logo

#ba994c color codes

#BA994C
(186,153,76)
0 Favorites   0 Comments

Color spaces of #ba994c

RGB 18615376
HSL0.120.440.51
HSV42°59°73°
CMYK 0.000.180.59   0.27
XYZ32.945433.743411.6142
Yxy33.74340.42070.4309
Hunter Lab58.0891-0.419028.8080
CIE-Lab64.75843.131344.3881

#ba994c color RGB value is (186,153,76).

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

The process color (four color CMYK) of #ba994c color code is 0.00, 0.18, 0.59, 0.27. Web safe color of #ba994c is #cc9933. Color #ba994c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10011001 01001100
Octal 272 231 114
Decimal 186 153 76
Hex BA 99 4C

RGB Percentages of Color #ba994c

%44.82
%36.87
%18.31

CMYK Percentages of Color #ba994c

%0
%18
%59
%27

Triadic Colors of #ba994c

#ba994c #4cba99 #994cba

Analogous Colors of #ba994c

#ba994c #a4ba4c #ba624c

Monochromatic Colors of #ba994c

#ba994c

Complementary Color

#ba994c #4c6dba

#ba994c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba994c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba994c Color CSS Codes

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

#ba994c Text Font Color

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

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


#ba994c Background Color

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

This div background color is #ba994c


#ba994c Border Color

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

This div border color is #ba994c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba994c


Comments

No comments written yet.

Please login to write comment.