Color Hex Logo

#bbac82 Color Hex

#BBAC82
(187,172,130)
0 Favorites   0 Comments

Color spaces of #bbac82

RGB 187172130
HSL0.120.300.62
HSV44°30°73°
CMYK 0.000.080.30   0.27
XYZ39.275341.681527.0944
Yxy41.68150.36350.3858
Hunter Lab64.5612-4.393120.3106
CIE-Lab70.6508-1.077023.6010

#bbac82 color RGB value is (187,172,130).

#bbac82 hex color red value is 187, green value is 172 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #bbac82 hue: 0.12 , saturation: 0.30 and the lightness value of bbac82 is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101100 10000010
Octal 273 254 202
Decimal 187 172 130
Hex BB AC 82

RGB Percentages of Color #bbac82

%38.24
%35.17
%26.58

CMYK Percentages of Color #bbac82

%0
%8
%30
%27

Triadic Colors of #bbac82

#bbac82 #82bbac #ac82bb

Analogous Colors of #bbac82

#bbac82 #aebb82 #bb9082

Monochromatic Colors of #bbac82

#bbac82

Complementary Color

#bbac82 #8291bb

#bbac82 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbac82 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbac82 Color CSS Codes

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

#bbac82 Text Font Color

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

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


#bbac82 Background Color

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

This div background color is #bbac82


#bbac82 Border Color

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

This div border color is #bbac82


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbac82


Comments

No comments written yet.

Please login to write comment.