Color Hex Logo

#ba972b Color Hex

#BA972B
(186,151,43)
0 Favorites   0 Comments

Color spaces of #ba972b

RGB 18615143
HSL0.130.620.45
HSV45°77°73°
CMYK 0.000.190.77   0.27
XYZ31.752432.74676.9327
Yxy32.74670.44450.4584
Hunter Lab57.2247-1.098632.8744
CIE-Lab63.95532.301257.9912

#ba972b color RGB value is (186,151,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10010111 00101011
Octal 272 227 53
Decimal 186 151 43
Hex BA 97 2B

RGB Percentages of Color #ba972b

%48.95
%39.74
%11.32

CMYK Percentages of Color #ba972b

%0
%19
%77
%27

Triadic Colors of #ba972b

#ba972b #2bba97 #972bba

Analogous Colors of #ba972b

#ba972b #96ba2b #ba4f2b

Monochromatic Colors of #ba972b

#ba972b

Complementary Color

#ba972b #2b4eba

#ba972b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba972b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba972b Color CSS Codes

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

#ba972b Text Font Color

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

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


#ba972b Background Color

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

This div background color is #ba972b


#ba972b Border Color

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

This div border color is #ba972b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,151,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 #ba972b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba972b


Comments

No comments written yet.

Please login to write comment.