Color Hex Logo

#bbb91e Color Hex

#BBB91E
(187,185,30)
0 Favorites   0 Comments

Color spaces of #bbb91e

RGB 18718530
HSL0.160.720.43
HSV59°84°73°
CMYK 0.000.010.84   0.27
XYZ38.076845.35657.9761
Yxy45.35650.41660.4962
Hunter Lab67.3472-16.937340.1212
CIE-Lab73.1260-15.573569.9820

#bbb91e color RGB value is (187,185,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111001 00011110
Octal 273 271 36
Decimal 187 185 30
Hex BB B9 1E

RGB Percentages of Color #bbb91e

%46.52
%46.02
%7.46

CMYK Percentages of Color #bbb91e

%0
%1
%84
%27

Triadic Colors of #bbb91e

#bbb91e #1ebbb9 #b91ebb

Analogous Colors of #bbb91e

#bbb91e #6fbb1e #bb6b1e

Monochromatic Colors of #bbb91e

#bbb91e

Complementary Color

#bbb91e #1e20bb

#bbb91e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb91e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb91e Color CSS Codes

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

#bbb91e Text Font Color

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

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


#bbb91e Background Color

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

This div background color is #bbb91e


#bbb91e Border Color

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

This div border color is #bbb91e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb91e


Comments

No comments written yet.

Please login to write comment.