Color Hex Logo

#b19aac Color Hex

#B19AAC
(177,154,172)
0 Favorites   0 Comments

Color spaces of #b19aac

RGB 177154172
HSL0.870.130.65
HSV313°13°69°
CMYK 0.000.130.03   0.31
XYZ37.133535.436943.9126
Yxy35.43690.31880.3042
Hunter Lab59.52897.1708-2.0661
CIE-Lab66.087411.6961-6.2355

#b19aac color RGB value is (177,154,172).

#b19aac hex color red value is 177, green value is 154 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #b19aac hue: 0.87 , saturation: 0.13 and the lightness value of b19aac is 0.65.

The process color (four color CMYK) of #b19aac color hex is 0.00, 0.13, 0.03, 0.31. Web safe color of #b19aac is #999999. Color #b19aac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10011010 10101100
Octal 261 232 254
Decimal 177 154 172
Hex B1 9A AC

RGB Percentages of Color #b19aac

%35.19
%30.62
%34.19

CMYK Percentages of Color #b19aac

%0
%13
%3
%31

Triadic Colors of #b19aac

#b19aac #acb19a #9aacb1

Analogous Colors of #b19aac

#b19aac #b19aa1 #ab9ab1

Monochromatic Colors of #b19aac

#b19aac

Complementary Color

#b19aac #9ab19f

#b19aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b19aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b19aac Color CSS Codes

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

#b19aac Text Font Color

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

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


#b19aac Background Color

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

This div background color is #b19aac


#b19aac Border Color

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

This div border color is #b19aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b19aac


Comments

No comments written yet.

Please login to write comment.