Color Hex Logo

#ba994d Color Hex

#BA994D
(186,153,77)
0 Favorites   0 Comments

Color spaces of #ba994d

RGB 18615377
HSL0.120.440.52
HSV42°59°73°
CMYK 0.000.180.59   0.27
XYZ32.980533.757411.7987
Yxy33.75740.41990.4298
Hunter Lab58.1011-0.353328.6307
CIE-Lab64.76953.207843.9077

#ba994d color RGB value is (186,153,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10011001 01001101
Octal 272 231 115
Decimal 186 153 77
Hex BA 99 4D

RGB Percentages of Color #ba994d

%44.71
%36.78
%18.51

CMYK Percentages of Color #ba994d

%0
%18
%59
%27

Triadic Colors of #ba994d

#ba994d #4dba99 #994dba

Analogous Colors of #ba994d

#ba994d #a5ba4d #ba624d

Monochromatic Colors of #ba994d

#ba994d

Complementary Color

#ba994d #4d6eba

#ba994d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba994d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba994d Color CSS Codes

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

#ba994d Text Font Color

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

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


#ba994d Background Color

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

This div background color is #ba994d


#ba994d Border Color

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

This div border color is #ba994d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba994d


Comments

No comments written yet.

Please login to write comment.