Color Hex Logo

#bbaa7a Color Hex

#BBAA7A
(187,170,122)
0 Favorites   0 Comments

Color spaces of #bbaa7a

RGB 187170122
HSL0.120.320.61
HSV44°35°73°
CMYK 0.000.090.35   0.27
XYZ38.381140.719424.2491
Yxy40.71940.37140.3940
Hunter Lab63.8118-4.307522.1374
CIE-Lab69.9789-1.028927.0099

#bbaa7a color RGB value is (187,170,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101010 01111010
Octal 273 252 172
Decimal 187 170 122
Hex BB AA 7A

RGB Percentages of Color #bbaa7a

%39.04
%35.49
%25.47

CMYK Percentages of Color #bbaa7a

%0
%9
%35
%27

Triadic Colors of #bbaa7a

#bbaa7a #7abbaa #aa7abb

Analogous Colors of #bbaa7a

#bbaa7a #acbb7a #bb8a7a

Monochromatic Colors of #bbaa7a

#bbaa7a

Complementary Color

#bbaa7a #7a8bbb

#bbaa7a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbaa7a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbaa7a Color CSS Codes

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

#bbaa7a Text Font Color

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

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


#bbaa7a Background Color

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

This div background color is #bbaa7a


#bbaa7a Border Color

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

This div border color is #bbaa7a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbaa7a


Comments

No comments written yet.

Please login to write comment.