Color Hex Logo

#baa363 Color Hex

#BAA363
(186,163,99)
0 Favorites   0 Comments

Color spaces of #baa363

RGB 18616399
HSL0.120.390.56
HSV44°47°73°
CMYK 0.000.120.47   0.27
XYZ35.599037.534317.1730
Yxy37.53430.39420.4156
Hunter Lab61.2652-3.494326.2663
CIE-Lab67.6760-0.257136.2105

#baa363 color RGB value is (186,163,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100011 01100011
Octal 272 243 143
Decimal 186 163 99
Hex BA A3 63

RGB Percentages of Color #baa363

%41.52
%36.38
%22.10

CMYK Percentages of Color #baa363

%0
%12
%47
%27

Triadic Colors of #baa363

#baa363 #63baa3 #a363ba

Analogous Colors of #baa363

#baa363 #a6ba63 #ba7863

Monochromatic Colors of #baa363

#baa363

Complementary Color

#baa363 #637aba

#baa363 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa363 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa363 Color CSS Codes

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

#baa363 Text Font Color

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

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


#baa363 Background Color

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

This div background color is #baa363


#baa363 Border Color

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

This div border color is #baa363


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,163,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 #baa363">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa363


Comments

No comments written yet.

Please login to write comment.