Color Hex Logo

#bbab82 Color Hex

#BBAB82
(187,171,130)
0 Favorites   0 Comments

Color spaces of #bbab82

RGB 187171130
HSL0.120.300.62
HSV43°30°73°
CMYK 0.000.090.30   0.27
XYZ39.085741.302327.0312
Yxy41.30230.36390.3845
Hunter Lab64.2669-3.907220.0489
CIE-Lab70.3872-0.541123.2445

#bbab82 color RGB value is (187,171,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101011 10000010
Octal 273 253 202
Decimal 187 171 130
Hex BB AB 82

RGB Percentages of Color #bbab82

%38.32
%35.04
%26.64

CMYK Percentages of Color #bbab82

%0
%9
%30
%27

Triadic Colors of #bbab82

#bbab82 #82bbab #ab82bb

Analogous Colors of #bbab82

#bbab82 #afbb82 #bb8f82

Monochromatic Colors of #bbab82

#bbab82

Complementary Color

#bbab82 #8292bb

#bbab82 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbab82 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbab82 Color CSS Codes

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

#bbab82 Text Font Color

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

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


#bbab82 Background Color

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

This div background color is #bbab82


#bbab82 Border Color

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

This div border color is #bbab82


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,171,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 #bbab82">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbab82


Comments

No comments written yet.

Please login to write comment.