Color Hex Logo

#bbb79f Color Hex

#BBB79F
(187,183,159)
0 Favorites   0 Comments

Color spaces of #bbb79f

RGB 187183159
HSL0.140.170.68
HSV51°15°73°
CMYK 0.000.020.15   0.27
XYZ43.685046.935039.5578
Yxy46.93500.33560.3605
Hunter Lab68.5091-6.070013.7218
CIE-Lab74.1482-2.705412.7180

#bbb79f color RGB value is (187,183,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110111 10011111
Octal 273 267 237
Decimal 187 183 159
Hex BB B7 9F

RGB Percentages of Color #bbb79f

%35.35
%34.59
%30.06

CMYK Percentages of Color #bbb79f

%0
%2
%15
%27

Triadic Colors of #bbb79f

#bbb79f #9fbbb7 #b79fbb

Analogous Colors of #bbb79f

#bbb79f #b1bb9f #bba99f

Monochromatic Colors of #bbb79f

#bbb79f

Complementary Color

#bbb79f #9fa3bb

#bbb79f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb79f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb79f Color CSS Codes

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

#bbb79f Text Font Color

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

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


#bbb79f Background Color

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

This div background color is #bbb79f


#bbb79f Border Color

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

This div border color is #bbb79f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb79f


Comments

No comments written yet.

Please login to write comment.