Color Hex Logo

#b1a894 Color Hex

#B1A894
(177,168,148)
0 Favorites   0 Comments

Color spaces of #b1a894

RGB 177168148
HSL0.110.160.64
HSV41°16°69°
CMYK 0.000.050.16   0.31
XYZ37.479439.490533.6640
Yxy39.49050.33880.3569
Hunter Lab62.8415-3.513012.2275
CIE-Lab69.1051-0.179711.4950

#b1a894 color RGB value is (177,168,148).

#b1a894 hex color red value is 177, green value is 168 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #b1a894 hue: 0.11 , saturation: 0.16 and the lightness value of b1a894 is 0.64.

The process color (four color CMYK) of #b1a894 color hex is 0.00, 0.05, 0.16, 0.31. Web safe color of #b1a894 is #999999. Color #b1a894 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10101000 10010100
Octal 261 250 224
Decimal 177 168 148
Hex B1 A8 94

RGB Percentages of Color #b1a894

%35.90
%34.08
%30.02

CMYK Percentages of Color #b1a894

%0
%5
%16
%31

Triadic Colors of #b1a894

#b1a894 #94b1a8 #a894b1

Analogous Colors of #b1a894

#b1a894 #acb194 #b19a94

Monochromatic Colors of #b1a894

#b1a894

Complementary Color

#b1a894 #949db1

#b1a894 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1a894 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1a894 Color CSS Codes

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

#b1a894 Text Font Color

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

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


#b1a894 Background Color

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

This div background color is #b1a894


#b1a894 Border Color

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

This div border color is #b1a894


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1a894


Comments

No comments written yet.

Please login to write comment.