Color Hex Logo

#ba742e Color Hex

#BA742E
(186,116,46)
0 Favorites   0 Comments

Color spaces of #ba742e

RGB 18611646
HSL0.080.600.45
HSV30°75°73°
CMYK 0.000.380.75   0.27
XYZ26.988223.12715.6263
Yxy23.12710.48420.4149
Hunter Lab48.090616.014626.7269
CIE-Lab55.203021.726548.2705

#ba742e color RGB value is (186,116,46).

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

The process color (four color CMYK) of #ba742e color hex is 0.00, 0.38, 0.75, 0.27. Web safe color of #ba742e is #cc6633. Color #ba742e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01110100 00101110
Octal 272 164 56
Decimal 186 116 46
Hex BA 74 2E

RGB Percentages of Color #ba742e

%53.45
%33.33
%13.22

CMYK Percentages of Color #ba742e

%0
%38
%75
%27

Triadic Colors of #ba742e

#ba742e #2eba74 #742eba

Analogous Colors of #ba742e

#ba742e #baba2e #ba2e2e

Monochromatic Colors of #ba742e

#ba742e

Complementary Color

#ba742e #2e74ba

#ba742e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba742e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba742e Color CSS Codes

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

#ba742e Text Font Color

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

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


#ba742e Background Color

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

This div background color is #ba742e


#ba742e Border Color

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

This div border color is #ba742e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba742e


Comments

No comments written yet.

Please login to write comment.