Color Hex Logo

#baa152 Color Hex

#BAA152
(186,161,82)
0 Favorites   0 Comments

Color spaces of #baa152

RGB 18616182
HSL0.130.430.53
HSV46°56°73°
CMYK 0.000.130.56   0.27
XYZ34.517636.538013.2159
Yxy36.53800.40960.4336
Hunter Lab60.4467-3.850629.3497
CIE-Lab66.9290-0.724343.9566

#baa152 color RGB value is (186,161,82).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100001 01010010
Octal 272 241 122
Decimal 186 161 82
Hex BA A1 52

RGB Percentages of Color #baa152

%43.36
%37.53
%19.11

CMYK Percentages of Color #baa152

%0
%13
%56
%27

Triadic Colors of #baa152

#baa152 #52baa1 #a152ba

Analogous Colors of #baa152

#baa152 #9fba52 #ba6d52

Monochromatic Colors of #baa152

#baa152

Complementary Color

#baa152 #526bba

#baa152 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa152 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa152 Color CSS Codes

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

#baa152 Text Font Color

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

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


#baa152 Background Color

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

This div background color is #baa152


#baa152 Border Color

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

This div border color is #baa152


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa152


Comments

No comments written yet.

Please login to write comment.