Color Hex Logo

#ba8648 Color Hex

#BA8648
(186,134,72)
0 Favorites   0 Comments

Color spaces of #ba8648

RGB 18613472
HSL0.090.450.51
HSV33°61°73°
CMYK 0.000.280.61   0.27
XYZ29.944527.95729.9489
Yxy27.95720.44130.4120
Hunter Lab52.87468.559625.8562
CIE-Lab59.850113.282540.6946

#ba8648 color RGB value is (186,134,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10000110 01001000
Octal 272 206 110
Decimal 186 134 72
Hex BA 86 48

RGB Percentages of Color #ba8648

%47.45
%34.18
%18.37

CMYK Percentages of Color #ba8648

%0
%28
%61
%27

Triadic Colors of #ba8648

#ba8648 #48ba86 #8648ba

Analogous Colors of #ba8648

#ba8648 #b5ba48 #ba4d48

Monochromatic Colors of #ba8648

#ba8648

Complementary Color

#ba8648 #487cba

#ba8648 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba8648 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba8648 Color CSS Codes

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

#ba8648 Text Font Color

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

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


#ba8648 Background Color

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

This div background color is #ba8648


#ba8648 Border Color

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

This div border color is #ba8648


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba8648


Comments

No comments written yet.

Please login to write comment.