Color Hex Logo

#baa451 Color Hex

#BAA451
(186,164,81)
0 Favorites   0 Comments

Color spaces of #baa451

RGB 18616481
HSL0.130.430.52
HSV47°56°73°
CMYK 0.000.120.56   0.27
XYZ35.010437.584113.1938
Yxy37.58410.40810.4381
Hunter Lab61.3059-5.348030.1542
CIE-Lab67.7130-2.413945.3635

#baa451 color RGB value is (186,164,81).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100100 01010001
Octal 272 244 121
Decimal 186 164 81
Hex BA A4 51

RGB Percentages of Color #baa451

%43.16
%38.05
%18.79

CMYK Percentages of Color #baa451

%0
%12
%56
%27

Triadic Colors of #baa451

#baa451 #51baa4 #a451ba

Analogous Colors of #baa451

#baa451 #9cba51 #ba7051

Monochromatic Colors of #baa451

#baa451

Complementary Color

#baa451 #5167ba

#baa451 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa451 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa451 Color CSS Codes

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

#baa451 Text Font Color

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

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


#baa451 Background Color

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

This div background color is #baa451


#baa451 Border Color

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

This div border color is #baa451


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa451


Comments

No comments written yet.

Please login to write comment.