Color Hex Logo

#b9b2ae Color Hex

#B9B2AE
(185,178,174)
0 Favorites   0 Comments

Color spaces of #b9b2ae

RGB 185178174
HSL0.060.070.70
HSV22°73°
CMYK 0.000.040.06   0.27
XYZ43.568045.211146.4747
Yxy45.21110.32210.3343
Hunter Lab67.2392-2.00866.0871
CIE-Lab73.03071.76662.9160

#b9b2ae color RGB value is (185,178,174).

#b9b2ae hex color red value is 185, green value is 178 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #b9b2ae hue: 0.06 , saturation: 0.07 and the lightness value of b9b2ae is 0.70.

The process color (four color CMYK) of #b9b2ae color hex is 0.00, 0.04, 0.06, 0.27. Web safe color of #b9b2ae is #cc9999. Color #b9b2ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10110010 10101110
Octal 271 262 256
Decimal 185 178 174
Hex B9 B2 AE

RGB Percentages of Color #b9b2ae

%34.45
%33.15
%32.40

CMYK Percentages of Color #b9b2ae

%0
%4
%6
%27

Triadic Colors of #b9b2ae

#b9b2ae #aeb9b2 #b2aeb9

Analogous Colors of #b9b2ae

#b9b2ae #b9b8ae #b9aeb0

Monochromatic Colors of #b9b2ae

#b9b2ae

Complementary Color

#b9b2ae #aeb5b9

#b9b2ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9b2ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9b2ae Color CSS Codes

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

#b9b2ae Text Font Color

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

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


#b9b2ae Background Color

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

This div background color is #b9b2ae


#b9b2ae Border Color

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

This div border color is #b9b2ae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(185,178,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b9b2ae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b9b2ae;
  -webkit-box-shadow: 1px 1px 3px 2px #b9b2ae;
  box-shadow:         1px 1px 3px 2px #b9b2ae; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,178,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9b2ae


Comments

No comments written yet.

Please login to write comment.