Color Hex Logo

#bbb78a Color Hex

#BBB78A
(187,183,138)
0 Favorites   0 Comments

Color spaces of #bbb78a

RGB 187183138
HSL0.150.260.64
HSV55°26°73°
CMYK 0.000.020.26   0.27
XYZ42.014446.266730.7607
Yxy46.26670.35290.3887
Hunter Lab68.0196-8.778420.8009
CIE-Lab73.7183-5.835123.4540

#bbb78a color RGB value is (187,183,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110111 10001010
Octal 273 267 212
Decimal 187 183 138
Hex BB B7 8A

RGB Percentages of Color #bbb78a

%36.81
%36.02
%27.17

CMYK Percentages of Color #bbb78a

%0
%2
%26
%27

Triadic Colors of #bbb78a

#bbb78a #8abbb7 #b78abb

Analogous Colors of #bbb78a

#bbb78a #a7bb8a #bb9f8a

Monochromatic Colors of #bbb78a

#bbb78a

Complementary Color

#bbb78a #8a8ebb

#bbb78a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb78a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb78a Color CSS Codes

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

#bbb78a Text Font Color

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

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


#bbb78a Background Color

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

This div background color is #bbb78a


#bbb78a Border Color

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

This div border color is #bbb78a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb78a


Comments

No comments written yet.

Please login to write comment.