Color Hex Logo

#ba726a Color Hex

#BA726A
(186,114,106)
0 Favorites   0 Comments

Color spaces of #ba726a

RGB 186114106
HSL0.020.370.57
HSV43°73°
CMYK 0.000.390.43   0.27
XYZ28.868523.514316.6529
Yxy23.51430.41820.3406
Hunter Lab48.491521.406313.5828
CIE-Lab55.598227.484616.4888

#ba726a color RGB value is (186,114,106).

#ba726a hex color red value is 186, green value is 114 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #ba726a hue: 0.02 , saturation: 0.37 and the lightness value of ba726a is 0.57.

The process color (four color CMYK) of #ba726a color hex is 0.00, 0.39, 0.43, 0.27. Web safe color of #ba726a is #cc6666. Color #ba726a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01110010 01101010
Octal 272 162 152
Decimal 186 114 106
Hex BA 72 6A

RGB Percentages of Color #ba726a

%45.81
%28.08
%26.11

CMYK Percentages of Color #ba726a

%0
%39
%43
%27

Triadic Colors of #ba726a

#ba726a #6aba72 #726aba

Analogous Colors of #ba726a

#ba726a #ba9a6a #ba6a8a

Monochromatic Colors of #ba726a

#ba726a

Complementary Color

#ba726a #6ab2ba

#ba726a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba726a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba726a Color CSS Codes

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

#ba726a Text Font Color

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

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


#ba726a Background Color

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

This div background color is #ba726a


#ba726a Border Color

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

This div border color is #ba726a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba726a


Comments

No comments written yet.

Please login to write comment.