Color Hex Logo

#ba8570 Color Hex

#BA8570
(186,133,112)
0 Favorites   0 Comments

Color spaces of #ba8570

RGB 186133112
HSL0.050.350.58
HSV17°40°73°
CMYK 0.000.280.40   0.27
XYZ31.561928.384019.1444
Yxy28.38400.39910.3589
Hunter Lab53.276612.512015.9884
CIE-Lab60.234117.645619.3936

#ba8570 color RGB value is (186,133,112).

#ba8570 hex color red value is 186, green value is 133 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #ba8570 hue: 0.05 , saturation: 0.35 and the lightness value of ba8570 is 0.58.

The process color (four color CMYK) of #ba8570 color hex is 0.00, 0.28, 0.40, 0.27. Web safe color of #ba8570 is #cc9966. Color #ba8570 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10000101 01110000
Octal 272 205 160
Decimal 186 133 112
Hex BA 85 70

RGB Percentages of Color #ba8570

%43.16
%30.86
%25.99

CMYK Percentages of Color #ba8570

%0
%28
%40
%27

Triadic Colors of #ba8570

#ba8570 #70ba85 #8570ba

Analogous Colors of #ba8570

#ba8570 #baaa70 #ba7080

Monochromatic Colors of #ba8570

#ba8570

Complementary Color

#ba8570 #70a5ba

#ba8570 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba8570 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba8570 Color CSS Codes

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

#ba8570 Text Font Color

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

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


#ba8570 Background Color

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

This div background color is #ba8570


#ba8570 Border Color

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

This div border color is #ba8570


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba8570


Comments

No comments written yet.

Please login to write comment.