Color Hex Logo

#baa441 Color Hex

#BAA441
(186,164,65)
0 Favorites   0 Comments

Color spaces of #baa441

RGB 18616465
HSL0.140.480.49
HSV49°65°73°
CMYK 0.000.120.65   0.27
XYZ34.479337.371710.3972
Yxy37.37170.41920.4544
Hunter Lab61.1324-6.305932.7088
CIE-Lab67.5550-3.554552.6457

#baa441 color RGB value is (186,164,65).

#baa441 hex color red value is 186, green value is 164 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #baa441 hue: 0.14 , saturation: 0.48 and the lightness value of baa441 is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100100 01000001
Octal 272 244 101
Decimal 186 164 65
Hex BA A4 41

RGB Percentages of Color #baa441

%44.82
%39.52
%15.66

CMYK Percentages of Color #baa441

%0
%12
%65
%27

Triadic Colors of #baa441

#baa441 #41baa4 #a441ba

Analogous Colors of #baa441

#baa441 #94ba41 #ba6841

Monochromatic Colors of #baa441

#baa441

Complementary Color

#baa441 #4157ba

#baa441 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa441 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa441 Color CSS Codes

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

#baa441 Text Font Color

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

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


#baa441 Background Color

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

This div background color is #baa441


#baa441 Border Color

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

This div border color is #baa441


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa441


Comments

No comments written yet.

Please login to write comment.