Color Hex Logo

#baa573 Color Hex

#BAA573
(186,165,115)
0 Favorites   0 Comments

Color spaces of #baa573

RGB 186165115
HSL0.120.340.59
HSV42°38°73°
CMYK 0.000.110.38   0.27
XYZ36.799338.587221.7282
Yxy38.58720.37890.3973
Hunter Lab62.1186-2.963422.7442
CIE-Lab68.45120.407528.7315

#baa573 color RGB value is (186,165,115).

#baa573 hex color red value is 186, green value is 165 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #baa573 hue: 0.12 , saturation: 0.34 and the lightness value of baa573 is 0.59.

The process color (four color CMYK) of #baa573 color hex is 0.00, 0.11, 0.38, 0.27. Web safe color of #baa573 is #cc9966. Color #baa573 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100101 01110011
Octal 272 245 163
Decimal 186 165 115
Hex BA A5 73

RGB Percentages of Color #baa573

%39.91
%35.41
%24.68

CMYK Percentages of Color #baa573

%0
%11
%38
%27

Triadic Colors of #baa573

#baa573 #73baa5 #a573ba

Analogous Colors of #baa573

#baa573 #acba73 #ba8273

Monochromatic Colors of #baa573

#baa573

Complementary Color

#baa573 #7388ba

#baa573 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa573 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa573 Color CSS Codes

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

#baa573 Text Font Color

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

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


#baa573 Background Color

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

This div background color is #baa573


#baa573 Border Color

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

This div border color is #baa573


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa573


Comments

No comments written yet.

Please login to write comment.