Color Hex Logo

#baa050 Color Hex

#BAA050
(186,160,80)
0 Favorites   0 Comments

Color spaces of #baa050

RGB 18616080
HSL0.130.430.52
HSV45°57°73°
CMYK 0.000.140.57   0.27
XYZ34.268536.159912.7628
Yxy36.15990.41190.4347
Hunter Lab60.1331-3.509829.5093
CIE-Lab66.6419-0.347244.6065

#baa050 color RGB value is (186,160,80).

#baa050 hex color red value is 186, green value is 160 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #baa050 hue: 0.13 , saturation: 0.43 and the lightness value of baa050 is 0.52.

The process color (four color CMYK) of #baa050 color hex is 0.00, 0.14, 0.57, 0.27. Web safe color of #baa050 is #cc9966. Color #baa050 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100000 01010000
Octal 272 240 120
Decimal 186 160 80
Hex BA A0 50

RGB Percentages of Color #baa050

%43.66
%37.56
%18.78

CMYK Percentages of Color #baa050

%0
%14
%57
%27

Triadic Colors of #baa050

#baa050 #50baa0 #a050ba

Analogous Colors of #baa050

#baa050 #9fba50 #ba6b50

Monochromatic Colors of #baa050

#baa050

Complementary Color

#baa050 #506aba

#baa050 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa050 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa050 Color CSS Codes

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

#baa050 Text Font Color

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

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


#baa050 Background Color

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

This div background color is #baa050


#baa050 Border Color

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

This div border color is #baa050


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa050


Comments

No comments written yet.

Please login to write comment.