Color Hex Logo

#bba47f Color Hex

#BBA47F
(187,164,127)
0 Favorites   0 Comments

Color spaces of #bba47f

RGB 187164127
HSL0.100.310.62
HSV37°32°73°
CMYK 0.000.120.32   0.27
XYZ37.599738.648025.5568
Yxy38.64800.36930.3796
Hunter Lab62.1675-0.834119.1434
CIE-Lab68.49552.839622.3112

#bba47f color RGB value is (187,164,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100100 01111111
Octal 273 244 177
Decimal 187 164 127
Hex BB A4 7F

RGB Percentages of Color #bba47f

%39.12
%34.31
%26.57

CMYK Percentages of Color #bba47f

%0
%12
%32
%27

Triadic Colors of #bba47f

#bba47f #7fbba4 #a47fbb

Analogous Colors of #bba47f

#bba47f #b4bb7f #bb867f

Monochromatic Colors of #bba47f

#bba47f

Complementary Color

#bba47f #7f96bb

#bba47f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba47f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba47f Color CSS Codes

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

#bba47f Text Font Color

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

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


#bba47f Background Color

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

This div background color is #bba47f


#bba47f Border Color

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

This div border color is #bba47f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba47f


Comments

No comments written yet.

Please login to write comment.