Color Hex Logo

#baa755 Color Hex

#BAA755
(186,167,85)
0 Favorites   0 Comments

Color spaces of #baa755

RGB 18616785
HSL0.140.420.53
HSV49°54°73°
CMYK 0.000.100.54   0.27
XYZ35.708138.732414.1884
Yxy38.73240.40290.4370
Hunter Lab62.2354-6.495930.0478
CIE-Lab68.5570-3.686744.3918

#baa755 color RGB value is (186,167,85).

#baa755 hex color red value is 186, green value is 167 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #baa755 hue: 0.14 , saturation: 0.42 and the lightness value of baa755 is 0.53.

The process color (four color CMYK) of #baa755 color hex is 0.00, 0.10, 0.54, 0.27. Web safe color of #baa755 is #cc9966. Color #baa755 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100111 01010101
Octal 272 247 125
Decimal 186 167 85
Hex BA A7 55

RGB Percentages of Color #baa755

%42.47
%38.13
%19.41

CMYK Percentages of Color #baa755

%0
%10
%54
%27

Triadic Colors of #baa755

#baa755 #55baa7 #a755ba

Analogous Colors of #baa755

#baa755 #9bba55 #ba7555

Monochromatic Colors of #baa755

#baa755

Complementary Color

#baa755 #5568ba

#baa755 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa755 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa755 Color CSS Codes

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

#baa755 Text Font Color

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

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


#baa755 Background Color

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

This div background color is #baa755


#baa755 Border Color

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

This div border color is #baa755


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa755

#baa755 Color Palettes


Comments

No comments written yet.

Please login to write comment.