Color Hex Logo

#bbaa40 Color Hex

#BBAA40
(187,170,64)
0 Favorites   0 Comments

Color spaces of #bbaa40

RGB 18717064
HSL0.140.490.49
HSV52°66°73°
CMYK 0.000.090.66   0.27
XYZ35.793739.684410.6238
Yxy39.68440.41570.4609
Hunter Lab62.9956-8.819634.0980
CIE-Lab69.2442-6.360654.8988

#bbaa40 color RGB value is (187,170,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101010 01000000
Octal 273 252 100
Decimal 187 170 64
Hex BB AA 40

RGB Percentages of Color #bbaa40

%44.42
%40.38
%15.20

CMYK Percentages of Color #bbaa40

%0
%9
%66
%27

Triadic Colors of #bbaa40

#bbaa40 #40bbaa #aa40bb

Analogous Colors of #bbaa40

#bbaa40 #8fbb40 #bb6d40

Monochromatic Colors of #bbaa40

#bbaa40

Complementary Color

#bbaa40 #4051bb

#bbaa40 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbaa40 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbaa40 Color CSS Codes

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

#bbaa40 Text Font Color

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

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


#bbaa40 Background Color

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

This div background color is #bbaa40


#bbaa40 Border Color

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

This div border color is #bbaa40


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbaa40


Comments

No comments written yet.

Please login to write comment.