Color Hex Logo

#bab161 Color Hex

#BAB161
(186,177,97)
0 Favorites   0 Comments

Color spaces of #bab161

RGB 18617797
HSL0.150.390.55
HSV54°48°73°
CMYK 0.000.050.48   0.27
XYZ38.129542.746517.5505
Yxy42.74650.38740.4343
Hunter Lab65.3808-10.316829.8511
CIE-Lab71.3826-7.888741.8151

#bab161 color RGB value is (186,177,97).

#bab161 hex color red value is 186, green value is 177 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #bab161 hue: 0.15 , saturation: 0.39 and the lightness value of bab161 is 0.55.

The process color (four color CMYK) of #bab161 color hex is 0.00, 0.05, 0.48, 0.27. Web safe color of #bab161 is #cc9966. Color #bab161 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10110001 01100001
Octal 272 261 141
Decimal 186 177 97
Hex BA B1 61

RGB Percentages of Color #bab161

%40.43
%38.48
%21.09

CMYK Percentages of Color #bab161

%0
%5
%48
%27

Triadic Colors of #bab161

#bab161 #61bab1 #b161ba

Analogous Colors of #bab161

#bab161 #97ba61 #ba8561

Monochromatic Colors of #bab161

#bab161

Complementary Color

#bab161 #616aba

#bab161 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab161 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab161 Color CSS Codes

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

#bab161 Text Font Color

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

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


#bab161 Background Color

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

This div background color is #bab161


#bab161 Border Color

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

This div border color is #bab161


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab161


Comments

No comments written yet.

Please login to write comment.