Color Hex Logo

#bbab5b Color Hex

#BBAB5B
(187,171,91)
0 Favorites   0 Comments

Color spaces of #bbab5b

RGB 18717191
HSL0.140.410.55
HSV50°51°73°
CMYK 0.000.090.51   0.27
XYZ36.944840.445915.7572
Yxy40.44590.39660.4342
Hunter Lab63.5971-7.600829.8279
CIE-Lab69.7859-4.866142.9035

#bbab5b color RGB value is (187,171,91).

#bbab5b hex color red value is 187, green value is 171 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #bbab5b hue: 0.14 , saturation: 0.41 and the lightness value of bbab5b is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101011 01011011
Octal 273 253 133
Decimal 187 171 91
Hex BB AB 5B

RGB Percentages of Color #bbab5b

%41.65
%38.08
%20.27

CMYK Percentages of Color #bbab5b

%0
%9
%51
%27

Triadic Colors of #bbab5b

#bbab5b #5bbbab #ab5bbb

Analogous Colors of #bbab5b

#bbab5b #9bbb5b #bb7b5b

Monochromatic Colors of #bbab5b

#bbab5b

Complementary Color

#bbab5b #5b6bbb

#bbab5b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbab5b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbab5b Color CSS Codes

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

#bbab5b Text Font Color

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

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


#bbab5b Background Color

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

This div background color is #bbab5b


#bbab5b Border Color

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

This div border color is #bbab5b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbab5b


Comments

No comments written yet.

Please login to write comment.