Color Hex Logo

#ba572e Color Hex

#BA572E
(186,87,46)
0 Favorites   0 Comments

Color spaces of #ba572e

RGB 1868746
HSL0.050.600.45
HSV18°75°73°
CMYK 0.000.530.75   0.27
XYZ24.151017.45284.6806
Yxy17.45280.52180.3771
Hunter Lab41.776530.081822.6008
CIE-Lab48.825637.270341.7071

#ba572e color RGB value is (186,87,46).

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

The process color (four color CMYK) of #ba572e color hex is 0.00, 0.53, 0.75, 0.27. Web safe color of #ba572e is #cc6633. Color #ba572e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01010111 00101110
Octal 272 127 56
Decimal 186 87 46
Hex BA 57 2E

RGB Percentages of Color #ba572e

%58.31
%27.27
%14.42

CMYK Percentages of Color #ba572e

%0
%53
%75
%27

Triadic Colors of #ba572e

#ba572e #2eba57 #572eba

Analogous Colors of #ba572e

#ba572e #ba9d2e #ba2e4b

Monochromatic Colors of #ba572e

#ba572e

Complementary Color

#ba572e #2e91ba

#ba572e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba572e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba572e Color CSS Codes

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

#ba572e Text Font Color

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

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


#ba572e Background Color

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

This div background color is #ba572e


#ba572e Border Color

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

This div border color is #ba572e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba572e


Comments

No comments written yet.

Please login to write comment.