Color Hex Logo

#bbab7b Color Hex

#BBAB7B
(187,171,123)
0 Favorites   0 Comments

Color spaces of #bbab7b

RGB 187171123
HSL0.130.320.61
HSV45°34°73°
CMYK 0.000.090.34   0.27
XYZ38.631641.120724.6399
Yxy41.12070.37010.3939
Hunter Lab64.1254-4.684322.1059
CIE-Lab70.2604-1.440126.8475

#bbab7b color RGB value is (187,171,123).

#bbab7b hex color red value is 187, green value is 171 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #bbab7b hue: 0.13 , saturation: 0.32 and the lightness value of bbab7b is 0.61.

The process color (four color CMYK) of #bbab7b color hex is 0.00, 0.09, 0.34, 0.27. Web safe color of #bbab7b is #cc9966. Color #bbab7b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101011 01111011
Octal 273 253 173
Decimal 187 171 123
Hex BB AB 7B

RGB Percentages of Color #bbab7b

%38.88
%35.55
%25.57

CMYK Percentages of Color #bbab7b

%0
%9
%34
%27

Triadic Colors of #bbab7b

#bbab7b #7bbbab #ab7bbb

Analogous Colors of #bbab7b

#bbab7b #abbb7b #bb8b7b

Monochromatic Colors of #bbab7b

#bbab7b

Complementary Color

#bbab7b #7b8bbb

#bbab7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbab7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbab7b Color CSS Codes

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

#bbab7b Text Font Color

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

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


#bbab7b Background Color

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

This div background color is #bbab7b


#bbab7b Border Color

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

This div border color is #bbab7b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbab7b


Comments

No comments written yet.

Please login to write comment.