Color Hex Logo

#b49bab Color Hex

#B49BAB
(180,155,171)
0 Favorites   0 Comments

Color spaces of #b49bab

RGB 180155171
HSL0.890.140.66
HSV322°14°71°
CMYK 0.000.140.05   0.29
XYZ37.894436.086343.4962
Yxy36.08630.32260.3072
Hunter Lab60.07197.4752-0.8798
CIE-Lab66.585812.0276-4.9076

#b49bab color RGB value is (180,155,171).

#b49bab hex color red value is 180, green value is 155 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #b49bab hue: 0.89 , saturation: 0.14 and the lightness value of b49bab is 0.66.

The process color (four color CMYK) of #b49bab color hex is 0.00, 0.14, 0.05, 0.29. Web safe color of #b49bab is #cc9999. Color #b49bab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10011011 10101011
Octal 264 233 253
Decimal 180 155 171
Hex B4 9B AB

RGB Percentages of Color #b49bab

%35.57
%30.63
%33.79

CMYK Percentages of Color #b49bab

%0
%14
%5
%29

Triadic Colors of #b49bab

#b49bab #abb49b #9babb4

Analogous Colors of #b49bab

#b49bab #b49b9f #b19bb4

Monochromatic Colors of #b49bab

#b49bab

Complementary Color

#b49bab #9bb4a4

#b49bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b49bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b49bab Color CSS Codes

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

#b49bab Text Font Color

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

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


#b49bab Background Color

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

This div background color is #b49bab


#b49bab Border Color

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

This div border color is #b49bab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(180,155,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b49bab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b49bab;
  -webkit-box-shadow: 1px 1px 3px 2px #b49bab;
  box-shadow:         1px 1px 3px 2px #b49bab; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,155,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b49bab


Comments

No comments written yet.

Please login to write comment.