Color Hex Logo

#bbaf8f Color Hex

#BBAF8F
(187,175,143)
0 Favorites   0 Comments

Color spaces of #bbaf8f

RGB 187175143
HSL0.120.240.65
HSV44°24°73°
CMYK 0.000.060.24   0.27
XYZ40.781443.207932.1771
Yxy43.20790.35110.3719
Hunter Lab65.7327-4.288616.9896
CIE-Lab71.6959-0.880817.9830

#bbaf8f color RGB value is (187,175,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101111 10001111
Octal 273 257 217
Decimal 187 175 143
Hex BB AF 8F

RGB Percentages of Color #bbaf8f

%37.03
%34.65
%28.32

CMYK Percentages of Color #bbaf8f

%0
%6
%24
%27

Triadic Colors of #bbaf8f

#bbaf8f #8fbbaf #af8fbb

Analogous Colors of #bbaf8f

#bbaf8f #b1bb8f #bb998f

Monochromatic Colors of #bbaf8f

#bbaf8f

Complementary Color

#bbaf8f #8f9bbb

#bbaf8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbaf8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbaf8f Color CSS Codes

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

#bbaf8f Text Font Color

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

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


#bbaf8f Background Color

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

This div background color is #bbaf8f


#bbaf8f Border Color

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

This div border color is #bbaf8f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbaf8f


Comments

No comments written yet.

Please login to write comment.