Color Hex Logo

#ba935d Color Hex

#BA935D
(186,147,93)
0 Favorites   0 Comments

Color spaces of #ba935d

RGB 18614793
HSL0.100.400.55
HSV35°50°73°
CMYK 0.000.210.50   0.27
XYZ32.659232.096914.8299
Yxy32.09690.41040.4033
Hunter Lab56.65413.754524.1380
CIE-Lab63.42297.867734.0343

#ba935d color RGB value is (186,147,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10010011 01011101
Octal 272 223 135
Decimal 186 147 93
Hex BA 93 5D

RGB Percentages of Color #ba935d

%43.66
%34.51
%21.83

CMYK Percentages of Color #ba935d

%0
%21
%50
%27

Triadic Colors of #ba935d

#ba935d #5dba93 #935dba

Analogous Colors of #ba935d

#ba935d #b3ba5d #ba655d

Monochromatic Colors of #ba935d

#ba935d

Complementary Color

#ba935d #5d84ba

#ba935d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba935d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba935d Color CSS Codes

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

#ba935d Text Font Color

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

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


#ba935d Background Color

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

This div background color is #ba935d


#ba935d Border Color

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

This div border color is #ba935d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba935d


Comments

No comments written yet.

Please login to write comment.