Color Hex Logo

#ba373e Color Hex

#BA373E
(186,55,62)
0 Favorites   0 Comments

Color spaces of #ba373e

RGB 1865562
HSL0.990.540.47
HSV357°70°73°
CMYK 0.000.700.67   0.27
XYZ22.485413.51935.9818
Yxy13.51930.53550.3220
Hunter Lab36.768644.814516.0923
CIE-Lab43.535552.617926.6170

#ba373e color RGB value is (186,55,62).

#ba373e hex color red value is 186, green value is 55 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #ba373e hue: 0.99 , saturation: 0.54 and the lightness value of ba373e is 0.47.

The process color (four color CMYK) of #ba373e color hex is 0.00, 0.70, 0.67, 0.27. Web safe color of #ba373e is #cc3333. Color #ba373e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00110111 00111110
Octal 272 67 76
Decimal 186 55 62
Hex BA 37 3E

RGB Percentages of Color #ba373e

%61.39
%18.15
%20.46

CMYK Percentages of Color #ba373e

%0
%70
%67
%27

Triadic Colors of #ba373e

#ba373e #3eba37 #373eba

Analogous Colors of #ba373e

#ba373e #ba7237 #ba3780

Monochromatic Colors of #ba373e

#ba373e

Complementary Color

#ba373e #37bab3

#ba373e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba373e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba373e Color CSS Codes

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

#ba373e Text Font Color

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

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


#ba373e Background Color

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

This div background color is #ba373e


#ba373e Border Color

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

This div border color is #ba373e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba373e


Comments

No comments written yet.

Please login to write comment.