Color Hex Logo

#ba752d Color Hex

#BA752D
(186,117,45)
0 Favorites   0 Comments

Color spaces of #ba752d

RGB 18611745
HSL0.090.610.45
HSV31°76°73°
CMYK 0.000.370.76   0.27
XYZ27.084623.35115.5623
Yxy23.35110.48370.4170
Hunter Lab48.323015.482527.0014
CIE-Lab55.432221.129648.9491

#ba752d color RGB value is (186,117,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01110101 00101101
Octal 272 165 55
Decimal 186 117 45
Hex BA 75 2D

RGB Percentages of Color #ba752d

%53.45
%33.62
%12.93

CMYK Percentages of Color #ba752d

%0
%37
%76
%27

Triadic Colors of #ba752d

#ba752d #2dba75 #752dba

Analogous Colors of #ba752d

#ba752d #b9ba2d #ba2f2d

Monochromatic Colors of #ba752d

#ba752d

Complementary Color

#ba752d #2d72ba

#ba752d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba752d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba752d Color CSS Codes

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

#ba752d Text Font Color

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

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


#ba752d Background Color

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

This div background color is #ba752d


#ba752d Border Color

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

This div border color is #ba752d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba752d


Comments

No comments written yet.

Please login to write comment.