Color Hex Logo

#bbba60 Color Hex

#BBBA60
(187,186,96)
0 Favorites   0 Comments

Color spaces of #bbba60

RGB 18718696
HSL0.160.400.55
HSV59°49°73°
CMYK 0.000.010.49   0.27
XYZ40.163746.527117.9301
Yxy46.52710.38390.4447
Hunter Lab68.2108-14.264932.1624
CIE-Lab73.8863-12.235945.3527

#bbba60 color RGB value is (187,186,96).

#bbba60 hex color red value is 187, green value is 186 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #bbba60 hue: 0.16 , saturation: 0.40 and the lightness value of bbba60 is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111010 01100000
Octal 273 272 140
Decimal 187 186 96
Hex BB BA 60

RGB Percentages of Color #bbba60

%39.87
%39.66
%20.47

CMYK Percentages of Color #bbba60

%0
%1
%49
%27

Triadic Colors of #bbba60

#bbba60 #60bbba #ba60bb

Analogous Colors of #bbba60

#bbba60 #8fbb60 #bb8d60

Monochromatic Colors of #bbba60

#bbba60

Complementary Color

#bbba60 #6061bb

#bbba60 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbba60 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbba60 Color CSS Codes

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

#bbba60 Text Font Color

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

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


#bbba60 Background Color

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

This div background color is #bbba60


#bbba60 Border Color

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

This div border color is #bbba60


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbba60


Comments

No comments written yet.

Please login to write comment.