Color Hex Logo

#bbab76 Color Hex

#BBAB76
(187,171,118)
0 Favorites   0 Comments

Color spaces of #bbab76

RGB 187171118
HSL0.130.340.60
HSV46°37°73°
CMYK 0.000.090.37   0.27
XYZ38.326440.998623.0330
Yxy40.99860.37440.4005
Hunter Lab64.0301-5.208423.4932
CIE-Lab70.1749-2.049729.4094

#bbab76 color RGB value is (187,171,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101011 01110110
Octal 273 253 166
Decimal 187 171 118
Hex BB AB 76

RGB Percentages of Color #bbab76

%39.29
%35.92
%24.79

CMYK Percentages of Color #bbab76

%0
%9
%37
%27

Triadic Colors of #bbab76

#bbab76 #76bbab #ab76bb

Analogous Colors of #bbab76

#bbab76 #a9bb76 #bb8976

Monochromatic Colors of #bbab76

#bbab76

Complementary Color

#bbab76 #7686bb

#bbab76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbab76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbab76 Color CSS Codes

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

#bbab76 Text Font Color

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

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


#bbab76 Background Color

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

This div background color is #bbab76


#bbab76 Border Color

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

This div border color is #bbab76


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbab76


Comments

No comments written yet.

Please login to write comment.