Color Hex Logo

#ba422e Color Hex

#BA422E
(186,66,46)
0 Favorites   0 Comments

Color spaces of #ba422e

RGB 1866646
HSL0.020.600.45
HSV75°73°
CMYK 0.000.650.75   0.27
XYZ22.691114.53284.1939
Yxy14.53280.54790.3509
Hunter Lab38.121939.534320.1627
CIE-Lab44.987547.299337.6076

#ba422e color RGB value is (186,66,46).

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

The process color (four color CMYK) of #ba422e color hex is 0.00, 0.65, 0.75, 0.27. Web safe color of #ba422e is #cc3333. Color #ba422e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01000010 00101110
Octal 272 102 56
Decimal 186 66 46
Hex BA 42 2E

RGB Percentages of Color #ba422e

%62.42
%22.15
%15.44

CMYK Percentages of Color #ba422e

%0
%65
%75
%27

Triadic Colors of #ba422e

#ba422e #2eba42 #422eba

Analogous Colors of #ba422e

#ba422e #ba882e #ba2e60

Monochromatic Colors of #ba422e

#ba422e

Complementary Color

#ba422e #2ea6ba

#ba422e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba422e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba422e Color CSS Codes

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

#ba422e Text Font Color

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

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


#ba422e Background Color

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

This div background color is #ba422e


#ba422e Border Color

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

This div border color is #ba422e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,66,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 #ba422e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba422e


Comments

No comments written yet.

Please login to write comment.