Color Hex Logo

#bbaf91 Color Hex

#BBAF91
(187,175,145)
0 Favorites   0 Comments

Color spaces of #bbaf91

RGB 187175145
HSL0.120.240.65
HSV43°22°73°
CMYK 0.000.060.22   0.27
XYZ40.934343.269132.9824
Yxy43.26910.34930.3692
Hunter Lab65.7793-4.033516.3169
CIE-Lab71.7372-0.588516.9521

#bbaf91 color RGB value is (187,175,145).

#bbaf91 hex color red value is 187, green value is 175 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #bbaf91 hue: 0.12 , saturation: 0.24 and the lightness value of bbaf91 is 0.65.

The process color (four color CMYK) of #bbaf91 color hex is 0.00, 0.06, 0.22, 0.27. Web safe color of #bbaf91 is #cc9999. Color #bbaf91 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101111 10010001
Octal 273 257 221
Decimal 187 175 145
Hex BB AF 91

RGB Percentages of Color #bbaf91

%36.88
%34.52
%28.60

CMYK Percentages of Color #bbaf91

%0
%6
%22
%27

Triadic Colors of #bbaf91

#bbaf91 #91bbaf #af91bb

Analogous Colors of #bbaf91

#bbaf91 #b2bb91 #bb9a91

Monochromatic Colors of #bbaf91

#bbaf91

Complementary Color

#bbaf91 #919dbb

#bbaf91 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbaf91 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbaf91 Color CSS Codes

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

#bbaf91 Text Font Color

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

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


#bbaf91 Background Color

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

This div background color is #bbaf91


#bbaf91 Border Color

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

This div border color is #bbaf91


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbaf91


Comments

No comments written yet.

Please login to write comment.