Color Hex Logo

#b3bb85 Color Hex

#B3BB85
(179,187,133)
0 Favorites   0 Comments

Color spaces of #b3bb85

RGB 179187133
HSL0.190.280.63
HSV69°29°73°
CMYK 0.040.000.29   0.27
XYZ40.594446.817829.0875
Yxy46.81780.34850.4019
Hunter Lab68.4235-13.840522.6917
CIE-Lab74.0731-11.704826.4896

#b3bb85 color RGB value is (179,187,133).

#b3bb85 hex color red value is 179, green value is 187 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #b3bb85 hue: 0.19 , saturation: 0.28 and the lightness value of b3bb85 is 0.63.

The process color (four color CMYK) of #b3bb85 color hex is 0.04, 0.00, 0.29, 0.27. Web safe color of #b3bb85 is #cccc99. Color #b3bb85 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10111011 10000101
Octal 263 273 205
Decimal 179 187 133
Hex B3 BB 85

RGB Percentages of Color #b3bb85

%35.87
%37.47
%26.65

CMYK Percentages of Color #b3bb85

%4
%0
%29
%27

Triadic Colors of #b3bb85

#b3bb85 #85b3bb #bb85b3

Analogous Colors of #b3bb85

#b3bb85 #98bb85 #bba885

Monochromatic Colors of #b3bb85

#b3bb85

Complementary Color

#b3bb85 #8d85bb

#b3bb85 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3bb85 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3bb85 Color CSS Codes

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

#b3bb85 Text Font Color

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

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


#b3bb85 Background Color

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

This div background color is #b3bb85


#b3bb85 Border Color

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

This div border color is #b3bb85


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3bb85


Comments

No comments written yet.

Please login to write comment.