Color Hex Logo

#bba857 Color Hex

#BBA857
(187,168,87)
0 Favorites   0 Comments

Color spaces of #bba857

RGB 18716887
HSL0.140.420.54
HSV49°53°73°
CMYK 0.000.100.53   0.27
XYZ36.216439.258214.6856
Yxy39.25820.40170.4354
Hunter Lab62.6564-6.472729.9629
CIE-Lab68.9379-3.624743.8777

#bba857 color RGB value is (187,168,87).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101000 01010111
Octal 273 250 127
Decimal 187 168 87
Hex BB A8 57

RGB Percentages of Color #bba857

%42.31
%38.01
%19.68

CMYK Percentages of Color #bba857

%0
%10
%53
%27

Triadic Colors of #bba857

#bba857 #57bba8 #a857bb

Analogous Colors of #bba857

#bba857 #9cbb57 #bb7657

Monochromatic Colors of #bba857

#bba857

Complementary Color

#bba857 #576abb

#bba857 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba857 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba857 Color CSS Codes

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

#bba857 Text Font Color

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

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


#bba857 Background Color

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

This div background color is #bba857


#bba857 Border Color

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

This div border color is #bba857


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba857


Comments

No comments written yet.

Please login to write comment.