Color Hex Logo

#bba837 Color Hex

#BBA837
(187,168,55)
0 Favorites   0 Comments

Color spaces of #bba837

RGB 18716855
HSL0.140.550.47
HSV51°71°73°
CMYK 0.000.100.71   0.27
XYZ35.185738.84599.2580
Yxy38.84590.42250.4664
Hunter Lab62.3265-8.301234.8216
CIE-Lab68.6395-5.810457.9842

#bba837 color RGB value is (187,168,55).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101000 00110111
Octal 273 250 67
Decimal 187 168 55
Hex BB A8 37

RGB Percentages of Color #bba837

%45.61
%40.98
%13.41

CMYK Percentages of Color #bba837

%0
%10
%71
%27

Triadic Colors of #bba837

#bba837 #37bba8 #a837bb

Analogous Colors of #bba837

#bba837 #8cbb37 #bb6637

Monochromatic Colors of #bba837

#bba837

Complementary Color

#bba837 #374abb

#bba837 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba837 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba837 Color CSS Codes

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

#bba837 Text Font Color

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

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


#bba837 Background Color

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

This div background color is #bba837


#bba837 Border Color

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

This div border color is #bba837


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba837


Comments

No comments written yet.

Please login to write comment.