Color Hex Logo

#ba732e Color Hex

#BA732E
(186,115,46)
0 Favorites   0 Comments

Color spaces of #ba732e

RGB 18611546
HSL0.080.600.45
HSV30°75°73°
CMYK 0.000.380.75   0.27
XYZ26.873622.89785.5881
Yxy22.89780.48540.4136
Hunter Lab47.851616.505726.5723
CIE-Lab54.966922.278348.0324

#ba732e color RGB value is (186,115,46).

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

The process color (four color CMYK) of #ba732e color hex is 0.00, 0.38, 0.75, 0.27. Web safe color of #ba732e is #cc6633. Color #ba732e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01110011 00101110
Octal 272 163 56
Decimal 186 115 46
Hex BA 73 2E

RGB Percentages of Color #ba732e

%53.60
%33.14
%13.26

CMYK Percentages of Color #ba732e

%0
%38
%75
%27

Triadic Colors of #ba732e

#ba732e #2eba73 #732eba

Analogous Colors of #ba732e

#ba732e #bab92e #ba2e2f

Monochromatic Colors of #ba732e

#ba732e

Complementary Color

#ba732e #2e75ba

#ba732e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba732e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba732e Color CSS Codes

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

#ba732e Text Font Color

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

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


#ba732e Background Color

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

This div background color is #ba732e


#ba732e Border Color

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

This div border color is #ba732e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba732e


Comments

No comments written yet.

Please login to write comment.