Color Hex Logo

#b1a99d Color Hex

#B1A99D
(177,169,157)
0 Favorites   0 Comments

Color spaces of #b1a99d

RGB 177169157
HSL0.100.110.65
HSV36°11°69°
CMYK 0.000.050.11   0.31
XYZ38.405240.157437.6253
Yxy40.15740.33050.3456
Hunter Lab63.3699-2.71769.1560
CIE-Lab69.58150.76137.2072

#b1a99d color RGB value is (177,169,157).

#b1a99d hex color red value is 177, green value is 169 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #b1a99d hue: 0.10 , saturation: 0.11 and the lightness value of b1a99d is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 10101001 10011101
Octal 261 251 235
Decimal 177 169 157
Hex B1 A9 9D

RGB Percentages of Color #b1a99d

%35.19
%33.60
%31.21

CMYK Percentages of Color #b1a99d

%0
%5
%11
%31

Triadic Colors of #b1a99d

#b1a99d #9db1a9 #a99db1

Analogous Colors of #b1a99d

#b1a99d #afb19d #b19f9d

Monochromatic Colors of #b1a99d

#b1a99d

Complementary Color

#b1a99d #9da5b1

#b1a99d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1a99d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1a99d Color CSS Codes

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

#b1a99d Text Font Color

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

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


#b1a99d Background Color

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

This div background color is #b1a99d


#b1a99d Border Color

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

This div border color is #b1a99d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1a99d


Comments

No comments written yet.

Please login to write comment.