Color Hex Logo

#bbb87e Color Hex

#BBB87E
(187,184,126)
0 Favorites   0 Comments

Color spaces of #bbb87e

RGB 187184126
HSL0.160.310.61
HSV57°33°73°
CMYK 0.000.020.33   0.27
XYZ41.399946.352126.5035
Yxy46.35210.36230.4057
Hunter Lab68.0824-10.600924.5769
CIE-Lab73.7734-7.938929.9061

#bbb87e color RGB value is (187,184,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111000 01111110
Octal 273 270 176
Decimal 187 184 126
Hex BB B8 7E

RGB Percentages of Color #bbb87e

%37.63
%37.02
%25.35

CMYK Percentages of Color #bbb87e

%0
%2
%33
%27

Triadic Colors of #bbb87e

#bbb87e #7ebbb8 #b87ebb

Analogous Colors of #bbb87e

#bbb87e #a0bb7e #bb9a7e

Monochromatic Colors of #bbb87e

#bbb87e

Complementary Color

#bbb87e #7e81bb

#bbb87e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb87e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb87e Color CSS Codes

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

#bbb87e Text Font Color

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

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


#bbb87e Background Color

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

This div background color is #bbb87e


#bbb87e Border Color

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

This div border color is #bbb87e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb87e


Comments

No comments written yet.

Please login to write comment.