Color Hex Logo

#ba752a Color Hex

#BA752A
(186,117,42)
0 Favorites   0 Comments

Color spaces of #ba752a

RGB 18611742
HSL0.090.630.45
HSV31°77°73°
CMYK 0.000.370.77   0.27
XYZ27.028923.32895.2688
Yxy23.32890.48590.4194
Hunter Lab48.300015.364427.3424
CIE-Lab55.409521.001550.2389

#ba752a color RGB value is (186,117,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01110101 00101010
Octal 272 165 52
Decimal 186 117 42
Hex BA 75 2A

RGB Percentages of Color #ba752a

%53.91
%33.91
%12.17

CMYK Percentages of Color #ba752a

%0
%37
%77
%27

Triadic Colors of #ba752a

#ba752a #2aba75 #752aba

Analogous Colors of #ba752a

#ba752a #b7ba2a #ba2d2a

Monochromatic Colors of #ba752a

#ba752a

Complementary Color

#ba752a #2a6fba

#ba752a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba752a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba752a Color CSS Codes

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

#ba752a Text Font Color

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

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


#ba752a Background Color

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

This div background color is #ba752a


#ba752a Border Color

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

This div border color is #ba752a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba752a


Comments

No comments written yet.

Please login to write comment.