Color Hex Logo

#baa77b Color Hex

#BAA77B
(186,167,123)
0 Favorites   0 Comments

Color spaces of #baa77b

RGB 186167123
HSL0.120.310.61
HSV42°34°73°
CMYK 0.000.100.34   0.27
XYZ37.643639.506624.3804
Yxy39.50660.37080.3891
Hunter Lab62.8543-3.090821.0001
CIE-Lab69.11670.305125.3049

#baa77b color RGB value is (186,167,123).

#baa77b hex color red value is 186, green value is 167 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #baa77b hue: 0.12 , saturation: 0.31 and the lightness value of baa77b is 0.61.

The process color (four color CMYK) of #baa77b color hex is 0.00, 0.10, 0.34, 0.27. Web safe color of #baa77b is #cc9966. Color #baa77b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100111 01111011
Octal 272 247 173
Decimal 186 167 123
Hex BA A7 7B

RGB Percentages of Color #baa77b

%39.08
%35.08
%25.84

CMYK Percentages of Color #baa77b

%0
%10
%34
%27

Triadic Colors of #baa77b

#baa77b #7bbaa7 #a77bba

Analogous Colors of #baa77b

#baa77b #aeba7b #ba887b

Monochromatic Colors of #baa77b

#baa77b

Complementary Color

#baa77b #7b8eba

#baa77b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa77b Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa77b Color CSS Codes

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

#baa77b Text Font Color

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

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


#baa77b Background Color

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

This div background color is #baa77b


#baa77b Border Color

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

This div border color is #baa77b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa77b


Comments

No comments written yet.

Please login to write comment.