Color Hex Logo

#bbaf9b Color Hex

#BBAF9B
(187,175,155)
0 Favorites   0 Comments

Color spaces of #bbaf9b

RGB 187175155
HSL0.100.190.67
HSV38°17°73°
CMYK 0.000.060.17   0.27
XYZ41.739943.591337.2244
Yxy43.59130.34060.3557
Hunter Lab66.0237-2.694612.7887
CIE-Lab71.95450.936111.7988

#bbaf9b color RGB value is (187,175,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101111 10011011
Octal 273 257 233
Decimal 187 175 155
Hex BB AF 9B

RGB Percentages of Color #bbaf9b

%36.17
%33.85
%29.98

CMYK Percentages of Color #bbaf9b

%0
%6
%17
%27

Triadic Colors of #bbaf9b

#bbaf9b #9bbbaf #af9bbb

Analogous Colors of #bbaf9b

#bbaf9b #b7bb9b #bb9f9b

Monochromatic Colors of #bbaf9b

#bbaf9b

Complementary Color

#bbaf9b #9ba7bb

#bbaf9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbaf9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbaf9b Color CSS Codes

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

#bbaf9b Text Font Color

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

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


#bbaf9b Background Color

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

This div background color is #bbaf9b


#bbaf9b Border Color

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

This div border color is #bbaf9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbaf9b


Comments

No comments written yet.

Please login to write comment.