Color Hex Logo

#ba716a Color Hex

#BA716A
(186,113,106)
0 Favorites   0 Comments

Color spaces of #ba716a

RGB 186113106
HSL0.010.370.57
HSV43°73°
CMYK 0.000.390.43   0.27
XYZ28.756323.290016.6155
Yxy23.29000.41880.3392
Hunter Lab48.259721.907513.3686
CIE-Lab55.369828.033116.1752

#ba716a color RGB value is (186,113,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01110001 01101010
Octal 272 161 152
Decimal 186 113 106
Hex BA 71 6A

RGB Percentages of Color #ba716a

%45.93
%27.90
%26.17

CMYK Percentages of Color #ba716a

%0
%39
%43
%27

Triadic Colors of #ba716a

#ba716a #6aba71 #716aba

Analogous Colors of #ba716a

#ba716a #ba996a #ba6a8b

Monochromatic Colors of #ba716a

#ba716a

Complementary Color

#ba716a #6ab3ba

#ba716a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba716a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba716a Color CSS Codes

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

#ba716a Text Font Color

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

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


#ba716a Background Color

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

This div background color is #ba716a


#ba716a Border Color

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

This div border color is #ba716a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,113,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 #ba716a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba716a


Comments

No comments written yet.

Please login to write comment.