Color Hex Logo

#ba442d Color Hex

#BA442D
(186,68,45)
0 Favorites   0 Comments

Color spaces of #ba442d

RGB 1866845
HSL0.030.610.45
HSV10°76°73°
CMYK 0.000.630.76   0.27
XYZ22.790514.76284.1309
Yxy14.76280.54670.3542
Hunter Lab38.422438.639320.5212
CIE-Lab45.307646.372038.4993

#ba442d color RGB value is (186,68,45).

#ba442d hex color red value is 186, green value is 68 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #ba442d hue: 0.03 , saturation: 0.61 and the lightness value of ba442d is 0.45.

The process color (four color CMYK) of #ba442d color hex is 0.00, 0.63, 0.76, 0.27. Web safe color of #ba442d is #cc3333. Color #ba442d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01000100 00101101
Octal 272 104 55
Decimal 186 68 45
Hex BA 44 2D

RGB Percentages of Color #ba442d

%62.21
%22.74
%15.05

CMYK Percentages of Color #ba442d

%0
%63
%76
%27

Triadic Colors of #ba442d

#ba442d #2dba44 #442dba

Analogous Colors of #ba442d

#ba442d #ba8b2d #ba2d5c

Monochromatic Colors of #ba442d

#ba442d

Complementary Color

#ba442d #2da3ba

#ba442d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba442d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba442d Color CSS Codes

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

#ba442d Text Font Color

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

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


#ba442d Background Color

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

This div background color is #ba442d


#ba442d Border Color

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

This div border color is #ba442d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba442d


Comments

No comments written yet.

Please login to write comment.