Color Hex Logo

#bbaa47 Color Hex

#BBAA47
(187,170,71)
0 Favorites   0 Comments

Color spaces of #bbaa47

RGB 18717071
HSL0.140.460.51
HSV51°62°73°
CMYK 0.000.090.62   0.27
XYZ36.005639.769211.7398
Yxy39.76920.41140.4544
Hunter Lab63.0628-8.445733.1065
CIE-Lab69.3048-5.911051.8861

#bbaa47 color RGB value is (187,170,71).

#bbaa47 hex color red value is 187, green value is 170 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #bbaa47 hue: 0.14 , saturation: 0.46 and the lightness value of bbaa47 is 0.51.

The process color (four color CMYK) of #bbaa47 color hex is 0.00, 0.09, 0.62, 0.27. Web safe color of #bbaa47 is #cc9933. Color #bbaa47 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101010 01000111
Octal 273 252 107
Decimal 187 170 71
Hex BB AA 47

RGB Percentages of Color #bbaa47

%43.69
%39.72
%16.59

CMYK Percentages of Color #bbaa47

%0
%9
%62
%27

Triadic Colors of #bbaa47

#bbaa47 #47bbaa #aa47bb

Analogous Colors of #bbaa47

#bbaa47 #92bb47 #bb7047

Monochromatic Colors of #bbaa47

#bbaa47

Complementary Color

#bbaa47 #4758bb

#bbaa47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbaa47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbaa47 Color CSS Codes

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

#bbaa47 Text Font Color

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

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


#bbaa47 Background Color

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

This div background color is #bbaa47


#bbaa47 Border Color

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

This div border color is #bbaa47


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbaa47


Comments

No comments written yet.

Please login to write comment.