Color Hex Logo

#bbb59f Color Hex

#BBB59F
(187,181,159)
0 Favorites   0 Comments

Color spaces of #bbb59f

RGB 187181159
HSL0.130.170.68
HSV47°15°73°
CMYK 0.000.030.15   0.27
XYZ43.275446.115739.4213
Yxy46.11570.33600.3580
Hunter Lab67.9085-5.089013.1178
CIE-Lab73.6205-1.640911.9727

#bbb59f color RGB value is (187,181,159).

#bbb59f hex color red value is 187, green value is 181 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #bbb59f hue: 0.13 , saturation: 0.17 and the lightness value of bbb59f is 0.68.

The process color (four color CMYK) of #bbb59f color hex is 0.00, 0.03, 0.15, 0.27. Web safe color of #bbb59f is #cccc99. Color #bbb59f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110101 10011111
Octal 273 265 237
Decimal 187 181 159
Hex BB B5 9F

RGB Percentages of Color #bbb59f

%35.48
%34.35
%30.17

CMYK Percentages of Color #bbb59f

%0
%3
%15
%27

Triadic Colors of #bbb59f

#bbb59f #9fbbb5 #b59fbb

Analogous Colors of #bbb59f

#bbb59f #b3bb9f #bba79f

Monochromatic Colors of #bbb59f

#bbb59f

Complementary Color

#bbb59f #9fa5bb

#bbb59f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb59f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb59f Color CSS Codes

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

#bbb59f Text Font Color

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

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


#bbb59f Background Color

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

This div background color is #bbb59f


#bbb59f Border Color

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

This div border color is #bbb59f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb59f

#bbb59f Color Palettes


Comments

No comments written yet.

Please login to write comment.