Color Hex Logo

#baa32b Color Hex

#BAA32B
(186,163,43)
0 Favorites   0 Comments

Color spaces of #baa32b

RGB 18616343
HSL0.140.620.45
HSV50°77°73°
CMYK 0.000.120.77   0.27
XYZ33.782936.80797.6096
Yxy36.80790.43200.4707
Hunter Lab60.6695-6.776635.0321
CIE-Lab67.1327-4.151460.9505

#baa32b color RGB value is (186,163,43).

#baa32b hex color red value is 186, green value is 163 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #baa32b hue: 0.14 , saturation: 0.62 and the lightness value of baa32b is 0.45.

The process color (four color CMYK) of #baa32b color hex is 0.00, 0.12, 0.77, 0.27. Web safe color of #baa32b is #cc9933. Color #baa32b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100011 00101011
Octal 272 243 53
Decimal 186 163 43
Hex BA A3 2B

RGB Percentages of Color #baa32b

%47.45
%41.58
%10.97

CMYK Percentages of Color #baa32b

%0
%12
%77
%27

Triadic Colors of #baa32b

#baa32b #2bbaa3 #a32bba

Analogous Colors of #baa32b

#baa32b #8aba2b #ba5b2b

Monochromatic Colors of #baa32b

#baa32b

Complementary Color

#baa32b #2b42ba

#baa32b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa32b Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa32b Color CSS Codes

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

#baa32b Text Font Color

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

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


#baa32b Background Color

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

This div background color is #baa32b


#baa32b Border Color

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

This div border color is #baa32b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa32b


Comments

No comments written yet.

Please login to write comment.