Color Hex Logo

#ba5639 Color Hex

#BA5639
(186,86,57)
0 Favorites   0 Comments

Color spaces of #ba5639

RGB 1868657
HSL0.040.530.48
HSV13°69°73°
CMYK 0.000.540.69   0.27
XYZ24.316017.39015.9459
Yxy17.39010.51030.3649
Hunter Lab41.701431.105420.7373
CIE-Lab48.747838.324935.7562

#ba5639 color RGB value is (186,86,57).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01010110 00111001
Octal 272 126 71
Decimal 186 86 57
Hex BA 56 39

RGB Percentages of Color #ba5639

%56.53
%26.14
%17.33

CMYK Percentages of Color #ba5639

%0
%54
%69
%27

Triadic Colors of #ba5639

#ba5639 #39ba56 #5639ba

Analogous Colors of #ba5639

#ba5639 #ba9739 #ba395c

Monochromatic Colors of #ba5639

#ba5639

Complementary Color

#ba5639 #399dba

#ba5639 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba5639 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba5639 Color CSS Codes

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

#ba5639 Text Font Color

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

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


#ba5639 Background Color

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

This div background color is #ba5639


#ba5639 Border Color

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

This div border color is #ba5639


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba5639


Comments

No comments written yet.

Please login to write comment.