Color Hex Logo

#bba357 Color Hex

#BBA357
(187,163,87)
0 Favorites   0 Comments

Color spaces of #bba357

RGB 18716387
HSL0.130.420.54
HSV46°53°73°
CMYK 0.000.130.53   0.27
XYZ35.311037.447314.3838
Yxy37.44730.40520.4297
Hunter Lab61.1942-4.089728.8997
CIE-Lab67.6113-0.952742.2979

#bba357 color RGB value is (187,163,87).

#bba357 hex color red value is 187, green value is 163 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #bba357 hue: 0.13 , saturation: 0.42 and the lightness value of bba357 is 0.54.

The process color (four color CMYK) of #bba357 color hex is 0.00, 0.13, 0.53, 0.27. Web safe color of #bba357 is #cc9966. Color #bba357 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100011 01010111
Octal 273 243 127
Decimal 187 163 87
Hex BB A3 57

RGB Percentages of Color #bba357

%42.79
%37.30
%19.91

CMYK Percentages of Color #bba357

%0
%13
%53
%27

Triadic Colors of #bba357

#bba357 #57bba3 #a357bb

Analogous Colors of #bba357

#bba357 #a1bb57 #bb7157

Monochromatic Colors of #bba357

#bba357

Complementary Color

#bba357 #576fbb

#bba357 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba357 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba357 Color CSS Codes

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

#bba357 Text Font Color

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

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


#bba357 Background Color

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

This div background color is #bba357


#bba357 Border Color

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

This div border color is #bba357


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba357


Comments

No comments written yet.

Please login to write comment.