Color Hex Logo

#baac6b Color Hex

#BAAC6B
(186,172,107)
0 Favorites   0 Comments

Color spaces of #baac6b

RGB 186172107
HSL0.140.360.57
HSV49°42°73°
CMYK 0.000.080.42   0.27
XYZ37.656141.005719.8401
Yxy41.00570.38230.4163
Hunter Lab64.0357-7.095826.4552
CIE-Lab70.1799-4.237335.2005

#baac6b color RGB value is (186,172,107).

#baac6b hex color red value is 186, green value is 172 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #baac6b hue: 0.14 , saturation: 0.36 and the lightness value of baac6b is 0.57.

The process color (four color CMYK) of #baac6b color hex is 0.00, 0.08, 0.42, 0.27. Web safe color of #baac6b is #cc9966. Color #baac6b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101100 01101011
Octal 272 254 153
Decimal 186 172 107
Hex BA AC 6B

RGB Percentages of Color #baac6b

%40.00
%36.99
%23.01

CMYK Percentages of Color #baac6b

%0
%8
%42
%27

Triadic Colors of #baac6b

#baac6b #6bbaac #ac6bba

Analogous Colors of #baac6b

#baac6b #a1ba6b #ba856b

Monochromatic Colors of #baac6b

#baac6b

Complementary Color

#baac6b #6b79ba

#baac6b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baac6b Color Preview on White Background

Lorem ipsum dolor sit amet.

#baac6b Color CSS Codes

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

#baac6b Text Font Color

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

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


#baac6b Background Color

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

This div background color is #baac6b


#baac6b Border Color

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

This div border color is #baac6b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baac6b


Comments

No comments written yet.

Please login to write comment.