Color Hex Logo

#ba8645 Color Hex

#BA8645
(186,134,69)
0 Favorites   0 Comments

Color spaces of #ba8645

RGB 18613469
HSL0.090.460.50
HSV33°63°73°
CMYK 0.000.280.63   0.27
XYZ29.849027.91909.4459
Yxy27.91900.44410.4154
Hunter Lab52.83848.369326.3877
CIE-Lab59.815513.069442.1794

#ba8645 color RGB value is (186,134,69).

#ba8645 hex color red value is 186, green value is 134 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #ba8645 hue: 0.09 , saturation: 0.46 and the lightness value of ba8645 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10000110 01000101
Octal 272 206 105
Decimal 186 134 69
Hex BA 86 45

RGB Percentages of Color #ba8645

%47.81
%34.45
%17.74

CMYK Percentages of Color #ba8645

%0
%28
%63
%27

Triadic Colors of #ba8645

#ba8645 #45ba86 #8645ba

Analogous Colors of #ba8645

#ba8645 #b4ba45 #ba4c45

Monochromatic Colors of #ba8645

#ba8645

Complementary Color

#ba8645 #4579ba

#ba8645 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba8645 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba8645 Color CSS Codes

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

#ba8645 Text Font Color

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

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


#ba8645 Background Color

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

This div background color is #ba8645


#ba8645 Border Color

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

This div border color is #ba8645


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba8645


Comments

No comments written yet.

Please login to write comment.