Color Hex Logo

#bbb18f Color Hex

#BBB18F
(187,177,143)
0 Favorites   0 Comments

Color spaces of #bbb18f

RGB 187177143
HSL0.130.240.65
HSV46°24°73°
CMYK 0.000.050.24   0.27
XYZ41.173643.992232.3079
Yxy43.99220.35050.3745
Hunter Lab66.3266-5.264117.5483
CIE-Lab72.2233-1.949118.7121

#bbb18f color RGB value is (187,177,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110001 10001111
Octal 273 261 217
Decimal 187 177 143
Hex BB B1 8F

RGB Percentages of Color #bbb18f

%36.88
%34.91
%28.21

CMYK Percentages of Color #bbb18f

%0
%5
%24
%27

Triadic Colors of #bbb18f

#bbb18f #8fbbb1 #b18fbb

Analogous Colors of #bbb18f

#bbb18f #afbb8f #bb9b8f

Monochromatic Colors of #bbb18f

#bbb18f

Complementary Color

#bbb18f #8f99bb

#bbb18f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb18f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb18f Color CSS Codes

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

#bbb18f Text Font Color

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

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


#bbb18f Background Color

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

This div background color is #bbb18f


#bbb18f Border Color

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

This div border color is #bbb18f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb18f


Comments

No comments written yet.

Please login to write comment.