Color Hex Logo

#bbb06a Color Hex

#BBB06A
(187,176,106)
0 Favorites   0 Comments

Color spaces of #bbb06a

RGB 187176106
HSL0.140.370.57
HSV52°43°73°
CMYK 0.000.060.43   0.27
XYZ38.620442.656119.8336
Yxy42.65610.38200.4219
Hunter Lab65.3116-8.743927.7132
CIE-Lab71.3209-6.047237.1801

#bbb06a color RGB value is (187,176,106).

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

The process color (four color CMYK) of #bbb06a color hex is 0.00, 0.06, 0.43, 0.27. Web safe color of #bbb06a is #cc9966. Color #bbb06a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110000 01101010
Octal 273 260 152
Decimal 187 176 106
Hex BB B0 6A

RGB Percentages of Color #bbb06a

%39.87
%37.53
%22.60

CMYK Percentages of Color #bbb06a

%0
%6
%43
%27

Triadic Colors of #bbb06a

#bbb06a #6abbb0 #b06abb

Analogous Colors of #bbb06a

#bbb06a #9ebb6a #bb886a

Monochromatic Colors of #bbb06a

#bbb06a

Complementary Color

#bbb06a #6a75bb

#bbb06a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb06a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb06a Color CSS Codes

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

#bbb06a Text Font Color

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

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


#bbb06a Background Color

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

This div background color is #bbb06a


#bbb06a Border Color

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

This div border color is #bbb06a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb06a


Comments

No comments written yet.

Please login to write comment.