Color Hex Logo

#ba741c Color Hex

#BA741C
(186,116,28)
0 Favorites   0 Comments

Color spaces of #ba741c

RGB 18611628
HSL0.090.740.42
HSV33°85°73°
CMYK 0.000.380.85   0.27
XYZ26.704723.01374.1332
Yxy23.01370.49590.4274
Hunter Lab47.972615.412828.4725
CIE-Lab55.086421.074155.3469

#ba741c color RGB value is (186,116,28).

#ba741c hex color red value is 186, green value is 116 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #ba741c hue: 0.09 , saturation: 0.74 and the lightness value of ba741c is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01110100 00011100
Octal 272 164 34
Decimal 186 116 28
Hex BA 74 1C

RGB Percentages of Color #ba741c

%56.36
%35.15
%8.48

CMYK Percentages of Color #ba741c

%0
%38
%85
%27

Triadic Colors of #ba741c

#ba741c #1cba74 #741cba

Analogous Colors of #ba741c

#ba741c #b1ba1c #ba251c

Monochromatic Colors of #ba741c

#ba741c

Complementary Color

#ba741c #1c62ba

#ba741c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba741c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba741c Color CSS Codes

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

#ba741c Text Font Color

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

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


#ba741c Background Color

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

This div background color is #ba741c


#ba741c Border Color

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

This div border color is #ba741c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba741c


Comments

No comments written yet.

Please login to write comment.