Color Hex Logo

#bbb95e Color Hex

#BBB95E
(187,185,94)
0 Favorites   0 Comments

Color spaces of #bbb95e

RGB 18718594
HSL0.160.410.55
HSV59°50°73°
CMYK 0.000.010.50   0.27
XYZ39.862946.070917.3812
Yxy46.07090.38580.4459
Hunter Lab67.8755-13.950232.3302
CIE-Lab73.5915-11.904545.9748

#bbb95e color RGB value is (187,185,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111001 01011110
Octal 273 271 136
Decimal 187 185 94
Hex BB B9 5E

RGB Percentages of Color #bbb95e

%40.13
%39.70
%20.17

CMYK Percentages of Color #bbb95e

%0
%1
%50
%27

Triadic Colors of #bbb95e

#bbb95e #5ebbb9 #b95ebb

Analogous Colors of #bbb95e

#bbb95e #8fbb5e #bb8b5e

Monochromatic Colors of #bbb95e

#bbb95e

Complementary Color

#bbb95e #5e60bb

#bbb95e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb95e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb95e Color CSS Codes

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

#bbb95e Text Font Color

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

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


#bbb95e Background Color

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

This div background color is #bbb95e


#bbb95e Border Color

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

This div border color is #bbb95e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb95e


Comments

No comments written yet.

Please login to write comment.