Color Hex Logo

#ba9937 Color Hex

#BA9937
(186,153,55)
0 Favorites   0 Comments

Color spaces of #ba9937

RGB 18615355
HSL0.120.540.47
HSV45°70°73°
CMYK 0.000.180.70   0.27
XYZ32.330533.49748.3761
Yxy33.49740.43570.4514
Hunter Lab57.8769-1.573231.9333
CIE-Lab64.56171.780453.8397

#ba9937 color RGB value is (186,153,55).

#ba9937 hex color red value is 186, green value is 153 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #ba9937 hue: 0.12 , saturation: 0.54 and the lightness value of ba9937 is 0.47.

The process color (four color CMYK) of #ba9937 color hex is 0.00, 0.18, 0.70, 0.27. Web safe color of #ba9937 is #cc9933. Color #ba9937 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10011001 00110111
Octal 272 231 67
Decimal 186 153 55
Hex BA 99 37

RGB Percentages of Color #ba9937

%47.21
%38.83
%13.96

CMYK Percentages of Color #ba9937

%0
%18
%70
%27

Triadic Colors of #ba9937

#ba9937 #37ba99 #9937ba

Analogous Colors of #ba9937

#ba9937 #9aba37 #ba5837

Monochromatic Colors of #ba9937

#ba9937

Complementary Color

#ba9937 #3758ba

#ba9937 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba9937 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba9937 Color CSS Codes

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

#ba9937 Text Font Color

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

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


#ba9937 Background Color

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

This div background color is #ba9937


#ba9937 Border Color

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

This div border color is #ba9937


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba9937


Comments

No comments written yet.

Please login to write comment.