Color Hex Logo

#ba8720 Color Hex

#BA8720
(186,135,32)
0 Favorites   0 Comments

Color spaces of #ba8720

RGB 18613532
HSL0.110.710.43
HSV40°83°73°
CMYK 0.000.270.83   0.27
XYZ29.174427.87135.2085
Yxy27.87130.46860.4477
Hunter Lab52.79336.253731.1058
CIE-Lab59.772310.675858.0401

#ba8720 color RGB value is (186,135,32).

#ba8720 hex color red value is 186, green value is 135 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #ba8720 hue: 0.11 , saturation: 0.71 and the lightness value of ba8720 is 0.43.

The process color (four color CMYK) of #ba8720 color hex is 0.00, 0.27, 0.83, 0.27. Web safe color of #ba8720 is #cc9933. Color #ba8720 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10000111 00100000
Octal 272 207 40
Decimal 186 135 32
Hex BA 87 20

RGB Percentages of Color #ba8720

%52.69
%38.24
%9.07

CMYK Percentages of Color #ba8720

%0
%27
%83
%27

Triadic Colors of #ba8720

#ba8720 #20ba87 #8720ba

Analogous Colors of #ba8720

#ba8720 #a0ba20 #ba3a20

Monochromatic Colors of #ba8720

#ba8720

Complementary Color

#ba8720 #2053ba

#ba8720 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba8720 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba8720 Color CSS Codes

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

#ba8720 Text Font Color

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

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


#ba8720 Background Color

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

This div background color is #ba8720


#ba8720 Border Color

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

This div border color is #ba8720


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba8720


Comments

No comments written yet.

Please login to write comment.