Color Hex Logo

#bba05f Color Hex

#BBA05F
(187,160,95)
0 Favorites   0 Comments

Color spaces of #bba05f

RGB 18716095
HSL0.120.400.55
HSV42°49°73°
CMYK 0.000.140.49   0.27
XYZ35.129936.532616.0264
Yxy36.53260.40060.4166
Hunter Lab60.4422-2.027026.5887
CIE-Lab66.92491.390337.3760

#bba05f color RGB value is (187,160,95).

#bba05f hex color red value is 187, green value is 160 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #bba05f hue: 0.12 , saturation: 0.40 and the lightness value of bba05f is 0.55.

The process color (four color CMYK) of #bba05f color hex is 0.00, 0.14, 0.49, 0.27. Web safe color of #bba05f is #cc9966. Color #bba05f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100000 01011111
Octal 273 240 137
Decimal 187 160 95
Hex BB A0 5F

RGB Percentages of Color #bba05f

%42.31
%36.20
%21.49

CMYK Percentages of Color #bba05f

%0
%14
%49
%27

Triadic Colors of #bba05f

#bba05f #5fbba0 #a05fbb

Analogous Colors of #bba05f

#bba05f #a8bb5f #bb725f

Monochromatic Colors of #bba05f

#bba05f

Complementary Color

#bba05f #5f7abb

#bba05f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba05f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba05f Color CSS Codes

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

#bba05f Text Font Color

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

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


#bba05f Background Color

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

This div background color is #bba05f


#bba05f Border Color

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

This div border color is #bba05f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba05f


Comments

No comments written yet.

Please login to write comment.