Color Hex Logo

#bbaf8c Color Hex

#BBAF8C
(187,175,140)
0 Favorites   0 Comments

Color spaces of #bbaf8c

RGB 187175140
HSL0.120.260.64
HSV45°25°73°
CMYK 0.000.060.25   0.27
XYZ40.557143.118230.9960
Yxy43.11820.35370.3760
Hunter Lab65.6645-4.663817.9781
CIE-Lab71.6351-1.311719.5286

#bbaf8c color RGB value is (187,175,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101111 10001100
Octal 273 257 214
Decimal 187 175 140
Hex BB AF 8C

RGB Percentages of Color #bbaf8c

%37.25
%34.86
%27.89

CMYK Percentages of Color #bbaf8c

%0
%6
%25
%27

Triadic Colors of #bbaf8c

#bbaf8c #8cbbaf #af8cbb

Analogous Colors of #bbaf8c

#bbaf8c #b0bb8c #bb988c

Monochromatic Colors of #bbaf8c

#bbaf8c

Complementary Color

#bbaf8c #8c98bb

#bbaf8c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbaf8c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbaf8c Color CSS Codes

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

#bbaf8c Text Font Color

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

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


#bbaf8c Background Color

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

This div background color is #bbaf8c


#bbaf8c Border Color

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

This div border color is #bbaf8c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbaf8c


Comments

No comments written yet.

Please login to write comment.