Color Hex Logo

#bbac5b Color Hex

#BBAC5B
(187,172,91)
0 Favorites   0 Comments

Color spaces of #bbac5b

RGB 18717291
HSL0.140.410.55
HSV51°51°73°
CMYK 0.000.080.51   0.27
XYZ37.134440.825215.8204
Yxy40.82520.39600.4353
Hunter Lab63.8946-8.074530.0459
CIE-Lab70.0533-5.395243.2242

#bbac5b color RGB value is (187,172,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101100 01011011
Octal 273 254 133
Decimal 187 172 91
Hex BB AC 5B

RGB Percentages of Color #bbac5b

%41.56
%38.22
%20.22

CMYK Percentages of Color #bbac5b

%0
%8
%51
%27

Triadic Colors of #bbac5b

#bbac5b #5bbbac #ac5bbb

Analogous Colors of #bbac5b

#bbac5b #9abb5b #bb7c5b

Monochromatic Colors of #bbac5b

#bbac5b

Complementary Color

#bbac5b #5b6abb

#bbac5b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbac5b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbac5b Color CSS Codes

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

#bbac5b Text Font Color

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

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


#bbac5b Background Color

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

This div background color is #bbac5b


#bbac5b Border Color

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

This div border color is #bbac5b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbac5b


Comments

No comments written yet.

Please login to write comment.