Color Hex Logo

#bbb57e Color Hex

#BBB57E
(187,181,126)
0 Favorites   0 Comments

Color spaces of #bbb57e

RGB 187181126
HSL0.150.310.61
HSV54°33°73°
CMYK 0.000.030.33   0.27
XYZ40.783345.118926.2980
Yxy45.11890.36350.4021
Hunter Lab67.1706-9.170523.8068
CIE-Lab72.9701-6.367528.8447

#bbb57e color RGB value is (187,181,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110101 01111110
Octal 273 265 176
Decimal 187 181 126
Hex BB B5 7E

RGB Percentages of Color #bbb57e

%37.85
%36.64
%25.51

CMYK Percentages of Color #bbb57e

%0
%3
%33
%27

Triadic Colors of #bbb57e

#bbb57e #7ebbb5 #b57ebb

Analogous Colors of #bbb57e

#bbb57e #a3bb7e #bb977e

Monochromatic Colors of #bbb57e

#bbb57e

Complementary Color

#bbb57e #7e84bb

#bbb57e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb57e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb57e Color CSS Codes

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

#bbb57e Text Font Color

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

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


#bbb57e Background Color

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

This div background color is #bbb57e


#bbb57e Border Color

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

This div border color is #bbb57e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb57e


Comments

No comments written yet.

Please login to write comment.