Color Hex Logo

#bba57f Color Hex

#BBA57F
(187,165,127)
0 Favorites   0 Comments

Color spaces of #bba57f

RGB 187165127
HSL0.110.310.62
HSV38°32°73°
CMYK 0.000.120.32   0.27
XYZ37.779439.007425.6167
Yxy39.00740.36890.3809
Hunter Lab62.4559-1.323719.4009
CIE-Lab68.75662.298022.6651

#bba57f color RGB value is (187,165,127).

#bba57f hex color red value is 187, green value is 165 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #bba57f hue: 0.11 , saturation: 0.31 and the lightness value of bba57f is 0.62.

The process color (four color CMYK) of #bba57f color hex is 0.00, 0.12, 0.32, 0.27. Web safe color of #bba57f is #cc9966. Color #bba57f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100101 01111111
Octal 273 245 177
Decimal 187 165 127
Hex BB A5 7F

RGB Percentages of Color #bba57f

%39.04
%34.45
%26.51

CMYK Percentages of Color #bba57f

%0
%12
%32
%27

Triadic Colors of #bba57f

#bba57f #7fbba5 #a57fbb

Analogous Colors of #bba57f

#bba57f #b3bb7f #bb877f

Monochromatic Colors of #bba57f

#bba57f

Complementary Color

#bba57f #7f95bb

#bba57f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba57f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba57f Color CSS Codes

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

#bba57f Text Font Color

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

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


#bba57f Background Color

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

This div background color is #bba57f


#bba57f Border Color

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

This div border color is #bba57f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba57f


Comments

No comments written yet.

Please login to write comment.