Color Hex Logo

#baa13c Color Hex

#BAA13C
(186,161,60)
0 Favorites   0 Comments

Color spaces of #baa13c

RGB 18616160
HSL0.130.510.48
HSV48°68°73°
CMYK 0.000.130.68   0.27
XYZ33.810236.25519.4909
Yxy36.25510.42500.4557
Hunter Lab60.2122-5.140532.8030
CIE-Lab66.7144-2.253153.9337

#baa13c color RGB value is (186,161,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100001 00111100
Octal 272 241 74
Decimal 186 161 60
Hex BA A1 3C

RGB Percentages of Color #baa13c

%45.70
%39.56
%14.74

CMYK Percentages of Color #baa13c

%0
%13
%68
%27

Triadic Colors of #baa13c

#baa13c #3cbaa1 #a13cba

Analogous Colors of #baa13c

#baa13c #94ba3c #ba623c

Monochromatic Colors of #baa13c

#baa13c

Complementary Color

#baa13c #3c55ba

#baa13c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa13c Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa13c Color CSS Codes

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

#baa13c Text Font Color

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

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


#baa13c Background Color

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

This div background color is #baa13c


#baa13c Border Color

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

This div border color is #baa13c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa13c


Comments

No comments written yet.

Please login to write comment.