Color Hex Logo

#bbb97e Color Hex

#BBB97E
(187,185,126)
0 Favorites   0 Comments

Color spaces of #bbb97e

RGB 187185126
HSL0.160.310.61
HSV58°33°73°
CMYK 0.000.010.33   0.27
XYZ41.608446.769126.5730
Yxy46.76910.36200.4069
Hunter Lab68.3879-11.076424.8337
CIE-Lab74.0418-8.460630.2598

#bbb97e color RGB value is (187,185,126).

#bbb97e hex color red value is 187, green value is 185 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #bbb97e hue: 0.16 , saturation: 0.31 and the lightness value of bbb97e is 0.61.

The process color (four color CMYK) of #bbb97e color hex is 0.00, 0.01, 0.33, 0.27. Web safe color of #bbb97e is #cccc66. Color #bbb97e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111001 01111110
Octal 273 271 176
Decimal 187 185 126
Hex BB B9 7E

RGB Percentages of Color #bbb97e

%37.55
%37.15
%25.30

CMYK Percentages of Color #bbb97e

%0
%1
%33
%27

Triadic Colors of #bbb97e

#bbb97e #7ebbb9 #b97ebb

Analogous Colors of #bbb97e

#bbb97e #9fbb7e #bb9b7e

Monochromatic Colors of #bbb97e

#bbb97e

Complementary Color

#bbb97e #7e80bb

#bbb97e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb97e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb97e Color CSS Codes

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

#bbb97e Text Font Color

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

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


#bbb97e Background Color

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

This div background color is #bbb97e


#bbb97e Border Color

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

This div border color is #bbb97e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb97e


Comments

No comments written yet.

Please login to write comment.