Color Hex Logo

#ba9338 Color Hex

#BA9338
(186,147,56)
0 Favorites   0 Comments

Color spaces of #ba9338

RGB 18614756
HSL0.120.540.47
HSV42°70°73°
CMYK 0.000.210.70   0.27
XYZ31.397231.59218.1844
Yxy31.59210.44110.4439
Hunter Lab56.20691.348330.7115
CIE-Lab63.00435.101651.8085

#ba9338 color RGB value is (186,147,56).

#ba9338 hex color red value is 186, green value is 147 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #ba9338 hue: 0.12 , saturation: 0.54 and the lightness value of ba9338 is 0.47.

The process color (four color CMYK) of #ba9338 color hex is 0.00, 0.21, 0.70, 0.27. Web safe color of #ba9338 is #cc9933. Color #ba9338 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10010011 00111000
Octal 272 223 70
Decimal 186 147 56
Hex BA 93 38

RGB Percentages of Color #ba9338

%47.81
%37.79
%14.40

CMYK Percentages of Color #ba9338

%0
%21
%70
%27

Triadic Colors of #ba9338

#ba9338 #38ba93 #9338ba

Analogous Colors of #ba9338

#ba9338 #a0ba38 #ba5238

Monochromatic Colors of #ba9338

#ba9338

Complementary Color

#ba9338 #385fba

#ba9338 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba9338 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba9338 Color CSS Codes

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

#ba9338 Text Font Color

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

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


#ba9338 Background Color

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

This div background color is #ba9338


#ba9338 Border Color

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

This div border color is #ba9338


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba9338


Comments

No comments written yet.

Please login to write comment.