Color Hex Logo

#ba713b Color Hex

#BA713B
(186,113,59)
0 Favorites   0 Comments

Color spaces of #ba713b

RGB 18611359
HSL0.070.520.48
HSV26°68°73°
CMYK 0.000.390.68   0.27
XYZ26.944222.56517.0731
Yxy22.56510.47620.3988
Hunter Lab47.502718.117824.4237
CIE-Lab54.621524.054241.3630

#ba713b color RGB value is (186,113,59).

#ba713b hex color red value is 186, green value is 113 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #ba713b hue: 0.07 , saturation: 0.52 and the lightness value of ba713b is 0.48.

The process color (four color CMYK) of #ba713b color hex is 0.00, 0.39, 0.68, 0.27. Web safe color of #ba713b is #cc6633. Color #ba713b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01110001 00111011
Octal 272 161 73
Decimal 186 113 59
Hex BA 71 3B

RGB Percentages of Color #ba713b

%51.96
%31.56
%16.48

CMYK Percentages of Color #ba713b

%0
%39
%68
%27

Triadic Colors of #ba713b

#ba713b #3bba71 #713bba

Analogous Colors of #ba713b

#ba713b #bab13b #ba3b44

Monochromatic Colors of #ba713b

#ba713b

Complementary Color

#ba713b #3b84ba

#ba713b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba713b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba713b Color CSS Codes

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

#ba713b Text Font Color

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

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


#ba713b Background Color

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

This div background color is #ba713b


#ba713b Border Color

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

This div border color is #ba713b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba713b


Comments

No comments written yet.

Please login to write comment.