Color Hex Logo

#b49bac Color Hex

#B49BAC
(180,155,172)
0 Favorites   0 Comments

Color spaces of #b49bac

RGB 180155172
HSL0.890.140.66
HSV319°14°71°
CMYK 0.000.140.04   0.29
XYZ37.990136.124544.0002
Yxy36.12450.32160.3058
Hunter Lab60.10377.6442-1.3320
CIE-Lab66.614912.2115-5.4241

#b49bac color RGB value is (180,155,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10011011 10101100
Octal 264 233 254
Decimal 180 155 172
Hex B4 9B AC

RGB Percentages of Color #b49bac

%35.50
%30.57
%33.93

CMYK Percentages of Color #b49bac

%0
%14
%4
%29

Triadic Colors of #b49bac

#b49bac #acb49b #9bacb4

Analogous Colors of #b49bac

#b49bac #b49ba0 #b09bb4

Monochromatic Colors of #b49bac

#b49bac

Complementary Color

#b49bac #9bb4a3

#b49bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b49bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b49bac Color CSS Codes

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

#b49bac Text Font Color

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

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


#b49bac Background Color

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

This div background color is #b49bac


#b49bac Border Color

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

This div border color is #b49bac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,155,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 #b49bac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b49bac


Comments

No comments written yet.

Please login to write comment.