Color Hex Logo

#bba137 Color Hex

#BBA137
(187,161,55)
0 Favorites   0 Comments

Color spaces of #bba137

RGB 18716155
HSL0.130.550.47
HSV48°71°73°
CMYK 0.000.140.71   0.27
XYZ33.928036.33048.8387
Yxy36.33040.42890.4593
Hunter Lab60.2747-5.005033.4980
CIE-Lab66.7716-2.088856.1120

#bba137 color RGB value is (187,161,55).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100001 00110111
Octal 273 241 67
Decimal 187 161 55
Hex BB A1 37

RGB Percentages of Color #bba137

%46.40
%39.95
%13.65

CMYK Percentages of Color #bba137

%0
%14
%71
%27

Triadic Colors of #bba137

#bba137 #37bba1 #a137bb

Analogous Colors of #bba137

#bba137 #93bb37 #bb5f37

Monochromatic Colors of #bba137

#bba137

Complementary Color

#bba137 #3751bb

#bba137 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba137 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba137 Color CSS Codes

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

#bba137 Text Font Color

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

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


#bba137 Background Color

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

This div background color is #bba137


#bba137 Border Color

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

This div border color is #bba137


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,161,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 #bba137">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba137


Comments

No comments written yet.

Please login to write comment.