Color Hex Logo

#bbb857 Color Hex

#BBB857
(187,184,87)
0 Favorites   0 Comments

Color spaces of #bbb857

RGB 18718487
HSL0.160.420.54
HSV58°53°73°
CMYK 0.000.020.53   0.27
XYZ39.354345.533915.7316
Yxy45.53390.39110.4525
Hunter Lab67.4788-13.985033.4127
CIE-Lab73.2421-11.996848.9192

#bbb857 color RGB value is (187,184,87).

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

The process color (four color CMYK) of #bbb857 color hex is 0.00, 0.02, 0.53, 0.27. Web safe color of #bbb857 is #cccc66. Color #bbb857 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111000 01010111
Octal 273 270 127
Decimal 187 184 87
Hex BB B8 57

RGB Percentages of Color #bbb857

%40.83
%40.17
%19.00

CMYK Percentages of Color #bbb857

%0
%2
%53
%27

Triadic Colors of #bbb857

#bbb857 #57bbb8 #b857bb

Analogous Colors of #bbb857

#bbb857 #8cbb57 #bb8657

Monochromatic Colors of #bbb857

#bbb857

Complementary Color

#bbb857 #575abb

#bbb857 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb857 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb857 Color CSS Codes

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

#bbb857 Text Font Color

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

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


#bbb857 Background Color

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

This div background color is #bbb857


#bbb857 Border Color

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

This div border color is #bbb857


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb857


Comments

No comments written yet.

Please login to write comment.