Color Hex Logo

#baa56b Color Hex

#BAA56B
(186,165,107)
0 Favorites   0 Comments

Color spaces of #baa56b

RGB 186165107
HSL0.120.360.57
HSV44°42°73°
CMYK 0.000.110.42   0.27
XYZ36.358738.410919.4077
Yxy38.41090.38610.4079
Hunter Lab61.9765-3.741424.8171
CIE-Lab68.3224-0.497532.8276

#baa56b color RGB value is (186,165,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100101 01101011
Octal 272 245 153
Decimal 186 165 107
Hex BA A5 6B

RGB Percentages of Color #baa56b

%40.61
%36.03
%23.36

CMYK Percentages of Color #baa56b

%0
%11
%42
%27

Triadic Colors of #baa56b

#baa56b #6bbaa5 #a56bba

Analogous Colors of #baa56b

#baa56b #a8ba6b #ba7e6b

Monochromatic Colors of #baa56b

#baa56b

Complementary Color

#baa56b #6b80ba

#baa56b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa56b Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa56b Color CSS Codes

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

#baa56b Text Font Color

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

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


#baa56b Background Color

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

This div background color is #baa56b


#baa56b Border Color

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

This div border color is #baa56b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa56b


Comments

No comments written yet.

Please login to write comment.