Color Hex Logo

#bbb347 Color Hex

#BBB347
(187,179,71)
0 Favorites   0 Comments

Color spaces of #bbb347

RGB 18717971
HSL0.160.460.51
HSV56°62°73°
CMYK 0.000.040.62   0.27
XYZ37.750943.259912.3215
Yxy43.25990.40450.4635
Hunter Lab65.7723-12.648934.9334
CIE-Lab71.7310-10.615154.5222

#bbb347 color RGB value is (187,179,71).

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

The process color (four color CMYK) of #bbb347 color hex is 0.00, 0.04, 0.62, 0.27. Web safe color of #bbb347 is #cccc33. Color #bbb347 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110011 01000111
Octal 273 263 107
Decimal 187 179 71
Hex BB B3 47

RGB Percentages of Color #bbb347

%42.79
%40.96
%16.25

CMYK Percentages of Color #bbb347

%0
%4
%62
%27

Triadic Colors of #bbb347

#bbb347 #47bbb3 #b347bb

Analogous Colors of #bbb347

#bbb347 #89bb47 #bb7947

Monochromatic Colors of #bbb347

#bbb347

Complementary Color

#bbb347 #474fbb

#bbb347 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb347 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb347 Color CSS Codes

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

#bbb347 Text Font Color

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

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


#bbb347 Background Color

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

This div background color is #bbb347


#bbb347 Border Color

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

This div border color is #bbb347


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb347


Comments

No comments written yet.

Please login to write comment.