Color Hex Logo

#bbaa7e Color Hex

#BBAA7E
(187,170,126)
0 Favorites   0 Comments

Color spaces of #bbaa7e

RGB 187170126
HSL0.120.310.61
HSV43°33°73°
CMYK 0.000.090.33   0.27
XYZ38.634140.820625.5816
Yxy40.82060.36780.3886
Hunter Lab63.8910-3.872520.9843
CIE-Lab70.0500-0.525424.9515

#bbaa7e color RGB value is (187,170,126).

#bbaa7e hex color red value is 187, green value is 170 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #bbaa7e hue: 0.12 , saturation: 0.31 and the lightness value of bbaa7e is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101010 01111110
Octal 273 252 176
Decimal 187 170 126
Hex BB AA 7E

RGB Percentages of Color #bbaa7e

%38.72
%35.20
%26.09

CMYK Percentages of Color #bbaa7e

%0
%9
%33
%27

Triadic Colors of #bbaa7e

#bbaa7e #7ebbaa #aa7ebb

Analogous Colors of #bbaa7e

#bbaa7e #aebb7e #bb8c7e

Monochromatic Colors of #bbaa7e

#bbaa7e

Complementary Color

#bbaa7e #7e8fbb

#bbaa7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbaa7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbaa7e Color CSS Codes

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

#bbaa7e Text Font Color

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

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


#bbaa7e Background Color

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

This div background color is #bbaa7e


#bbaa7e Border Color

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

This div border color is #bbaa7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbaa7e


Comments

No comments written yet.

Please login to write comment.