Color Hex Logo

#bbaa37 Color Hex

#BBAA37
(187,170,55)
0 Favorites   0 Comments

Color spaces of #bbaa37

RGB 18717055
HSL0.150.550.47
HSV52°71°73°
CMYK 0.000.090.71   0.27
XYZ35.557839.59019.3820
Yxy39.59010.42070.4684
Hunter Lab62.9207-9.237035.2038
CIE-Lab69.1766-6.864358.5193

#bbaa37 color RGB value is (187,170,55).

#bbaa37 hex color red value is 187, green value is 170 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #bbaa37 hue: 0.15 , saturation: 0.55 and the lightness value of bbaa37 is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101010 00110111
Octal 273 252 67
Decimal 187 170 55
Hex BB AA 37

RGB Percentages of Color #bbaa37

%45.39
%41.26
%13.35

CMYK Percentages of Color #bbaa37

%0
%9
%71
%27

Triadic Colors of #bbaa37

#bbaa37 #37bbaa #aa37bb

Analogous Colors of #bbaa37

#bbaa37 #8abb37 #bb6837

Monochromatic Colors of #bbaa37

#bbaa37

Complementary Color

#bbaa37 #3748bb

#bbaa37 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbaa37 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbaa37 Color CSS Codes

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

#bbaa37 Text Font Color

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

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


#bbaa37 Background Color

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

This div background color is #bbaa37


#bbaa37 Border Color

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

This div border color is #bbaa37


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbaa37


Comments

No comments written yet.

Please login to write comment.