Color Hex Logo

#baa742 Color Hex

#BAA742
(186,167,66)
0 Favorites   0 Comments

Color spaces of #baa742

RGB 18616766
HSL0.140.480.49
HSV51°65°73°
CMYK 0.000.100.65   0.27
XYZ35.051838.469910.7323
Yxy38.46990.41600.4566
Hunter Lab62.0241-7.666233.1577
CIE-Lab68.3655-5.085553.0715

#baa742 color RGB value is (186,167,66).

#baa742 hex color red value is 186, green value is 167 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #baa742 hue: 0.14 , saturation: 0.48 and the lightness value of baa742 is 0.49.

The process color (four color CMYK) of #baa742 color hex is 0.00, 0.10, 0.65, 0.27. Web safe color of #baa742 is #cc9933. Color #baa742 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100111 01000010
Octal 272 247 102
Decimal 186 167 66
Hex BA A7 42

RGB Percentages of Color #baa742

%44.39
%39.86
%15.75

CMYK Percentages of Color #baa742

%0
%10
%65
%27

Triadic Colors of #baa742

#baa742 #42baa7 #a742ba

Analogous Colors of #baa742

#baa742 #91ba42 #ba6b42

Monochromatic Colors of #baa742

#baa742

Complementary Color

#baa742 #4255ba

#baa742 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa742 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa742 Color CSS Codes

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

#baa742 Text Font Color

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

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


#baa742 Background Color

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

This div background color is #baa742


#baa742 Border Color

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

This div border color is #baa742


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa742


Comments

No comments written yet.

Please login to write comment.