Color Hex Logo

#bbb49e Color Hex

#BBB49E
(187,180,158)
0 Favorites   0 Comments

Color spaces of #bbb49e

RGB 187180158
HSL0.130.180.68
HSV46°16°73°
CMYK 0.000.040.16   0.27
XYZ42.986345.675938.8985
Yxy45.67590.33700.3581
Hunter Lab67.5839-4.738213.1839
CIE-Lab73.3347-1.267412.1128

#bbb49e color RGB value is (187,180,158).

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

The process color (four color CMYK) of #bbb49e color hex is 0.00, 0.04, 0.16, 0.27. Web safe color of #bbb49e is #cccc99. Color #bbb49e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110100 10011110
Octal 273 264 236
Decimal 187 180 158
Hex BB B4 9E

RGB Percentages of Color #bbb49e

%35.62
%34.29
%30.10

CMYK Percentages of Color #bbb49e

%0
%4
%16
%27

Triadic Colors of #bbb49e

#bbb49e #9ebbb4 #b49ebb

Analogous Colors of #bbb49e

#bbb49e #b4bb9e #bba69e

Monochromatic Colors of #bbb49e

#bbb49e

Complementary Color

#bbb49e #9ea5bb

#bbb49e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb49e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb49e Color CSS Codes

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

#bbb49e Text Font Color

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

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


#bbb49e Background Color

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

This div background color is #bbb49e


#bbb49e Border Color

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

This div border color is #bbb49e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb49e


Comments

No comments written yet.

Please login to write comment.