Color Hex Logo

#ba734b Color Hex

#BA734B
(186,115,75)
0 Favorites   0 Comments

Color spaces of #ba734b

RGB 18611575
HSL0.060.450.51
HSV22°60°73°
CMYK 0.000.380.60   0.27
XYZ27.650423.20869.6790
Yxy23.20860.45670.3834
Hunter Lab48.175318.144021.8106
CIE-Lab55.286624.032633.6486

#ba734b color RGB value is (186,115,75).

#ba734b hex color red value is 186, green value is 115 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #ba734b hue: 0.06 , saturation: 0.45 and the lightness value of ba734b is 0.51.

The process color (four color CMYK) of #ba734b color hex is 0.00, 0.38, 0.60, 0.27. Web safe color of #ba734b is #cc6633. Color #ba734b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01110011 01001011
Octal 272 163 113
Decimal 186 115 75
Hex BA 73 4B

RGB Percentages of Color #ba734b

%49.47
%30.59
%19.95

CMYK Percentages of Color #ba734b

%0
%38
%60
%27

Triadic Colors of #ba734b

#ba734b #4bba73 #734bba

Analogous Colors of #ba734b

#ba734b #baab4b #ba4b5b

Monochromatic Colors of #ba734b

#ba734b

Complementary Color

#ba734b #4b92ba

#ba734b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba734b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba734b Color CSS Codes

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

#ba734b Text Font Color

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

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


#ba734b Background Color

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

This div background color is #ba734b


#ba734b Border Color

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

This div border color is #ba734b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba734b


Comments

No comments written yet.

Please login to write comment.