Color Hex Logo

#baa247 Color Hex

#BAA247
(186,162,71)
0 Favorites   0 Comments

Color spaces of #baa247

RGB 18616271
HSL0.130.450.50
HSV47°62°73°
CMYK 0.000.130.62   0.27
XYZ34.307436.734711.2435
Yxy36.73470.41690.4464
Hunter Lab60.6092-5.027331.4276
CIE-Lab67.0775-2.090249.4066

#baa247 color RGB value is (186,162,71).

#baa247 hex color red value is 186, green value is 162 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #baa247 hue: 0.13 , saturation: 0.45 and the lightness value of baa247 is 0.50.

The process color (four color CMYK) of #baa247 color hex is 0.00, 0.13, 0.62, 0.27. Web safe color of #baa247 is #cc9933. Color #baa247 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100010 01000111
Octal 272 242 107
Decimal 186 162 71
Hex BA A2 47

RGB Percentages of Color #baa247

%44.39
%38.66
%16.95

CMYK Percentages of Color #baa247

%0
%13
%62
%27

Triadic Colors of #baa247

#baa247 #47baa2 #a247ba

Analogous Colors of #baa247

#baa247 #99ba47 #ba6947

Monochromatic Colors of #baa247

#baa247

Complementary Color

#baa247 #475fba

#baa247 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa247 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa247 Color CSS Codes

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

#baa247 Text Font Color

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

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


#baa247 Background Color

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

This div background color is #baa247


#baa247 Border Color

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

This div border color is #baa247


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa247


Comments

No comments written yet.

Please login to write comment.