Color Hex Logo

#baa055 Color Hex

#BAA055
(186,160,85)
0 Favorites   0 Comments

Color spaces of #baa055

RGB 18616085
HSL0.120.420.53
HSV45°54°73°
CMYK 0.000.140.54   0.27
XYZ34.460236.236613.7724
Yxy36.23660.40800.4290
Hunter Lab60.1968-3.160628.5729
CIE-Lab66.70030.063542.1915

#baa055 color RGB value is (186,160,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100000 01010101
Octal 272 240 125
Decimal 186 160 85
Hex BA A0 55

RGB Percentages of Color #baa055

%43.16
%37.12
%19.72

CMYK Percentages of Color #baa055

%0
%14
%54
%27

Triadic Colors of #baa055

#baa055 #55baa0 #a055ba

Analogous Colors of #baa055

#baa055 #a2ba55 #ba6e55

Monochromatic Colors of #baa055

#baa055

Complementary Color

#baa055 #556fba

#baa055 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa055 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa055 Color CSS Codes

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

#baa055 Text Font Color

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

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


#baa055 Background Color

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

This div background color is #baa055


#baa055 Border Color

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

This div border color is #baa055


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa055


Comments

No comments written yet.

Please login to write comment.