Color Hex Logo

#ba736c Color Hex

#BA736C
(186,115,108)
0 Favorites   0 Comments

Color spaces of #ba736c

RGB 186115108
HSL0.010.360.58
HSV42°73°
CMYK 0.000.380.42   0.27
XYZ29.087223.783317.2449
Yxy23.78330.41480.3392
Hunter Lab48.768121.120113.1721
CIE-Lab55.870227.158915.7051

#ba736c color RGB value is (186,115,108).

#ba736c hex color red value is 186, green value is 115 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #ba736c hue: 0.01 , saturation: 0.36 and the lightness value of ba736c is 0.58.

The process color (four color CMYK) of #ba736c color hex is 0.00, 0.38, 0.42, 0.27. Web safe color of #ba736c is #cc6666. Color #ba736c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01110011 01101100
Octal 272 163 154
Decimal 186 115 108
Hex BA 73 6C

RGB Percentages of Color #ba736c

%45.48
%28.12
%26.41

CMYK Percentages of Color #ba736c

%0
%38
%42
%27

Triadic Colors of #ba736c

#ba736c #6cba73 #736cba

Analogous Colors of #ba736c

#ba736c #ba9a6c #ba6c8c

Monochromatic Colors of #ba736c

#ba736c

Complementary Color

#ba736c #6cb3ba

#ba736c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba736c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba736c Color CSS Codes

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

#ba736c Text Font Color

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

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


#ba736c Background Color

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

This div background color is #ba736c


#ba736c Border Color

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

This div border color is #ba736c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba736c


Comments

No comments written yet.

Please login to write comment.