Color Hex Logo

#b49fbb Color Hex

#B49FBB
(180,159,187)
0 Favorites   0 Comments

Color spaces of #b49fbb

RGB 180159187
HSL0.790.170.68
HSV285°15°73°
CMYK 0.040.150.00   0.27
XYZ40.190238.087452.2471
Yxy38.08740.30790.2918
Hunter Lab61.71508.2420-6.9936
CIE-Lab68.085012.8521-11.6039

#b49fbb color RGB value is (180,159,187).

#b49fbb hex color red value is 180, green value is 159 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #b49fbb hue: 0.79 , saturation: 0.17 and the lightness value of b49fbb is 0.68.

The process color (four color CMYK) of #b49fbb color hex is 0.04, 0.15, 0.00, 0.27. Web safe color of #b49fbb is #cc99cc. Color #b49fbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10011111 10111011
Octal 264 237 273
Decimal 180 159 187
Hex B4 9F BB

RGB Percentages of Color #b49fbb

%34.22
%30.23
%35.55

CMYK Percentages of Color #b49fbb

%4
%15
%0
%27

Triadic Colors of #b49fbb

#b49fbb #bbb49f #9fbbb4

Analogous Colors of #b49fbb

#b49fbb #bb9fb4 #a69fbb

Monochromatic Colors of #b49fbb

#b49fbb

Complementary Color

#b49fbb #a6bb9f

#b49fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b49fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b49fbb Color CSS Codes

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

#b49fbb Text Font Color

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

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


#b49fbb Background Color

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

This div background color is #b49fbb


#b49fbb Border Color

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

This div border color is #b49fbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b49fbb


Comments

No comments written yet.

Please login to write comment.