Color Hex Logo

#ba971f Color Hex

#BA971F
(186,151,31)
0 Favorites   0 Comments

Color spaces of #ba971f

RGB 18615131
HSL0.130.710.43
HSV46°83°73°
CMYK 0.000.190.83   0.27
XYZ31.563632.67125.9389
Yxy32.67120.44980.4656
Hunter Lab57.1587-1.458333.8508
CIE-Lab63.89381.877261.8997

#ba971f color RGB value is (186,151,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10010111 00011111
Octal 272 227 37
Decimal 186 151 31
Hex BA 97 1F

RGB Percentages of Color #ba971f

%50.54
%41.03
%8.42

CMYK Percentages of Color #ba971f

%0
%19
%83
%27

Triadic Colors of #ba971f

#ba971f #1fba97 #971fba

Analogous Colors of #ba971f

#ba971f #90ba1f #ba4a1f

Monochromatic Colors of #ba971f

#ba971f

Complementary Color

#ba971f #1f42ba

#ba971f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba971f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba971f Color CSS Codes

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

#ba971f Text Font Color

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

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


#ba971f Background Color

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

This div background color is #ba971f


#ba971f Border Color

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

This div border color is #ba971f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba971f


Comments

No comments written yet.

Please login to write comment.