Color Hex Logo

#baa581 Color Hex

#BAA581
(186,165,129)
0 Favorites   0 Comments

Color spaces of #baa581

RGB 186165129
HSL0.110.290.62
HSV38°31°73°
CMYK 0.000.110.31   0.27
XYZ37.667338.934326.2987
Yxy38.93430.36610.3784
Hunter Lab62.3974-1.440618.6891
CIE-Lab68.70362.162421.4876

#baa581 color RGB value is (186,165,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100101 10000001
Octal 272 245 201
Decimal 186 165 129
Hex BA A5 81

RGB Percentages of Color #baa581

%38.75
%34.38
%26.88

CMYK Percentages of Color #baa581

%0
%11
%31
%27

Triadic Colors of #baa581

#baa581 #81baa5 #a581ba

Analogous Colors of #baa581

#baa581 #b3ba81 #ba8981

Monochromatic Colors of #baa581

#baa581

Complementary Color

#baa581 #8196ba

#baa581 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa581 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa581 Color CSS Codes

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

#baa581 Text Font Color

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

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


#baa581 Background Color

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

This div background color is #baa581


#baa581 Border Color

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

This div border color is #baa581


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa581


Comments

No comments written yet.

Please login to write comment.