Color Hex Logo

#ba4820 Color Hex

#BA4820
(186,72,32)
0 Favorites   0 Comments

Color spaces of #ba4820

RGB 1867232
HSL0.040.710.43
HSV16°83°73°
CMYK 0.000.610.83   0.27
XYZ22.827815.17813.0930
Yxy15.17810.55540.3693
Hunter Lab38.959136.412422.5643
CIE-Lab45.877244.086345.6604

#ba4820 color RGB value is (186,72,32).

#ba4820 hex color red value is 186, green value is 72 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #ba4820 hue: 0.04 , saturation: 0.71 and the lightness value of ba4820 is 0.43.

The process color (four color CMYK) of #ba4820 color hex is 0.00, 0.61, 0.83, 0.27. Web safe color of #ba4820 is #cc3333. Color #ba4820 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01001000 00100000
Octal 272 110 40
Decimal 186 72 32
Hex BA 48 20

RGB Percentages of Color #ba4820

%64.14
%24.83
%11.03

CMYK Percentages of Color #ba4820

%0
%61
%83
%27

Triadic Colors of #ba4820

#ba4820 #20ba48 #4820ba

Analogous Colors of #ba4820

#ba4820 #ba9520 #ba2045

Monochromatic Colors of #ba4820

#ba4820

Complementary Color

#ba4820 #2092ba

#ba4820 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba4820 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba4820 Color CSS Codes

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

#ba4820 Text Font Color

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

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


#ba4820 Background Color

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

This div background color is #ba4820


#ba4820 Border Color

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

This div border color is #ba4820


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba4820


Comments

No comments written yet.

Please login to write comment.