Color Hex Logo

#bbb556 Color Hex

#BBB556
(187,181,86)
0 Favorites   0 Comments

Color spaces of #bbb556

RGB 18718186
HSL0.160.430.54
HSV56°54°73°
CMYK 0.000.030.54   0.27
XYZ38.697144.284415.3123
Yxy44.28440.39370.4505
Hunter Lab66.5465-12.657932.9400
CIE-Lab72.4182-10.531748.4395

#bbb556 color RGB value is (187,181,86).

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

The process color (four color CMYK) of #bbb556 color hex is 0.00, 0.03, 0.54, 0.27. Web safe color of #bbb556 is #cccc66. Color #bbb556 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110101 01010110
Octal 273 265 126
Decimal 187 181 86
Hex BB B5 56

RGB Percentages of Color #bbb556

%41.19
%39.87
%18.94

CMYK Percentages of Color #bbb556

%0
%3
%54
%27

Triadic Colors of #bbb556

#bbb556 #56bbb5 #b556bb

Analogous Colors of #bbb556

#bbb556 #8fbb56 #bb8356

Monochromatic Colors of #bbb556

#bbb556

Complementary Color

#bbb556 #565cbb

#bbb556 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb556 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb556 Color CSS Codes

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

#bbb556 Text Font Color

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

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


#bbb556 Background Color

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

This div background color is #bbb556


#bbb556 Border Color

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

This div border color is #bbb556


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb556


Comments

No comments written yet.

Please login to write comment.