Color Hex Logo

#b1a38c Color Hex

#B1A38C
(177,163,140)
0 Favorites   0 Comments

Color spaces of #b1a38c

RGB 177163140
HSL0.100.190.62
HSV37°21°69°
CMYK 0.000.080.21   0.31
XYZ35.962337.434930.1412
Yxy37.43490.34730.3616
Hunter Lab61.1841-2.154813.6207
CIE-Lab67.60201.283513.7957

#b1a38c color RGB value is (177,163,140).

#b1a38c hex color red value is 177, green value is 163 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #b1a38c hue: 0.10 , saturation: 0.19 and the lightness value of b1a38c is 0.62.

The process color (four color CMYK) of #b1a38c color hex is 0.00, 0.08, 0.21, 0.31. Web safe color of #b1a38c is #999999. Color #b1a38c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10100011 10001100
Octal 261 243 214
Decimal 177 163 140
Hex B1 A3 8C

RGB Percentages of Color #b1a38c

%36.88
%33.96
%29.17

CMYK Percentages of Color #b1a38c

%0
%8
%21
%31

Triadic Colors of #b1a38c

#b1a38c #8cb1a3 #a38cb1

Analogous Colors of #b1a38c

#b1a38c #adb18c #b1918c

Monochromatic Colors of #b1a38c

#b1a38c

Complementary Color

#b1a38c #8c9ab1

#b1a38c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1a38c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1a38c Color CSS Codes

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

#b1a38c Text Font Color

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

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


#b1a38c Background Color

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

This div background color is #b1a38c


#b1a38c Border Color

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

This div border color is #b1a38c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1a38c


Comments

No comments written yet.

Please login to write comment.