Color Hex Logo

#baa641 Color Hex

#BAA641
(186,166,65)
0 Favorites   0 Comments

Color spaces of #baa641

RGB 18616665
HSL0.140.480.49
HSV50°65°73°
CMYK 0.000.110.65   0.27
XYZ34.840138.093210.5175
Yxy38.09320.41750.4565
Hunter Lab61.7197-7.248133.1003
CIE-Lab68.0892-4.618053.2157

#baa641 color RGB value is (186,166,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100110 01000001
Octal 272 246 101
Decimal 186 166 65
Hex BA A6 41

RGB Percentages of Color #baa641

%44.60
%39.81
%15.59

CMYK Percentages of Color #baa641

%0
%11
%65
%27

Triadic Colors of #baa641

#baa641 #41baa6 #a641ba

Analogous Colors of #baa641

#baa641 #92ba41 #ba6a41

Monochromatic Colors of #baa641

#baa641

Complementary Color

#baa641 #4155ba

#baa641 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa641 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa641 Color CSS Codes

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

#baa641 Text Font Color

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

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


#baa641 Background Color

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

This div background color is #baa641


#baa641 Border Color

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

This div border color is #baa641


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa641


Comments

No comments written yet.

Please login to write comment.