Color Hex Logo

#ba725c Color Hex

#BA725C
(186,114,92)
0 Favorites   0 Comments

Color spaces of #ba725c

RGB 18611492
HSL0.040.410.55
HSV14°51°73°
CMYK 0.000.390.51   0.27
XYZ28.198823.246413.1260
Yxy23.24640.43670.3600
Hunter Lab48.214520.022317.6090
CIE-Lab55.325226.041824.1752

#ba725c color RGB value is (186,114,92).

#ba725c hex color red value is 186, green value is 114 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #ba725c hue: 0.04 , saturation: 0.41 and the lightness value of ba725c is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01110010 01011100
Octal 272 162 134
Decimal 186 114 92
Hex BA 72 5C

RGB Percentages of Color #ba725c

%47.45
%29.08
%23.47

CMYK Percentages of Color #ba725c

%0
%39
%51
%27

Triadic Colors of #ba725c

#ba725c #5cba72 #725cba

Analogous Colors of #ba725c

#ba725c #baa15c #ba5c75

Monochromatic Colors of #ba725c

#ba725c

Complementary Color

#ba725c #5ca4ba

#ba725c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba725c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba725c Color CSS Codes

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

#ba725c Text Font Color

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

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


#ba725c Background Color

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

This div background color is #ba725c


#ba725c Border Color

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

This div border color is #ba725c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba725c


Comments

No comments written yet.

Please login to write comment.