Color Hex Logo

#b09aa1 Color Hex

#B09AA1
(176,154,161)
0 Favorites   0 Comments

Color spaces of #b09aa1

RGB 176154161
HSL0.950.120.65
HSV341°13°69°
CMYK 0.000.130.09   0.31
XYZ35.893134.914538.5656
Yxy34.91450.32820.3192
Hunter Lab59.08855.02432.6648
CIE-Lab65.68209.3273-0.6755

#b09aa1 color RGB value is (176,154,161).

#b09aa1 hex color red value is 176, green value is 154 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #b09aa1 hue: 0.95 , saturation: 0.12 and the lightness value of b09aa1 is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 10011010 10100001
Octal 260 232 241
Decimal 176 154 161
Hex B0 9A A1

RGB Percentages of Color #b09aa1

%35.85
%31.36
%32.79

CMYK Percentages of Color #b09aa1

%0
%13
%9
%31

Triadic Colors of #b09aa1

#b09aa1 #a1b09a #9aa1b0

Analogous Colors of #b09aa1

#b09aa1 #b09e9a #b09aac

Monochromatic Colors of #b09aa1

#b09aa1

Complementary Color

#b09aa1 #9ab0a9

#b09aa1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b09aa1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b09aa1 Color CSS Codes

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

#b09aa1 Text Font Color

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

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


#b09aa1 Background Color

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

This div background color is #b09aa1


#b09aa1 Border Color

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

This div border color is #b09aa1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b09aa1


Comments

No comments written yet.

Please login to write comment.