Color Hex Logo

#bbb52e Color Hex

#BBB52E
(187,181,46)
0 Favorites   0 Comments

Color spaces of #bbb52e

RGB 18718146
HSL0.160.610.46
HSV57°75°73°
CMYK 0.000.030.75   0.27
XYZ37.510543.80989.0639
Yxy43.80980.41500.4847
Hunter Lab66.1890-14.671538.2131
CIE-Lab72.1012-12.992564.5716

#bbb52e color RGB value is (187,181,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110101 00101110
Octal 273 265 56
Decimal 187 181 46
Hex BB B5 2E

RGB Percentages of Color #bbb52e

%45.17
%43.72
%11.11

CMYK Percentages of Color #bbb52e

%0
%3
%75
%27

Triadic Colors of #bbb52e

#bbb52e #2ebbb5 #b52ebb

Analogous Colors of #bbb52e

#bbb52e #7bbb2e #bb6f2e

Monochromatic Colors of #bbb52e

#bbb52e

Complementary Color

#bbb52e #2e34bb

#bbb52e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb52e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb52e Color CSS Codes

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

#bbb52e Text Font Color

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

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


#bbb52e Background Color

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

This div background color is #bbb52e


#bbb52e Border Color

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

This div border color is #bbb52e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb52e


Comments

No comments written yet.

Please login to write comment.