Color Hex Logo

#bba77c Color Hex

#BBA77C
(187,167,124)
0 Favorites   0 Comments

Color spaces of #bba77c

RGB 187167124
HSL0.110.320.61
HSV41°34°73°
CMYK 0.000.110.34   0.27
XYZ37.950339.657524.7232
Yxy39.65750.37090.3875
Hunter Lab62.9742-2.635020.8051
CIE-Lab69.22490.833124.9249

#bba77c color RGB value is (187,167,124).

#bba77c hex color red value is 187, green value is 167 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #bba77c hue: 0.11 , saturation: 0.32 and the lightness value of bba77c is 0.61.

The process color (four color CMYK) of #bba77c color hex is 0.00, 0.11, 0.34, 0.27. Web safe color of #bba77c is #cc9966. Color #bba77c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100111 01111100
Octal 273 247 174
Decimal 187 167 124
Hex BB A7 7C

RGB Percentages of Color #bba77c

%39.12
%34.94
%25.94

CMYK Percentages of Color #bba77c

%0
%11
%34
%27

Triadic Colors of #bba77c

#bba77c #7cbba7 #a77cbb

Analogous Colors of #bba77c

#bba77c #b0bb7c #bb887c

Monochromatic Colors of #bba77c

#bba77c

Complementary Color

#bba77c #7c90bb

#bba77c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba77c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba77c Color CSS Codes

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

#bba77c Text Font Color

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

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


#bba77c Background Color

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

This div background color is #bba77c


#bba77c Border Color

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

This div border color is #bba77c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba77c


Comments

No comments written yet.

Please login to write comment.