Color Hex Logo

#ba572f Color Hex

#BA572F
(186,87,47)
0 Favorites   0 Comments

Color spaces of #ba572f

RGB 1868747
HSL0.050.600.46
HSV17°75°73°
CMYK 0.000.530.75   0.27
XYZ24.171017.46074.7856
Yxy17.46070.52070.3762
Hunter Lab41.786030.127322.4599
CIE-Lab48.835437.315641.2039

#ba572f color RGB value is (186,87,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01010111 00101111
Octal 272 127 57
Decimal 186 87 47
Hex BA 57 2F

RGB Percentages of Color #ba572f

%58.13
%27.19
%14.69

CMYK Percentages of Color #ba572f

%0
%53
%75
%27

Triadic Colors of #ba572f

#ba572f #2fba57 #572fba

Analogous Colors of #ba572f

#ba572f #ba9d2f #ba2f4c

Monochromatic Colors of #ba572f

#ba572f

Complementary Color

#ba572f #2f92ba

#ba572f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba572f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba572f Color CSS Codes

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

#ba572f Text Font Color

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

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


#ba572f Background Color

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

This div background color is #ba572f


#ba572f Border Color

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

This div border color is #ba572f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba572f


Comments

No comments written yet.

Please login to write comment.