Color Hex Logo

#bbb98f Color Hex

#BBB98F
(187,185,143)
0 Favorites   0 Comments

Color spaces of #bbb98f

RGB 187185143
HSL0.160.240.65
HSV57°24°73°
CMYK 0.000.010.24   0.27
XYZ42.800447.245932.8501
Yxy47.24590.34830.3844
Hunter Lab68.7357-9.138819.7791
CIE-Lab74.3468-6.183821.6312

#bbb98f color RGB value is (187,185,143).

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

The process color (four color CMYK) of #bbb98f color hex is 0.00, 0.01, 0.24, 0.27. Web safe color of #bbb98f is #cccc99. Color #bbb98f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111001 10001111
Octal 273 271 217
Decimal 187 185 143
Hex BB B9 8F

RGB Percentages of Color #bbb98f

%36.31
%35.92
%27.77

CMYK Percentages of Color #bbb98f

%0
%1
%24
%27

Triadic Colors of #bbb98f

#bbb98f #8fbbb9 #b98fbb

Analogous Colors of #bbb98f

#bbb98f #a7bb8f #bba38f

Monochromatic Colors of #bbb98f

#bbb98f

Complementary Color

#bbb98f #8f91bb

#bbb98f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb98f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb98f Color CSS Codes

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

#bbb98f Text Font Color

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

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


#bbb98f Background Color

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

This div background color is #bbb98f


#bbb98f Border Color

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

This div border color is #bbb98f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,185,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 #bbb98f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb98f


Comments

No comments written yet.

Please login to write comment.