Color Hex Logo

#baa44b Color Hex

#BAA44B
(186,164,75)
0 Favorites   0 Comments

Color spaces of #baa44b

RGB 18616475
HSL0.130.450.51
HSV48°60°73°
CMYK 0.000.120.60   0.27
XYZ34.795237.498012.0606
Yxy37.49800.41250.4445
Hunter Lab61.2356-5.735331.1875
CIE-Lab67.6490-2.874148.1719

#baa44b color RGB value is (186,164,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100100 01001011
Octal 272 244 113
Decimal 186 164 75
Hex BA A4 4B

RGB Percentages of Color #baa44b

%43.76
%38.59
%17.65

CMYK Percentages of Color #baa44b

%0
%12
%60
%27

Triadic Colors of #baa44b

#baa44b #4bbaa4 #a44bba

Analogous Colors of #baa44b

#baa44b #99ba4b #ba6d4b

Monochromatic Colors of #baa44b

#baa44b

Complementary Color

#baa44b #4b61ba

#baa44b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa44b Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa44b Color CSS Codes

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

#baa44b Text Font Color

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

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


#baa44b Background Color

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

This div background color is #baa44b


#baa44b Border Color

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

This div border color is #baa44b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa44b


Comments

No comments written yet.

Please login to write comment.