Color Hex Logo

#ba8270 Color Hex

#BA8270
(186,130,112)
0 Favorites   0 Comments

Color spaces of #ba8270

RGB 186130112
HSL0.040.350.58
HSV15°40°73°
CMYK 0.000.300.40   0.27
XYZ31.157027.574219.0094
Yxy27.57420.40080.3547
Hunter Lab52.511114.016815.2944
CIE-Lab59.502119.313818.3955

#ba8270 color RGB value is (186,130,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10000010 01110000
Octal 272 202 160
Decimal 186 130 112
Hex BA 82 70

RGB Percentages of Color #ba8270

%43.46
%30.37
%26.17

CMYK Percentages of Color #ba8270

%0
%30
%40
%27

Triadic Colors of #ba8270

#ba8270 #70ba82 #8270ba

Analogous Colors of #ba8270

#ba8270 #baa770 #ba7083

Monochromatic Colors of #ba8270

#ba8270

Complementary Color

#ba8270 #70a8ba

#ba8270 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba8270 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba8270 Color CSS Codes

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

#ba8270 Text Font Color

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

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


#ba8270 Background Color

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

This div background color is #ba8270


#ba8270 Border Color

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

This div border color is #ba8270


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba8270


Comments

No comments written yet.

Please login to write comment.