Color Hex Logo

#ba962b Color Hex

#BA962B
(186,150,43)
0 Favorites   0 Comments

Color spaces of #ba962b

RGB 18615043
HSL0.120.620.45
HSV45°77°73°
CMYK 0.000.190.77   0.27
XYZ31.592132.42626.8793
Yxy32.42620.44560.4574
Hunter Lab56.9440-0.621632.6981
CIE-Lab63.69362.844457.7456

#ba962b color RGB value is (186,150,43).

#ba962b hex color red value is 186, green value is 150 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #ba962b hue: 0.12 , saturation: 0.62 and the lightness value of ba962b is 0.45.

The process color (four color CMYK) of #ba962b color hex is 0.00, 0.19, 0.77, 0.27. Web safe color of #ba962b is #cc9933. Color #ba962b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10010110 00101011
Octal 272 226 53
Decimal 186 150 43
Hex BA 96 2B

RGB Percentages of Color #ba962b

%49.08
%39.58
%11.35

CMYK Percentages of Color #ba962b

%0
%19
%77
%27

Triadic Colors of #ba962b

#ba962b #2bba96 #962bba

Analogous Colors of #ba962b

#ba962b #97ba2b #ba4f2b

Monochromatic Colors of #ba962b

#ba962b

Complementary Color

#ba962b #2b4fba

#ba962b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba962b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba962b Color CSS Codes

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

#ba962b Text Font Color

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

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


#ba962b Background Color

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

This div background color is #ba962b


#ba962b Border Color

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

This div border color is #ba962b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba962b


Comments

No comments written yet.

Please login to write comment.