Color Hex Logo

#ba703b Color Hex

#BA703B
(186,112,59)
0 Favorites   0 Comments

Color spaces of #ba703b

RGB 18611259
HSL0.070.520.48
HSV25°68°73°
CMYK 0.000.400.68   0.27
XYZ26.833322.34327.0361
Yxy22.34320.47740.3975
Hunter Lab47.268618.610324.2625
CIE-Lab54.389324.604141.1030

#ba703b color RGB value is (186,112,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01110000 00111011
Octal 272 160 73
Decimal 186 112 59
Hex BA 70 3B

RGB Percentages of Color #ba703b

%52.10
%31.37
%16.53

CMYK Percentages of Color #ba703b

%0
%40
%68
%27

Triadic Colors of #ba703b

#ba703b #3bba70 #703bba

Analogous Colors of #ba703b

#ba703b #bab03b #ba3b45

Monochromatic Colors of #ba703b

#ba703b

Complementary Color

#ba703b #3b85ba

#ba703b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba703b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba703b Color CSS Codes

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

#ba703b Text Font Color

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

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


#ba703b Background Color

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

This div background color is #ba703b


#ba703b Border Color

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

This div border color is #ba703b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba703b


Comments

No comments written yet.

Please login to write comment.