Color Hex Logo

#bbb38d Color Hex

#BBB38D
(187,179,141)
0 Favorites   0 Comments

Color spaces of #bbb38d

RGB 187179141
HSL0.140.250.64
HSV50°25°73°
CMYK 0.000.040.25   0.27
XYZ41.421344.728131.6495
Yxy44.72810.35160.3797
Hunter Lab66.8791-6.485118.7573
CIE-Lab72.7125-3.300720.4679

#bbb38d color RGB value is (187,179,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110011 10001101
Octal 273 263 215
Decimal 187 179 141
Hex BB B3 8D

RGB Percentages of Color #bbb38d

%36.88
%35.31
%27.81

CMYK Percentages of Color #bbb38d

%0
%4
%25
%27

Triadic Colors of #bbb38d

#bbb38d #8dbbb3 #b38dbb

Analogous Colors of #bbb38d

#bbb38d #acbb8d #bb9c8d

Monochromatic Colors of #bbb38d

#bbb38d

Complementary Color

#bbb38d #8d95bb

#bbb38d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb38d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb38d Color CSS Codes

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

#bbb38d Text Font Color

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

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


#bbb38d Background Color

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

This div background color is #bbb38d


#bbb38d Border Color

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

This div border color is #bbb38d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb38d


Comments

No comments written yet.

Please login to write comment.