Color Hex Logo

#baa151 Color Hex

#BAA151
(186,161,81)
0 Favorites   0 Comments

Color spaces of #baa151

RGB 18616181
HSL0.130.430.52
HSV46°56°73°
CMYK 0.000.130.56   0.27
XYZ34.479836.522913.0169
Yxy36.52290.41040.4347
Hunter Lab60.4342-3.919429.5335
CIE-Lab66.9175-0.805344.4364

#baa151 color RGB value is (186,161,81).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100001 01010001
Octal 272 241 121
Decimal 186 161 81
Hex BA A1 51

RGB Percentages of Color #baa151

%43.46
%37.62
%18.93

CMYK Percentages of Color #baa151

%0
%13
%56
%27

Triadic Colors of #baa151

#baa151 #51baa1 #a151ba

Analogous Colors of #baa151

#baa151 #9fba51 #ba6d51

Monochromatic Colors of #baa151

#baa151

Complementary Color

#baa151 #516aba

#baa151 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa151 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa151 Color CSS Codes

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

#baa151 Text Font Color

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

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


#baa151 Background Color

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

This div background color is #baa151


#baa151 Border Color

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

This div border color is #baa151


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa151


Comments

No comments written yet.

Please login to write comment.