Color Hex Logo

#bbb44f Color Hex

#BBB44F
(187,180,79)
0 Favorites   0 Comments

Color spaces of #bbb44f

RGB 18718079
HSL0.160.440.52
HSV56°58°73°
CMYK 0.000.040.58   0.27
XYZ38.226143.771813.8312
Yxy43.77180.39890.4568
Hunter Lab66.1603-12.646733.9173
CIE-Lab72.0757-10.565151.3167

#bbb44f color RGB value is (187,180,79).

#bbb44f hex color red value is 187, green value is 180 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #bbb44f hue: 0.16 , saturation: 0.44 and the lightness value of bbb44f is 0.52.

The process color (four color CMYK) of #bbb44f color hex is 0.00, 0.04, 0.58, 0.27. Web safe color of #bbb44f is #cccc66. Color #bbb44f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110100 01001111
Octal 273 264 117
Decimal 187 180 79
Hex BB B4 4F

RGB Percentages of Color #bbb44f

%41.93
%40.36
%17.71

CMYK Percentages of Color #bbb44f

%0
%4
%58
%27

Triadic Colors of #bbb44f

#bbb44f #4fbbb4 #b44fbb

Analogous Colors of #bbb44f

#bbb44f #8cbb4f #bb7e4f

Monochromatic Colors of #bbb44f

#bbb44f

Complementary Color

#bbb44f #4f56bb

#bbb44f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb44f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb44f Color CSS Codes

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

#bbb44f Text Font Color

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

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


#bbb44f Background Color

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

This div background color is #bbb44f


#bbb44f Border Color

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

This div border color is #bbb44f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb44f


Comments

No comments written yet.

Please login to write comment.