Color Hex Logo

#b19aaa Color Hex

#B19AAA
(177,154,170)
0 Favorites   0 Comments

Color spaces of #b19aaa

RGB 177154170
HSL0.880.130.65
HSV318°13°69°
CMYK 0.000.130.04   0.31
XYZ36.942835.360642.9084
Yxy35.36060.32070.3069
Hunter Lab59.46486.8307-1.1569
CIE-Lab66.028511.3234-5.2020

#b19aaa color RGB value is (177,154,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 10011010 10101010
Octal 261 232 252
Decimal 177 154 170
Hex B1 9A AA

RGB Percentages of Color #b19aaa

%35.33
%30.74
%33.93

CMYK Percentages of Color #b19aaa

%0
%13
%4
%31

Triadic Colors of #b19aaa

#b19aaa #aab19a #9aaab1

Analogous Colors of #b19aaa

#b19aaa #b19a9f #ad9ab1

Monochromatic Colors of #b19aaa

#b19aaa

Complementary Color

#b19aaa #9ab1a1

#b19aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b19aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b19aaa Color CSS Codes

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

#b19aaa Text Font Color

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

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


#b19aaa Background Color

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

This div background color is #b19aaa


#b19aaa Border Color

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

This div border color is #b19aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b19aaa


Comments

No comments written yet.

Please login to write comment.