Color Hex Logo

#baa376 Color Hex

#BAA376
(186,163,118)
0 Favorites   0 Comments

Color spaces of #baa376

RGB 186163118
HSL0.110.330.60
HSV40°37°73°
CMYK 0.000.120.37   0.27
XYZ36.616937.941522.5331
Yxy37.94150.37710.3908
Hunter Lab61.5967-1.682721.4284
CIE-Lab67.97751.846326.4891

#baa376 color RGB value is (186,163,118).

#baa376 hex color red value is 186, green value is 163 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #baa376 hue: 0.11 , saturation: 0.33 and the lightness value of baa376 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100011 01110110
Octal 272 243 166
Decimal 186 163 118
Hex BA A3 76

RGB Percentages of Color #baa376

%39.83
%34.90
%25.27

CMYK Percentages of Color #baa376

%0
%12
%37
%27

Triadic Colors of #baa376

#baa376 #76baa3 #a376ba

Analogous Colors of #baa376

#baa376 #afba76 #ba8176

Monochromatic Colors of #baa376

#baa376

Complementary Color

#baa376 #768dba

#baa376 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa376 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa376 Color CSS Codes

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

#baa376 Text Font Color

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

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


#baa376 Background Color

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

This div background color is #baa376


#baa376 Border Color

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

This div border color is #baa376


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa376


Comments

No comments written yet.

Please login to write comment.