Color Hex Logo

#bbb49f Color Hex

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

Color spaces of #bbb49f

RGB 187180159
HSL0.130.170.68
HSV45°15°73°
CMYK 0.000.040.15   0.27
XYZ43.072845.710539.3537
Yxy45.71050.33610.3567
Hunter Lab67.6095-4.597612.8156
CIE-Lab73.3573-1.107411.6003

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

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

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

Base Numbers

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

RGB Percentages of Color #bbb49f

%35.55
%34.22
%30.23

CMYK Percentages of Color #bbb49f

%0
%4
%15
%27

Triadic Colors of #bbb49f

#bbb49f #9fbbb4 #b49fbb

Analogous Colors of #bbb49f

#bbb49f #b4bb9f #bba69f

Monochromatic Colors of #bbb49f

#bbb49f

Complementary Color

#bbb49f #9fa6bb

#bbb49f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb49f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb49f Color CSS Codes

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

#bbb49f Text Font Color

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

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


#bbb49f Background Color

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

This div background color is #bbb49f


#bbb49f Border Color

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

This div border color is #bbb49f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb49f


Comments

No comments written yet.

Please login to write comment.