Color Hex Logo

#bbb38e Color Hex

#BBB38E
(187,179,142)
0 Favorites   0 Comments

Color spaces of #bbb38e

RGB 187179142
HSL0.140.250.65
HSV49°24°73°
CMYK 0.000.040.24   0.27
XYZ41.496144.758032.0433
Yxy44.75800.35080.3784
Hunter Lab66.9014-6.361518.4333
CIE-Lab72.7323-3.157819.9548

#bbb38e color RGB value is (187,179,142).

#bbb38e hex color red value is 187, green value is 179 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #bbb38e hue: 0.14 , saturation: 0.25 and the lightness value of bbb38e is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110011 10001110
Octal 273 263 216
Decimal 187 179 142
Hex BB B3 8E

RGB Percentages of Color #bbb38e

%36.81
%35.24
%27.95

CMYK Percentages of Color #bbb38e

%0
%4
%24
%27

Triadic Colors of #bbb38e

#bbb38e #8ebbb3 #b38ebb

Analogous Colors of #bbb38e

#bbb38e #adbb8e #bb9d8e

Monochromatic Colors of #bbb38e

#bbb38e

Complementary Color

#bbb38e #8e96bb

#bbb38e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb38e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb38e Color CSS Codes

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

#bbb38e Text Font Color

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

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


#bbb38e Background Color

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

This div background color is #bbb38e


#bbb38e Border Color

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

This div border color is #bbb38e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb38e


Comments

No comments written yet.

Please login to write comment.