Color Hex Logo

#bbbf76 Color Hex

#BBBF76
(187,191,118)
0 Favorites   0 Comments

Color spaces of #bbbf76

RGB 187191118
HSL0.180.360.61
HSV63°38°75°
CMYK 0.020.000.38   0.25
XYZ42.394349.134424.3890
Yxy49.13440.36570.4239
Hunter Lab70.0959-14.710428.4379
CIE-Lab75.5349-12.520736.3565

#bbbf76 color RGB value is (187,191,118).

#bbbf76 hex color red value is 187, green value is 191 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #bbbf76 hue: 0.18 , saturation: 0.36 and the lightness value of bbbf76 is 0.61.

The process color (four color CMYK) of #bbbf76 color hex is 0.02, 0.00, 0.38, 0.25. Web safe color of #bbbf76 is #cccc66. Color #bbbf76 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111111 01110110
Octal 273 277 166
Decimal 187 191 118
Hex BB BF 76

RGB Percentages of Color #bbbf76

%37.70
%38.51
%23.79

CMYK Percentages of Color #bbbf76

%2
%0
%38
%25

Triadic Colors of #bbbf76

#bbbf76 #76bbbf #bf76bb

Analogous Colors of #bbbf76

#bbbf76 #97bf76 #bf9f76

Monochromatic Colors of #bbbf76

#bbbf76

Complementary Color

#bbbf76 #7a76bf

#bbbf76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbbf76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbbf76 Color CSS Codes

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

#bbbf76 Text Font Color

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

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


#bbbf76 Background Color

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

This div background color is #bbbf76


#bbbf76 Border Color

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

This div border color is #bbbf76


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbbf76


Comments

No comments written yet.

Please login to write comment.