Color Hex Logo

#ba726b Color Hex

#BA726B
(186,114,107)
0 Favorites   0 Comments

Color spaces of #ba726b

RGB 186114107
HSL0.010.360.57
HSV42°73°
CMYK 0.000.390.42   0.27
XYZ28.920923.535316.9284
Yxy23.53530.41680.3392
Hunter Lab48.513221.513813.2703
CIE-Lab55.619527.596015.9389

#ba726b color RGB value is (186,114,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01110010 01101011
Octal 272 162 153
Decimal 186 114 107
Hex BA 72 6B

RGB Percentages of Color #ba726b

%45.70
%28.01
%26.29

CMYK Percentages of Color #ba726b

%0
%39
%42
%27

Triadic Colors of #ba726b

#ba726b #6bba72 #726bba

Analogous Colors of #ba726b

#ba726b #ba9a6b #ba6b8c

Monochromatic Colors of #ba726b

#ba726b

Complementary Color

#ba726b #6bb3ba

#ba726b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba726b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba726b Color CSS Codes

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

#ba726b Text Font Color

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

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


#ba726b Background Color

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

This div background color is #ba726b


#ba726b Border Color

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

This div border color is #ba726b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba726b


Comments

No comments written yet.

Please login to write comment.