Color Hex Logo

#ba4313 Color Hex

#BA4313
(186,67,19)
0 Favorites   0 Comments

Color spaces of #ba4313

RGB 1866719
HSL0.050.810.40
HSV17°90°73°
CMYK 0.000.640.90   0.27
XYZ22.374414.50042.2357
Yxy14.50040.57210.3708
Hunter Lab38.079438.242723.1746
CIE-Lab44.942246.045050.3063

#ba4313 color RGB value is (186,67,19).

#ba4313 hex color red value is 186, green value is 67 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #ba4313 hue: 0.05 , saturation: 0.81 and the lightness value of ba4313 is 0.40.

The process color (four color CMYK) of #ba4313 color hex is 0.00, 0.64, 0.90, 0.27. Web safe color of #ba4313 is #cc3300. Color #ba4313 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01000011 00010011
Octal 272 103 23
Decimal 186 67 19
Hex BA 43 13

RGB Percentages of Color #ba4313

%68.38
%24.63
%6.99

CMYK Percentages of Color #ba4313

%0
%64
%90
%27

Triadic Colors of #ba4313

#ba4313 #13ba43 #4313ba

Analogous Colors of #ba4313

#ba4313 #ba9713 #ba1336

Monochromatic Colors of #ba4313

#ba4313

Complementary Color

#ba4313 #138aba

#ba4313 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba4313 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba4313 Color CSS Codes

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

#ba4313 Text Font Color

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

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


#ba4313 Background Color

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

This div background color is #ba4313


#ba4313 Border Color

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

This div border color is #ba4313


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba4313


Comments

No comments written yet.

Please login to write comment.