Color Hex Logo

#ba573a Color Hex

#BA573A
(186,87,58)
0 Favorites   0 Comments

Color spaces of #ba573a

RGB 1868758
HSL0.040.520.48
HSV14°69°73°
CMYK 0.000.530.69   0.27
XYZ24.421617.56106.1054
Yxy17.56100.50790.3652
Hunter Lab41.905830.689820.6959
CIE-Lab48.959337.872535.4482

#ba573a color RGB value is (186,87,58).

#ba573a hex color red value is 186, green value is 87 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #ba573a hue: 0.04 , saturation: 0.52 and the lightness value of ba573a is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01010111 00111010
Octal 272 127 72
Decimal 186 87 58
Hex BA 57 3A

RGB Percentages of Color #ba573a

%56.19
%26.28
%17.52

CMYK Percentages of Color #ba573a

%0
%53
%69
%27

Triadic Colors of #ba573a

#ba573a #3aba57 #573aba

Analogous Colors of #ba573a

#ba573a #ba973a #ba3a5d

Monochromatic Colors of #ba573a

#ba573a

Complementary Color

#ba573a #3a9dba

#ba573a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba573a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba573a Color CSS Codes

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

#ba573a Text Font Color

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

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


#ba573a Background Color

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

This div background color is #ba573a


#ba573a Border Color

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

This div border color is #ba573a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba573a


Comments

No comments written yet.

Please login to write comment.