Color Hex Logo

#bbb171 Color Hex

#BBB171
(187,177,113)
0 Favorites   0 Comments

Color spaces of #bbb171

RGB 187177113
HSL0.140.350.59
HSV52°40°73°
CMYK 0.000.050.40   0.27
XYZ39.196343.201321.8956
Yxy43.20130.37580.4142
Hunter Lab65.7277-8.576126.2584
CIE-Lab71.6914-5.812234.0187

#bbb171 color RGB value is (187,177,113).

#bbb171 hex color red value is 187, green value is 177 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #bbb171 hue: 0.14 , saturation: 0.35 and the lightness value of bbb171 is 0.59.

The process color (four color CMYK) of #bbb171 color hex is 0.00, 0.05, 0.40, 0.27. Web safe color of #bbb171 is #cc9966. Color #bbb171 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110001 01110001
Octal 273 261 161
Decimal 187 177 113
Hex BB B1 71

RGB Percentages of Color #bbb171

%39.20
%37.11
%23.69

CMYK Percentages of Color #bbb171

%0
%5
%40
%27

Triadic Colors of #bbb171

#bbb171 #71bbb1 #b171bb

Analogous Colors of #bbb171

#bbb171 #a0bb71 #bb8c71

Monochromatic Colors of #bbb171

#bbb171

Complementary Color

#bbb171 #717bbb

#bbb171 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb171 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb171 Color CSS Codes

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

#bbb171 Text Font Color

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

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


#bbb171 Background Color

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

This div background color is #bbb171


#bbb171 Border Color

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

This div border color is #bbb171


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb171


Comments

No comments written yet.

Please login to write comment.