Color Hex Logo

#bbb29e Color Hex

#BBB29E
(187,178,158)
0 Favorites   0 Comments

Color spaces of #bbb29e

RGB 187178158
HSL0.110.180.68
HSV41°16°73°
CMYK 0.000.050.16   0.27
XYZ42.585544.874238.7648
Yxy44.87420.33740.3555
Hunter Lab66.9882-3.754012.5818
CIE-Lab72.8090-0.197811.3691

#bbb29e color RGB value is (187,178,158).

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

The process color (four color CMYK) of #bbb29e color hex is 0.00, 0.05, 0.16, 0.27. Web safe color of #bbb29e is #cc9999. Color #bbb29e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110010 10011110
Octal 273 262 236
Decimal 187 178 158
Hex BB B2 9E

RGB Percentages of Color #bbb29e

%35.76
%34.03
%30.21

CMYK Percentages of Color #bbb29e

%0
%5
%16
%27

Triadic Colors of #bbb29e

#bbb29e #9ebbb2 #b29ebb

Analogous Colors of #bbb29e

#bbb29e #b6bb9e #bba49e

Monochromatic Colors of #bbb29e

#bbb29e

Complementary Color

#bbb29e #9ea7bb

#bbb29e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb29e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb29e Color CSS Codes

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

#bbb29e Text Font Color

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

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


#bbb29e Background Color

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

This div background color is #bbb29e


#bbb29e Border Color

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

This div border color is #bbb29e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb29e


Comments

No comments written yet.

Please login to write comment.