Color Hex Logo

#bbaf99 Color Hex

#BBAF99
(187,175,153)
0 Favorites   0 Comments

Color spaces of #bbaf99

RGB 187175153
HSL0.110.200.67
HSV39°18°73°
CMYK 0.000.060.18   0.27
XYZ41.573343.524636.3469
Yxy43.52460.34230.3584
Hunter Lab65.9732-2.970513.5163
CIE-Lab71.90960.623312.8291

#bbaf99 color RGB value is (187,175,153).

#bbaf99 hex color red value is 187, green value is 175 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #bbaf99 hue: 0.11 , saturation: 0.20 and the lightness value of bbaf99 is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101111 10011001
Octal 273 257 231
Decimal 187 175 153
Hex BB AF 99

RGB Percentages of Color #bbaf99

%36.31
%33.98
%29.71

CMYK Percentages of Color #bbaf99

%0
%6
%18
%27

Triadic Colors of #bbaf99

#bbaf99 #99bbaf #af99bb

Analogous Colors of #bbaf99

#bbaf99 #b6bb99 #bb9e99

Monochromatic Colors of #bbaf99

#bbaf99

Complementary Color

#bbaf99 #99a5bb

#bbaf99 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbaf99 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbaf99 Color CSS Codes

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

#bbaf99 Text Font Color

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

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


#bbaf99 Background Color

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

This div background color is #bbaf99


#bbaf99 Border Color

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

This div border color is #bbaf99


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbaf99


Comments

No comments written yet.

Please login to write comment.