Color Hex Logo

#baaa6f Color Hex

#BAAA6F
(186,170,111)
0 Favorites   0 Comments

Color spaces of #baaa6f

RGB 186170111
HSL0.130.350.58
HSV47°40°73°
CMYK 0.000.090.40   0.27
XYZ37.493740.336320.8485
Yxy40.33630.38000.4088
Hunter Lab63.5109-5.766424.9947
CIE-Lab69.7084-2.733532.4981

#baaa6f color RGB value is (186,170,111).

#baaa6f hex color red value is 186, green value is 170 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #baaa6f hue: 0.13 , saturation: 0.35 and the lightness value of baaa6f is 0.58.

The process color (four color CMYK) of #baaa6f color hex is 0.00, 0.09, 0.40, 0.27. Web safe color of #baaa6f is #cc9966. Color #baaa6f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101010 01101111
Octal 272 252 157
Decimal 186 170 111
Hex BA AA 6F

RGB Percentages of Color #baaa6f

%39.83
%36.40
%23.77

CMYK Percentages of Color #baaa6f

%0
%9
%40
%27

Triadic Colors of #baaa6f

#baaa6f #6fbaaa #aa6fba

Analogous Colors of #baaa6f

#baaa6f #a5ba6f #ba856f

Monochromatic Colors of #baaa6f

#baaa6f

Complementary Color

#baaa6f #6f7fba

#baaa6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baaa6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#baaa6f Color CSS Codes

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

#baaa6f Text Font Color

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

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


#baaa6f Background Color

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

This div background color is #baaa6f


#baaa6f Border Color

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

This div border color is #baaa6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baaa6f


Comments

No comments written yet.

Please login to write comment.