Color Hex Logo

#ba752e Color Hex

#BA752E
(186,117,46)
0 Favorites   0 Comments

Color spaces of #ba752e

RGB 18611746
HSL0.080.600.45
HSV30°75°73°
CMYK 0.000.370.75   0.27
XYZ27.104123.35895.6650
Yxy23.35890.48290.4162
Hunter Lab48.331015.523726.8822
CIE-Lab55.440121.174348.5088

#ba752e color RGB value is (186,117,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01110101 00101110
Octal 272 165 56
Decimal 186 117 46
Hex BA 75 2E

RGB Percentages of Color #ba752e

%53.30
%33.52
%13.18

CMYK Percentages of Color #ba752e

%0
%37
%75
%27

Triadic Colors of #ba752e

#ba752e #2eba75 #752eba

Analogous Colors of #ba752e

#ba752e #b9ba2e #ba2f2e

Monochromatic Colors of #ba752e

#ba752e

Complementary Color

#ba752e #2e73ba

#ba752e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba752e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba752e Color CSS Codes

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

#ba752e Text Font Color

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

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


#ba752e Background Color

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

This div background color is #ba752e


#ba752e Border Color

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

This div border color is #ba752e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba752e


Comments

No comments written yet.

Please login to write comment.