Color Hex Logo

#bbac91 Color Hex

#BBAC91
(187,172,145)
0 Favorites   0 Comments

Color spaces of #bbac91

RGB 187172145
HSL0.110.240.65
HSV39°22°73°
CMYK 0.000.080.22   0.27
XYZ40.356942.114232.7899
Yxy42.11420.35010.3654
Hunter Lab64.8955-2.562215.4692
CIE-Lab70.94961.022815.8559

#bbac91 color RGB value is (187,172,145).

#bbac91 hex color red value is 187, green value is 172 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #bbac91 hue: 0.11 , saturation: 0.24 and the lightness value of bbac91 is 0.65.

The process color (four color CMYK) of #bbac91 color hex is 0.00, 0.08, 0.22, 0.27. Web safe color of #bbac91 is #cc9999. Color #bbac91 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101100 10010001
Octal 273 254 221
Decimal 187 172 145
Hex BB AC 91

RGB Percentages of Color #bbac91

%37.10
%34.13
%28.77

CMYK Percentages of Color #bbac91

%0
%8
%22
%27

Triadic Colors of #bbac91

#bbac91 #91bbac #ac91bb

Analogous Colors of #bbac91

#bbac91 #b5bb91 #bb9791

Monochromatic Colors of #bbac91

#bbac91

Complementary Color

#bbac91 #91a0bb

#bbac91 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbac91 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbac91 Color CSS Codes

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

#bbac91 Text Font Color

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

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


#bbac91 Background Color

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

This div background color is #bbac91


#bbac91 Border Color

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

This div border color is #bbac91


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbac91

#bbac91 Color Palettes


Comments

No comments written yet.

Please login to write comment.