Color Hex Logo

#bbb92e Color Hex

#BBB92E
(187,185,46)
0 Favorites   0 Comments

Color spaces of #bbb92e

RGB 18718546
HSL0.160.610.46
HSV59°75°73°
CMYK 0.000.010.75   0.27
XYZ38.335645.46009.3389
Yxy45.46000.41160.4881
Hunter Lab67.4240-16.501538.9846
CIE-Lab73.1938-15.032365.5810

#bbb92e color RGB value is (187,185,46).

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

The process color (four color CMYK) of #bbb92e color hex is 0.00, 0.01, 0.75, 0.27. Web safe color of #bbb92e is #cccc33. Color #bbb92e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111001 00101110
Octal 273 271 56
Decimal 187 185 46
Hex BB B9 2E

RGB Percentages of Color #bbb92e

%44.74
%44.26
%11.00

CMYK Percentages of Color #bbb92e

%0
%1
%75
%27

Triadic Colors of #bbb92e

#bbb92e #2ebbb9 #b92ebb

Analogous Colors of #bbb92e

#bbb92e #77bb2e #bb732e

Monochromatic Colors of #bbb92e

#bbb92e

Complementary Color

#bbb92e #2e30bb

#bbb92e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb92e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb92e Color CSS Codes

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

#bbb92e Text Font Color

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

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


#bbb92e Background Color

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

This div background color is #bbb92e


#bbb92e Border Color

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

This div border color is #bbb92e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb92e


Comments

No comments written yet.

Please login to write comment.