Color Hex Logo

#ba7160 Color Hex

#BA7160
(186,113,96)
0 Favorites   0 Comments

Color spaces of #ba7160

RGB 18611396
HSL0.030.390.55
HSV11°48°73°
CMYK 0.000.390.48   0.27
XYZ28.266123.093914.0341
Yxy23.09390.43220.3531
Hunter Lab48.056120.893616.3245
CIE-Lab55.168926.980621.6779

#ba7160 color RGB value is (186,113,96).

#ba7160 hex color red value is 186, green value is 113 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #ba7160 hue: 0.03 , saturation: 0.39 and the lightness value of ba7160 is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01110001 01100000
Octal 272 161 140
Decimal 186 113 96
Hex BA 71 60

RGB Percentages of Color #ba7160

%47.09
%28.61
%24.30

CMYK Percentages of Color #ba7160

%0
%39
%48
%27

Triadic Colors of #ba7160

#ba7160 #60ba71 #7160ba

Analogous Colors of #ba7160

#ba7160 #ba9e60 #ba607c

Monochromatic Colors of #ba7160

#ba7160

Complementary Color

#ba7160 #60a9ba

#ba7160 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba7160 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba7160 Color CSS Codes

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

#ba7160 Text Font Color

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

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


#ba7160 Background Color

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

This div background color is #ba7160


#ba7160 Border Color

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

This div border color is #ba7160


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba7160


Comments

No comments written yet.

Please login to write comment.