Color Hex Logo

#bbac92 Color Hex

#BBAC92
(187,172,146)
0 Favorites   0 Comments

Color spaces of #bbac92

RGB 187172146
HSL0.110.230.65
HSV38°22°73°
CMYK 0.000.080.22   0.27
XYZ40.434342.145233.1978
Yxy42.14520.34920.3640
Hunter Lab64.9193-2.432115.1244
CIE-Lab70.97091.171015.3391

#bbac92 color RGB value is (187,172,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101100 10010010
Octal 273 254 222
Decimal 187 172 146
Hex BB AC 92

RGB Percentages of Color #bbac92

%37.03
%34.06
%28.91

CMYK Percentages of Color #bbac92

%0
%8
%22
%27

Triadic Colors of #bbac92

#bbac92 #92bbac #ac92bb

Analogous Colors of #bbac92

#bbac92 #b6bb92 #bb9892

Monochromatic Colors of #bbac92

#bbac92

Complementary Color

#bbac92 #92a1bb

#bbac92 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbac92 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbac92 Color CSS Codes

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

#bbac92 Text Font Color

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

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


#bbac92 Background Color

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

This div background color is #bbac92


#bbac92 Border Color

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

This div border color is #bbac92


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbac92


Comments

No comments written yet.

Please login to write comment.