Color Hex Logo

#bba76d Color Hex

#BBA76D
(187,167,109)
0 Favorites   0 Comments

Color spaces of #bba76d

RGB 187167109
HSL0.120.360.58
HSV45°42°73°
CMYK 0.000.110.42   0.27
XYZ37.072639.306420.1010
Yxy39.30640.38430.4074
Hunter Lab62.6948-4.165624.8770
CIE-Lab68.9726-0.940132.6241

#bba76d color RGB value is (187,167,109).

#bba76d hex color red value is 187, green value is 167 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #bba76d hue: 0.12 , saturation: 0.36 and the lightness value of bba76d is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100111 01101101
Octal 273 247 155
Decimal 187 167 109
Hex BB A7 6D

RGB Percentages of Color #bba76d

%40.39
%36.07
%23.54

CMYK Percentages of Color #bba76d

%0
%11
%42
%27

Triadic Colors of #bba76d

#bba76d #6dbba7 #a76dbb

Analogous Colors of #bba76d

#bba76d #a8bb6d #bb806d

Monochromatic Colors of #bba76d

#bba76d

Complementary Color

#bba76d #6d81bb

#bba76d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba76d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba76d Color CSS Codes

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

#bba76d Text Font Color

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

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


#bba76d Background Color

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

This div background color is #bba76d


#bba76d Border Color

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

This div border color is #bba76d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba76d


Comments

No comments written yet.

Please login to write comment.