Color Hex Logo

#ba994b Color Hex

#BA994B
(186,153,75)
0 Favorites   0 Comments

Color spaces of #ba994b

RGB 18615375
HSL0.120.450.51
HSV42°60°73°
CMYK 0.000.180.60   0.27
XYZ32.910933.729611.4325
Yxy33.72960.42150.4320
Hunter Lab58.0772-0.483628.9828
CIE-Lab64.74743.056144.8663

#ba994b color RGB value is (186,153,75).

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

The process color (four color CMYK) of #ba994b color hex is 0.00, 0.18, 0.60, 0.27. Web safe color of #ba994b is #cc9933. Color #ba994b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10011001 01001011
Octal 272 231 113
Decimal 186 153 75
Hex BA 99 4B

RGB Percentages of Color #ba994b

%44.93
%36.96
%18.12

CMYK Percentages of Color #ba994b

%0
%18
%60
%27

Triadic Colors of #ba994b

#ba994b #4bba99 #994bba

Analogous Colors of #ba994b

#ba994b #a4ba4b #ba614b

Monochromatic Colors of #ba994b

#ba994b

Complementary Color

#ba994b #4b6cba

#ba994b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba994b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba994b Color CSS Codes

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

#ba994b Text Font Color

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

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


#ba994b Background Color

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

This div background color is #ba994b


#ba994b Border Color

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

This div border color is #ba994b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba994b


Comments

No comments written yet.

Please login to write comment.