Color Hex Logo

#bbab77 Color Hex

#BBAB77
(187,171,119)
0 Favorites   0 Comments

Color spaces of #bbab77

RGB 187171119
HSL0.130.330.60
HSV46°36°73°
CMYK 0.000.090.36   0.27
XYZ38.386241.022523.3477
Yxy41.02250.37360.3992
Hunter Lab64.0488-5.105523.2212
CIE-Lab70.1917-1.929828.8979

#bbab77 color RGB value is (187,171,119).

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

The process color (four color CMYK) of #bbab77 color hex is 0.00, 0.09, 0.36, 0.27. Web safe color of #bbab77 is #cc9966. Color #bbab77 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101011 01110111
Octal 273 253 167
Decimal 187 171 119
Hex BB AB 77

RGB Percentages of Color #bbab77

%39.20
%35.85
%24.95

CMYK Percentages of Color #bbab77

%0
%9
%36
%27

Triadic Colors of #bbab77

#bbab77 #77bbab #ab77bb

Analogous Colors of #bbab77

#bbab77 #a9bb77 #bb8977

Monochromatic Colors of #bbab77

#bbab77

Complementary Color

#bbab77 #7787bb

#bbab77 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbab77 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbab77 Color CSS Codes

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

#bbab77 Text Font Color

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

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


#bbab77 Background Color

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

This div background color is #bbab77


#bbab77 Border Color

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

This div border color is #bbab77


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,171,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 #bbab77">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbab77


Comments

No comments written yet.

Please login to write comment.