Color Hex Logo

#bbb77e Color Hex

#BBB77E
(187,183,126)
0 Favorites   0 Comments

Color spaces of #bbb77e

RGB 187183126
HSL0.160.310.61
HSV56°33°73°
CMYK 0.000.020.33   0.27
XYZ41.192945.938126.4345
Yxy45.93810.36270.4045
Hunter Lab67.7777-10.124824.3202
CIE-Lab73.5054-7.416229.5524

#bbb77e color RGB value is (187,183,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110111 01111110
Octal 273 267 176
Decimal 187 183 126
Hex BB B7 7E

RGB Percentages of Color #bbb77e

%37.70
%36.90
%25.40

CMYK Percentages of Color #bbb77e

%0
%2
%33
%27

Triadic Colors of #bbb77e

#bbb77e #7ebbb7 #b77ebb

Analogous Colors of #bbb77e

#bbb77e #a1bb7e #bb997e

Monochromatic Colors of #bbb77e

#bbb77e

Complementary Color

#bbb77e #7e82bb

#bbb77e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb77e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb77e Color CSS Codes

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

#bbb77e Text Font Color

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

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


#bbb77e Background Color

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

This div background color is #bbb77e


#bbb77e Border Color

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

This div border color is #bbb77e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb77e


Comments

No comments written yet.

Please login to write comment.