Color Hex Logo

#ba762b Color Hex

#BA762B
(186,118,43)
0 Favorites   0 Comments

Color spaces of #ba762b

RGB 18611843
HSL0.090.620.45
HSV31°77°73°
CMYK 0.000.370.77   0.27
XYZ27.164223.57045.4033
Yxy23.57040.48390.4199
Hunter Lab48.549414.912427.3859
CIE-Lab55.655120.490850.0474

#ba762b color RGB value is (186,118,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01110110 00101011
Octal 272 166 53
Decimal 186 118 43
Hex BA 76 2B

RGB Percentages of Color #ba762b

%53.60
%34.01
%12.39

CMYK Percentages of Color #ba762b

%0
%37
%77
%27

Triadic Colors of #ba762b

#ba762b #2bba76 #762bba

Analogous Colors of #ba762b

#ba762b #b7ba2b #ba2f2b

Monochromatic Colors of #ba762b

#ba762b

Complementary Color

#ba762b #2b6fba

#ba762b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba762b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba762b Color CSS Codes

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

#ba762b Text Font Color

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

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


#ba762b Background Color

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

This div background color is #ba762b


#ba762b Border Color

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

This div border color is #ba762b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba762b


Comments

No comments written yet.

Please login to write comment.