Color Hex Logo

#ba3915 Color Hex

#BA3915
(186,57,21)
0 Favorites   0 Comments

Color spaces of #ba3915

RGB 1865721
HSL0.040.800.41
HSV13°89°73°
CMYK 0.000.690.89   0.27
XYZ21.848213.41952.1482
Yxy13.41950.58390.3587
Hunter Lab36.632642.352722.1660
CIE-Lab43.388650.301848.3518

#ba3915 color RGB value is (186,57,21).

#ba3915 hex color red value is 186, green value is 57 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #ba3915 hue: 0.04 , saturation: 0.80 and the lightness value of ba3915 is 0.41.

The process color (four color CMYK) of #ba3915 color hex is 0.00, 0.69, 0.89, 0.27. Web safe color of #ba3915 is #cc3300. Color #ba3915 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00111001 00010101
Octal 272 71 25
Decimal 186 57 21
Hex BA 39 15

RGB Percentages of Color #ba3915

%70.45
%21.59
%7.95

CMYK Percentages of Color #ba3915

%0
%69
%89
%27

Triadic Colors of #ba3915

#ba3915 #15ba39 #3915ba

Analogous Colors of #ba3915

#ba3915 #ba8c15 #ba1543

Monochromatic Colors of #ba3915

#ba3915

Complementary Color

#ba3915 #1596ba

#ba3915 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba3915 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba3915 Color CSS Codes

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

#ba3915 Text Font Color

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

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


#ba3915 Background Color

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

This div background color is #ba3915


#ba3915 Border Color

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

This div border color is #ba3915


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba3915


Comments

No comments written yet.

Please login to write comment.