Color Hex Logo

#bbac76 Color Hex

#BBAC76
(187,172,118)
0 Favorites   0 Comments

Color spaces of #bbac76

RGB 187172118
HSL0.130.340.60
HSV47°37°73°
CMYK 0.000.080.37   0.27
XYZ38.516141.377823.0963
Yxy41.37780.37400.4018
Hunter Lab64.3256-5.689723.7396
CIE-Lab70.4398-2.582929.7569

#bbac76 color RGB value is (187,172,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101100 01110110
Octal 273 254 166
Decimal 187 172 118
Hex BB AC 76

RGB Percentages of Color #bbac76

%39.20
%36.06
%24.74

CMYK Percentages of Color #bbac76

%0
%8
%37
%27

Triadic Colors of #bbac76

#bbac76 #76bbac #ac76bb

Analogous Colors of #bbac76

#bbac76 #a8bb76 #bb8a76

Monochromatic Colors of #bbac76

#bbac76

Complementary Color

#bbac76 #7685bb

#bbac76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbac76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbac76 Color CSS Codes

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

#bbac76 Text Font Color

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

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


#bbac76 Background Color

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

This div background color is #bbac76


#bbac76 Border Color

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

This div border color is #bbac76


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbac76


Comments

No comments written yet.

Please login to write comment.