Color Hex Logo

#bbac77 Color Hex

#BBAC77
(187,172,119)
0 Favorites   0 Comments

Color spaces of #bbac77

RGB 187172119
HSL0.130.330.60
HSV47°36°73°
CMYK 0.000.080.36   0.27
XYZ38.575841.401823.4109
Yxy41.40180.37310.4004
Hunter Lab64.3442-5.587723.4690
CIE-Lab70.4565-2.463829.2466

#bbac77 color RGB value is (187,172,119).

#bbac77 hex color red value is 187, green value is 172 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #bbac77 hue: 0.13 , saturation: 0.33 and the lightness value of bbac77 is 0.60.

The process color (four color CMYK) of #bbac77 color hex is 0.00, 0.08, 0.36, 0.27. Web safe color of #bbac77 is #cc9966. Color #bbac77 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101100 01110111
Octal 273 254 167
Decimal 187 172 119
Hex BB AC 77

RGB Percentages of Color #bbac77

%39.12
%35.98
%24.90

CMYK Percentages of Color #bbac77

%0
%8
%36
%27

Triadic Colors of #bbac77

#bbac77 #77bbac #ac77bb

Analogous Colors of #bbac77

#bbac77 #a8bb77 #bb8a77

Monochromatic Colors of #bbac77

#bbac77

Complementary Color

#bbac77 #7786bb

#bbac77 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbac77 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbac77 Color CSS Codes

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

#bbac77 Text Font Color

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

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


#bbac77 Background Color

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

This div background color is #bbac77


#bbac77 Border Color

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

This div border color is #bbac77


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbac77


Comments

No comments written yet.

Please login to write comment.