Color Hex Logo

#bba537 Color Hex

#BBA537
(187,165,55)
0 Favorites   0 Comments

Color spaces of #bba537

RGB 18716555
HSL0.140.550.47
HSV50°71°73°
CMYK 0.000.120.71   0.27
XYZ34.638237.75099.0755
Yxy37.75090.42520.4634
Hunter Lab61.4418-6.892534.2516
CIE-Lab67.8366-4.221657.1817

#bba537 color RGB value is (187,165,55).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100101 00110111
Octal 273 245 67
Decimal 187 165 55
Hex BB A5 37

RGB Percentages of Color #bba537

%45.95
%40.54
%13.51

CMYK Percentages of Color #bba537

%0
%12
%71
%27

Triadic Colors of #bba537

#bba537 #37bba5 #a537bb

Analogous Colors of #bba537

#bba537 #8fbb37 #bb6337

Monochromatic Colors of #bba537

#bba537

Complementary Color

#bba537 #374dbb

#bba537 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba537 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba537 Color CSS Codes

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

#bba537 Text Font Color

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

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


#bba537 Background Color

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

This div background color is #bba537


#bba537 Border Color

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

This div border color is #bba537


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba537


Comments

No comments written yet.

Please login to write comment.