Color Hex Logo

#ba963d Color Hex

#BA963D
(186,150,61)
0 Favorites   0 Comments

Color spaces of #ba963d

RGB 18615061
HSL0.120.510.48
HSV43°67°73°
CMYK 0.000.190.67   0.27
XYZ31.998432.58879.0186
Yxy32.58870.43470.4427
Hunter Lab57.08650.152330.5938
CIE-Lab63.82653.750050.4506

#ba963d color RGB value is (186,150,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10010110 00111101
Octal 272 226 75
Decimal 186 150 61
Hex BA 96 3D

RGB Percentages of Color #ba963d

%46.85
%37.78
%15.37

CMYK Percentages of Color #ba963d

%0
%19
%67
%27

Triadic Colors of #ba963d

#ba963d #3dba96 #963dba

Analogous Colors of #ba963d

#ba963d #a0ba3d #ba583d

Monochromatic Colors of #ba963d

#ba963d

Complementary Color

#ba963d #3d61ba

#ba963d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba963d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba963d Color CSS Codes

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

#ba963d Text Font Color

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

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


#ba963d Background Color

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

This div background color is #ba963d


#ba963d Border Color

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

This div border color is #ba963d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba963d


Comments

No comments written yet.

Please login to write comment.