Color Hex Logo

#ba563e Color Hex

#BA563E
(186,86,62)
0 Favorites   0 Comments

Color spaces of #ba563e

RGB 1868662
HSL0.030.500.49
HSV12°67°73°
CMYK 0.000.540.67   0.27
XYZ24.447017.44256.6357
Yxy17.44250.50380.3595
Hunter Lab41.764231.398919.8147
CIE-Lab48.812838.613933.0407

#ba563e color RGB value is (186,86,62).

#ba563e hex color red value is 186, green value is 86 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #ba563e hue: 0.03 , saturation: 0.50 and the lightness value of ba563e is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01010110 00111110
Octal 272 126 76
Decimal 186 86 62
Hex BA 56 3E

RGB Percentages of Color #ba563e

%55.69
%25.75
%18.56

CMYK Percentages of Color #ba563e

%0
%54
%67
%27

Triadic Colors of #ba563e

#ba563e #3eba56 #563eba

Analogous Colors of #ba563e

#ba563e #ba943e #ba3e64

Monochromatic Colors of #ba563e

#ba563e

Complementary Color

#ba563e #3ea2ba

#ba563e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba563e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba563e Color CSS Codes

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

#ba563e Text Font Color

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

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


#ba563e Background Color

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

This div background color is #ba563e


#ba563e Border Color

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

This div border color is #ba563e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba563e


Comments

No comments written yet.

Please login to write comment.