Color Hex Logo

#ba832e Color Hex

#BA832E
(186,131,46)
0 Favorites   0 Comments

Color spaces of #ba832e

RGB 18613146
HSL0.100.600.45
HSV36°75°73°
CMYK 0.000.300.75   0.27
XYZ28.859126.86906.2500
Yxy26.86900.46560.4335
Hunter Lab51.83538.667329.1359
CIE-Lab58.852913.419351.9066

#ba832e color RGB value is (186,131,46).

#ba832e hex color red value is 186, green value is 131 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #ba832e hue: 0.10 , saturation: 0.60 and the lightness value of ba832e is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10000011 00101110
Octal 272 203 56
Decimal 186 131 46
Hex BA 83 2E

RGB Percentages of Color #ba832e

%51.24
%36.09
%12.67

CMYK Percentages of Color #ba832e

%0
%30
%75
%27

Triadic Colors of #ba832e

#ba832e #2eba83 #832eba

Analogous Colors of #ba832e

#ba832e #abba2e #ba3d2e

Monochromatic Colors of #ba832e

#ba832e

Complementary Color

#ba832e #2e65ba

#ba832e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba832e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba832e Color CSS Codes

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

#ba832e Text Font Color

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

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


#ba832e Background Color

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

This div background color is #ba832e


#ba832e Border Color

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

This div border color is #ba832e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba832e


Comments

No comments written yet.

Please login to write comment.