Color Hex Logo

#bab176 Color Hex

#BAB176
(186,177,118)
0 Favorites   0 Comments

Color spaces of #bab176

RGB 186177118
HSL0.140.330.60
HSV52°37°73°
CMYK 0.000.050.37   0.27
XYZ39.241943.191423.4080
Yxy43.19140.37080.4081
Hunter Lab65.7202-8.426924.8864
CIE-Lab71.6847-5.639131.3691

#bab176 color RGB value is (186,177,118).

#bab176 hex color red value is 186, green value is 177 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #bab176 hue: 0.14 , saturation: 0.33 and the lightness value of bab176 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10110001 01110110
Octal 272 261 166
Decimal 186 177 118
Hex BA B1 76

RGB Percentages of Color #bab176

%38.67
%36.80
%24.53

CMYK Percentages of Color #bab176

%0
%5
%37
%27

Triadic Colors of #bab176

#bab176 #76bab1 #b176ba

Analogous Colors of #bab176

#bab176 #a1ba76 #ba8f76

Monochromatic Colors of #bab176

#bab176

Complementary Color

#bab176 #767fba

#bab176 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab176 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab176 Color CSS Codes

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

#bab176 Text Font Color

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

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


#bab176 Background Color

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

This div background color is #bab176


#bab176 Border Color

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

This div border color is #bab176


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab176


Comments

No comments written yet.

Please login to write comment.