Color Hex Logo

#ba735b Color Hex

#BA735B
(186,115,91)
0 Favorites   0 Comments

Color spaces of #ba735b

RGB 18611591
HSL0.040.410.54
HSV15°51°73°
CMYK 0.000.380.51   0.27
XYZ28.268823.455912.9350
Yxy23.45590.43720.3628
Hunter Lab48.431319.433718.0668
CIE-Lab55.538925.396725.0251

#ba735b color RGB value is (186,115,91).

#ba735b hex color red value is 186, green value is 115 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #ba735b hue: 0.04 , saturation: 0.41 and the lightness value of ba735b is 0.54.

The process color (four color CMYK) of #ba735b color hex is 0.00, 0.38, 0.51, 0.27. Web safe color of #ba735b is #cc6666. Color #ba735b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01110011 01011011
Octal 272 163 133
Decimal 186 115 91
Hex BA 73 5B

RGB Percentages of Color #ba735b

%47.45
%29.34
%23.21

CMYK Percentages of Color #ba735b

%0
%38
%51
%27

Triadic Colors of #ba735b

#ba735b #5bba73 #735bba

Analogous Colors of #ba735b

#ba735b #baa35b #ba5b73

Monochromatic Colors of #ba735b

#ba735b

Complementary Color

#ba735b #5ba2ba

#ba735b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba735b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba735b Color CSS Codes

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

#ba735b Text Font Color

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

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


#ba735b Background Color

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

This div background color is #ba735b


#ba735b Border Color

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

This div border color is #ba735b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba735b


Comments

No comments written yet.

Please login to write comment.