Color Hex Logo

#baa963 Color Hex

#BAA963
(186,169,99)
0 Favorites   0 Comments

Color spaces of #baa963

RGB 18616999
HSL0.130.390.56
HSV48°47°73°
CMYK 0.000.090.47   0.27
XYZ36.689839.715917.5366
Yxy39.71590.39060.4228
Hunter Lab63.0206-6.365427.6159
CIE-Lab69.2667-3.469438.1958

#baa963 color RGB value is (186,169,99).

#baa963 hex color red value is 186, green value is 169 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #baa963 hue: 0.13 , saturation: 0.39 and the lightness value of baa963 is 0.56.

The process color (four color CMYK) of #baa963 color hex is 0.00, 0.09, 0.47, 0.27. Web safe color of #baa963 is #cc9966. Color #baa963 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101001 01100011
Octal 272 251 143
Decimal 186 169 99
Hex BA A9 63

RGB Percentages of Color #baa963

%40.97
%37.22
%21.81

CMYK Percentages of Color #baa963

%0
%9
%47
%27

Triadic Colors of #baa963

#baa963 #63baa9 #a963ba

Analogous Colors of #baa963

#baa963 #a0ba63 #ba7e63

Monochromatic Colors of #baa963

#baa963

Complementary Color

#baa963 #6374ba

#baa963 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa963 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa963 Color CSS Codes

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

#baa963 Text Font Color

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

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


#baa963 Background Color

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

This div background color is #baa963


#baa963 Border Color

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

This div border color is #baa963


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa963


Comments

No comments written yet.

Please login to write comment.