Color Hex Logo

#ba716b Color Hex

#BA716B
(186,113,107)
0 Favorites   0 Comments

Color spaces of #ba716b

RGB 186113107
HSL0.010.360.57
HSV42°73°
CMYK 0.000.390.42   0.27
XYZ28.808723.310916.8910
Yxy23.31090.41750.3378
Hunter Lab48.281422.015613.0546
CIE-Lab55.391128.144815.6245

#ba716b color RGB value is (186,113,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01110001 01101011
Octal 272 161 153
Decimal 186 113 107
Hex BA 71 6B

RGB Percentages of Color #ba716b

%45.81
%27.83
%26.35

CMYK Percentages of Color #ba716b

%0
%39
%42
%27

Triadic Colors of #ba716b

#ba716b #6bba71 #716bba

Analogous Colors of #ba716b

#ba716b #ba996b #ba6b8d

Monochromatic Colors of #ba716b

#ba716b

Complementary Color

#ba716b #6bb4ba

#ba716b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba716b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba716b Color CSS Codes

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

#ba716b Text Font Color

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

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


#ba716b Background Color

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

This div background color is #ba716b


#ba716b Border Color

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

This div border color is #ba716b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba716b


Comments

No comments written yet.

Please login to write comment.