Color Hex Logo

#bbbb6a Color Hex

#BBBB6A
(187,187,106)
0 Favorites   0 Comments

Color spaces of #bbbb6a

RGB 187187106
HSL0.170.370.57
HSV60°43°73°
CMYK 0.000.000.43   0.27
XYZ40.865447.146120.5819
Yxy47.14610.37630.4342
Hunter Lab68.6630-13.924430.2918
CIE-Lab74.2831-11.774140.8791

#bbbb6a color RGB value is (187,187,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111011 01101010
Octal 273 273 152
Decimal 187 187 106
Hex BB BB 6A

RGB Percentages of Color #bbbb6a

%38.96
%38.96
%22.08

CMYK Percentages of Color #bbbb6a

%0
%0
%43
%27

Triadic Colors of #bbbb6a

#bbbb6a #6abbbb #bb6abb

Analogous Colors of #bbbb6a

#bbbb6a #93bb6a #bb936a

Monochromatic Colors of #bbbb6a

#bbbb6a

Complementary Color

#bbbb6a #6a6abb

#bbbb6a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbbb6a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbbb6a Color CSS Codes

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

#bbbb6a Text Font Color

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

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


#bbbb6a Background Color

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

This div background color is #bbbb6a


#bbbb6a Border Color

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

This div border color is #bbbb6a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbbb6a


Comments

No comments written yet.

Please login to write comment.