Color Hex Logo

#baa465 Color Hex

#BAA465
(186,164,101)
0 Favorites   0 Comments

Color spaces of #baa465

RGB 186164101
HSL0.120.380.56
HSV44°46°73°
CMYK 0.000.120.46   0.27
XYZ35.874137.929617.7423
Yxy37.92960.39190.4143
Hunter Lab61.5870-3.802026.0303
CIE-Lab67.9687-0.592835.5341

#baa465 color RGB value is (186,164,101).

#baa465 hex color red value is 186, green value is 164 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #baa465 hue: 0.12 , saturation: 0.38 and the lightness value of baa465 is 0.56.

The process color (four color CMYK) of #baa465 color hex is 0.00, 0.12, 0.46, 0.27. Web safe color of #baa465 is #cc9966. Color #baa465 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100100 01100101
Octal 272 244 145
Decimal 186 164 101
Hex BA A4 65

RGB Percentages of Color #baa465

%41.24
%36.36
%22.39

CMYK Percentages of Color #baa465

%0
%12
%46
%27

Triadic Colors of #baa465

#baa465 #65baa4 #a465ba

Analogous Colors of #baa465

#baa465 #a6ba65 #ba7a65

Monochromatic Colors of #baa465

#baa465

Complementary Color

#baa465 #657bba

#baa465 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa465 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa465 Color CSS Codes

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

#baa465 Text Font Color

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

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


#baa465 Background Color

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

This div background color is #baa465


#baa465 Border Color

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

This div border color is #baa465


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa465


Comments

No comments written yet.

Please login to write comment.