Color Hex Logo

#ba935f Color Hex

#BA935F
(186,147,95)
0 Favorites   0 Comments

Color spaces of #ba935f

RGB 18614795
HSL0.100.400.55
HSV34°49°73°
CMYK 0.000.210.49   0.27
XYZ32.749032.132815.3027
Yxy32.13280.40840.4007
Hunter Lab56.68583.924423.6743
CIE-Lab63.45258.060833.0032

#ba935f color RGB value is (186,147,95).

#ba935f hex color red value is 186, green value is 147 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #ba935f hue: 0.10 , saturation: 0.40 and the lightness value of ba935f is 0.55.

The process color (four color CMYK) of #ba935f color hex is 0.00, 0.21, 0.49, 0.27. Web safe color of #ba935f is #cc9966. Color #ba935f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10010011 01011111
Octal 272 223 137
Decimal 186 147 95
Hex BA 93 5F

RGB Percentages of Color #ba935f

%43.46
%34.35
%22.20

CMYK Percentages of Color #ba935f

%0
%21
%49
%27

Triadic Colors of #ba935f

#ba935f #5fba93 #935fba

Analogous Colors of #ba935f

#ba935f #b4ba5f #ba665f

Monochromatic Colors of #ba935f

#ba935f

Complementary Color

#ba935f #5f86ba

#ba935f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba935f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba935f Color CSS Codes

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

#ba935f Text Font Color

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

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


#ba935f Background Color

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

This div background color is #ba935f


#ba935f Border Color

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

This div border color is #ba935f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba935f


Comments

No comments written yet.

Please login to write comment.