Color Hex Logo

#ba566d Color Hex

#BA566D
(186,86,109)
0 Favorites   0 Comments

Color spaces of #ba566d

RGB 18686109
HSL0.960.420.53
HSV346°54°73°
CMYK 0.000.540.41   0.27
XYZ26.337818.198816.5926
Yxy18.19880.43090.2977
Hunter Lab42.660135.54876.8012
CIE-Lab49.736342.62826.5114

#ba566d color RGB value is (186,86,109).

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

The process color (four color CMYK) of #ba566d color hex is 0.00, 0.54, 0.41, 0.27. Web safe color of #ba566d is #cc6666. Color #ba566d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01010110 01101101
Octal 272 126 155
Decimal 186 86 109
Hex BA 56 6D

RGB Percentages of Color #ba566d

%48.82
%22.57
%28.61

CMYK Percentages of Color #ba566d

%0
%54
%41
%27

Triadic Colors of #ba566d

#ba566d #6dba56 #566dba

Analogous Colors of #ba566d

#ba566d #ba7156 #ba569f

Monochromatic Colors of #ba566d

#ba566d

Complementary Color

#ba566d #56baa3

#ba566d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba566d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba566d Color CSS Codes

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

#ba566d Text Font Color

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

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


#ba566d Background Color

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

This div background color is #ba566d


#ba566d Border Color

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

This div border color is #ba566d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba566d


Comments

No comments written yet.

Please login to write comment.