Color Hex Logo

#bbae7b Color Hex

#BBAE7B
(187,174,123)
0 Favorites   0 Comments

Color spaces of #bbae7b

RGB 187174123
HSL0.130.320.61
HSV48°34°73°
CMYK 0.000.070.34   0.27
XYZ39.204742.267024.8309
Yxy42.26700.36880.3976
Hunter Lab65.0131-6.132422.8641
CIE-Lab71.0546-3.040927.9027

#bbae7b color RGB value is (187,174,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101110 01111011
Octal 273 256 173
Decimal 187 174 123
Hex BB AE 7B

RGB Percentages of Color #bbae7b

%38.64
%35.95
%25.41

CMYK Percentages of Color #bbae7b

%0
%7
%34
%27

Triadic Colors of #bbae7b

#bbae7b #7bbbae #ae7bbb

Analogous Colors of #bbae7b

#bbae7b #a8bb7b #bb8e7b

Monochromatic Colors of #bbae7b

#bbae7b

Complementary Color

#bbae7b #7b88bb

#bbae7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbae7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbae7b Color CSS Codes

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

#bbae7b Text Font Color

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

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


#bbae7b Background Color

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

This div background color is #bbae7b


#bbae7b Border Color

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

This div border color is #bbae7b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbae7b


Comments

No comments written yet.

Please login to write comment.