Color Hex Logo

#ba7f47 Color Hex

#BA7F47
(186,127,71)
0 Favorites   0 Comments

Color spaces of #ba7f47

RGB 18612771
HSL0.080.450.50
HSV29°62°73°
CMYK 0.000.320.62   0.27
XYZ28.976426.07289.4666
Yxy26.07280.44910.4041
Hunter Lab51.061511.937524.7509
CIE-Lab58.106117.092939.1676

#ba7f47 color RGB value is (186,127,71).

#ba7f47 hex color red value is 186, green value is 127 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #ba7f47 hue: 0.08 , saturation: 0.45 and the lightness value of ba7f47 is 0.50.

The process color (four color CMYK) of #ba7f47 color hex is 0.00, 0.32, 0.62, 0.27. Web safe color of #ba7f47 is #cc6633. Color #ba7f47 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01111111 01000111
Octal 272 177 107
Decimal 186 127 71
Hex BA 7F 47

RGB Percentages of Color #ba7f47

%48.44
%33.07
%18.49

CMYK Percentages of Color #ba7f47

%0
%32
%62
%27

Triadic Colors of #ba7f47

#ba7f47 #47ba7f #7f47ba

Analogous Colors of #ba7f47

#ba7f47 #bab947 #ba4748

Monochromatic Colors of #ba7f47

#ba7f47

Complementary Color

#ba7f47 #4782ba

#ba7f47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba7f47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba7f47 Color CSS Codes

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

#ba7f47 Text Font Color

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

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


#ba7f47 Background Color

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

This div background color is #ba7f47


#ba7f47 Border Color

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

This div border color is #ba7f47


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba7f47

#ba7f47 Color Palettes


Comments

No comments written yet.

Please login to write comment.