Color Hex Logo

#bba99f Color Hex

#BBA99F
(187,169,159)
0 Favorites   0 Comments

Color spaces of #bba99f

RGB 187169159
HSL0.060.170.68
HSV21°15°73°
CMYK 0.000.100.15   0.27
XYZ40.939541.443938.6426
Yxy41.44390.33830.3424
Hunter Lab64.37690.85469.4747
CIE-Lab70.48584.82167.5128

#bba99f color RGB value is (187,169,159).

#bba99f hex color red value is 187, green value is 169 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #bba99f hue: 0.06 , saturation: 0.17 and the lightness value of bba99f is 0.68.

The process color (four color CMYK) of #bba99f color hex is 0.00, 0.10, 0.15, 0.27. Web safe color of #bba99f is #cc9999. Color #bba99f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101001 10011111
Octal 273 251 237
Decimal 187 169 159
Hex BB A9 9F

RGB Percentages of Color #bba99f

%36.31
%32.82
%30.87

CMYK Percentages of Color #bba99f

%0
%10
%15
%27

Triadic Colors of #bba99f

#bba99f #9fbba9 #a99fbb

Analogous Colors of #bba99f

#bba99f #bbb79f #bb9fa3

Monochromatic Colors of #bba99f

#bba99f

Complementary Color

#bba99f #9fb1bb

#bba99f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba99f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba99f Color CSS Codes

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

#bba99f Text Font Color

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

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


#bba99f Background Color

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

This div background color is #bba99f


#bba99f Border Color

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

This div border color is #bba99f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba99f


Comments

No comments written yet.

Please login to write comment.