Color Hex Logo

#baa381 Color Hex

#BAA381
(186,163,129)
0 Favorites   0 Comments

Color spaces of #baa381

RGB 186163129
HSL0.100.290.62
HSV36°31°73°
CMYK 0.000.120.31   0.27
XYZ37.309338.218526.1794
Yxy38.21850.36680.3758
Hunter Lab61.8211-0.461518.1672
CIE-Lab68.18133.246420.7757

#baa381 color RGB value is (186,163,129).

#baa381 hex color red value is 186, green value is 163 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #baa381 hue: 0.10 , saturation: 0.29 and the lightness value of baa381 is 0.62.

The process color (four color CMYK) of #baa381 color hex is 0.00, 0.12, 0.31, 0.27. Web safe color of #baa381 is #cc9999. Color #baa381 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100011 10000001
Octal 272 243 201
Decimal 186 163 129
Hex BA A3 81

RGB Percentages of Color #baa381

%38.91
%34.10
%26.99

CMYK Percentages of Color #baa381

%0
%12
%31
%27

Triadic Colors of #baa381

#baa381 #81baa3 #a381ba

Analogous Colors of #baa381

#baa381 #b5ba81 #ba8781

Monochromatic Colors of #baa381

#baa381

Complementary Color

#baa381 #8198ba

#baa381 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa381 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa381 Color CSS Codes

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

#baa381 Text Font Color

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

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


#baa381 Background Color

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

This div background color is #baa381


#baa381 Border Color

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

This div border color is #baa381


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa381


Comments

No comments written yet.

Please login to write comment.