Color Hex Logo

#bbb86a Color Hex

#BBB86A
(187,184,106)
0 Favorites   0 Comments

Color spaces of #bbb86a

RGB 187184106
HSL0.160.370.57
HSV58°43°73°
CMYK 0.000.020.43   0.27
XYZ40.235545.886420.3720
Yxy45.88640.37780.4309
Hunter Lab67.7395-12.519829.5868
CIE-Lab73.4718-10.225839.8717

#bbb86a color RGB value is (187,184,106).

#bbb86a hex color red value is 187, green value is 184 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #bbb86a hue: 0.16 , saturation: 0.37 and the lightness value of bbb86a is 0.57.

The process color (four color CMYK) of #bbb86a color hex is 0.00, 0.02, 0.43, 0.27. Web safe color of #bbb86a is #cccc66. Color #bbb86a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111000 01101010
Octal 273 270 152
Decimal 187 184 106
Hex BB B8 6A

RGB Percentages of Color #bbb86a

%39.20
%38.57
%22.22

CMYK Percentages of Color #bbb86a

%0
%2
%43
%27

Triadic Colors of #bbb86a

#bbb86a #6abbb8 #b86abb

Analogous Colors of #bbb86a

#bbb86a #96bb6a #bb906a

Monochromatic Colors of #bbb86a

#bbb86a

Complementary Color

#bbb86a #6a6dbb

#bbb86a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb86a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb86a Color CSS Codes

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

#bbb86a Text Font Color

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

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


#bbb86a Background Color

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

This div background color is #bbb86a


#bbb86a Border Color

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

This div border color is #bbb86a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb86a


Comments

No comments written yet.

Please login to write comment.