Color Hex Logo

#ba973e Color Hex

#BA973E
(186,151,62)
0 Favorites   0 Comments

Color spaces of #ba973e

RGB 18615162
HSL0.120.500.49
HSV43°67°73°
CMYK 0.000.190.67   0.27
XYZ32.185832.92019.2153
Yxy32.92010.43310.4429
Hunter Lab57.3760-0.276330.6405
CIE-Lab64.09623.265350.2863

#ba973e color RGB value is (186,151,62).

#ba973e hex color red value is 186, green value is 151 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #ba973e hue: 0.12 , saturation: 0.50 and the lightness value of ba973e is 0.49.

The process color (four color CMYK) of #ba973e color hex is 0.00, 0.19, 0.67, 0.27. Web safe color of #ba973e is #cc9933. Color #ba973e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10010111 00111110
Octal 272 227 76
Decimal 186 151 62
Hex BA 97 3E

RGB Percentages of Color #ba973e

%46.62
%37.84
%15.54

CMYK Percentages of Color #ba973e

%0
%19
%67
%27

Triadic Colors of #ba973e

#ba973e #3eba97 #973eba

Analogous Colors of #ba973e

#ba973e #9fba3e #ba593e

Monochromatic Colors of #ba973e

#ba973e

Complementary Color

#ba973e #3e61ba

#ba973e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba973e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba973e Color CSS Codes

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

#ba973e Text Font Color

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

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


#ba973e Background Color

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

This div background color is #ba973e


#ba973e Border Color

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

This div border color is #ba973e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba973e


Comments

No comments written yet.

Please login to write comment.