Color Hex Logo

#baaa4b Color Hex

#BAAA4B
(186,170,75)
0 Favorites   0 Comments

Color spaces of #baaa4b

RGB 18617075
HSL0.140.450.51
HSV51°60°73°
CMYK 0.000.090.60   0.27
XYZ35.894439.696612.4270
Yxy39.69660.40780.4510
Hunter Lab63.0052-8.566832.4095
CIE-Lab69.2529-6.059949.9743

#baaa4b color RGB value is (186,170,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101010 01001011
Octal 272 252 113
Decimal 186 170 75
Hex BA AA 4B

RGB Percentages of Color #baaa4b

%43.16
%39.44
%17.40

CMYK Percentages of Color #baaa4b

%0
%9
%60
%27

Triadic Colors of #baaa4b

#baaa4b #4bbaaa #aa4bba

Analogous Colors of #baaa4b

#baaa4b #93ba4b #ba734b

Monochromatic Colors of #baaa4b

#baaa4b

Complementary Color

#baaa4b #4b5bba

#baaa4b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baaa4b Color Preview on White Background

Lorem ipsum dolor sit amet.

#baaa4b Color CSS Codes

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

#baaa4b Text Font Color

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

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


#baaa4b Background Color

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

This div background color is #baaa4b


#baaa4b Border Color

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

This div border color is #baaa4b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baaa4b


Comments

No comments written yet.

Please login to write comment.