Color Hex Logo

#baa736 Color Hex

#BAA736
(186,167,54)
0 Favorites   0 Comments

Color spaces of #baa736

RGB 18616754
HSL0.140.550.47
HSV51°71°73°
CMYK 0.000.100.71   0.27
XYZ34.734338.34299.0603
Yxy38.34290.42290.4668
Hunter Lab61.9216-8.235234.6699
CIE-Lab68.2726-5.770857.9822

#baa736 color RGB value is (186,167,54).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100111 00110110
Octal 272 247 66
Decimal 186 167 54
Hex BA A7 36

RGB Percentages of Color #baa736

%45.70
%41.03
%13.27

CMYK Percentages of Color #baa736

%0
%10
%71
%27

Triadic Colors of #baa736

#baa736 #36baa7 #a736ba

Analogous Colors of #baa736

#baa736 #8bba36 #ba6536

Monochromatic Colors of #baa736

#baa736

Complementary Color

#baa736 #3649ba

#baa736 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa736 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa736 Color CSS Codes

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

#baa736 Text Font Color

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

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


#baa736 Background Color

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

This div background color is #baa736


#baa736 Border Color

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

This div border color is #baa736


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa736


Comments

No comments written yet.

Please login to write comment.