Color Hex Logo

#bbb377 Color Hex

#BBB377
(187,179,119)
0 Favorites   0 Comments

Color spaces of #bbb377

RGB 187179119
HSL0.150.330.60
HSV53°36°73°
CMYK 0.000.040.36   0.27
XYZ39.943444.136923.8668
Yxy44.13690.37000.4089
Hunter Lab66.4356-8.941925.2052
CIE-Lab72.3199-6.171731.6866

#bbb377 color RGB value is (187,179,119).

#bbb377 hex color red value is 187, green value is 179 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #bbb377 hue: 0.15 , saturation: 0.33 and the lightness value of bbb377 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110011 01110111
Octal 273 263 167
Decimal 187 179 119
Hex BB B3 77

RGB Percentages of Color #bbb377

%38.56
%36.91
%24.54

CMYK Percentages of Color #bbb377

%0
%4
%36
%27

Triadic Colors of #bbb377

#bbb377 #77bbb3 #b377bb

Analogous Colors of #bbb377

#bbb377 #a1bb77 #bb9177

Monochromatic Colors of #bbb377

#bbb377

Complementary Color

#bbb377 #777fbb

#bbb377 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb377 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb377 Color CSS Codes

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

#bbb377 Text Font Color

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

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


#bbb377 Background Color

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

This div background color is #bbb377


#bbb377 Border Color

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

This div border color is #bbb377


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb377


Comments

No comments written yet.

Please login to write comment.