Color Hex Logo

#bbb79a Color Hex

#BBB79A
(187,183,154)
0 Favorites   0 Comments

Color spaces of #bbb79a

RGB 187183154
HSL0.150.200.67
HSV53°18°73°
CMYK 0.000.020.18   0.27
XYZ43.259746.764937.3183
Yxy46.76490.33970.3672
Hunter Lab68.3849-6.755915.5143
CIE-Lab74.0391-3.491715.2756

#bbb79a color RGB value is (187,183,154).

#bbb79a hex color red value is 187, green value is 183 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #bbb79a hue: 0.15 , saturation: 0.20 and the lightness value of bbb79a is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110111 10011010
Octal 273 267 232
Decimal 187 183 154
Hex BB B7 9A

RGB Percentages of Color #bbb79a

%35.69
%34.92
%29.39

CMYK Percentages of Color #bbb79a

%0
%2
%18
%27

Triadic Colors of #bbb79a

#bbb79a #9abbb7 #b79abb

Analogous Colors of #bbb79a

#bbb79a #afbb9a #bba79a

Monochromatic Colors of #bbb79a

#bbb79a

Complementary Color

#bbb79a #9a9ebb

#bbb79a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb79a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb79a Color CSS Codes

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

#bbb79a Text Font Color

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

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


#bbb79a Background Color

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

This div background color is #bbb79a


#bbb79a Border Color

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

This div border color is #bbb79a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb79a


Comments

No comments written yet.

Please login to write comment.