Color Hex Logo

#bfbb66 Color Hex

#BFBB66
(191,187,102)
0 Favorites   0 Comments

Color spaces of #bfbb66

RGB 191187102
HSL0.160.410.57
HSV57°47°75°
CMYK 0.000.020.47   0.25
XYZ41.654547.576319.5581
Yxy47.57630.38290.4373
Hunter Lab68.9756-12.910731.4712
CIE-Lab74.5569-10.540643.2868

#bfbb66 color RGB value is (191,187,102).

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

The process color (four color CMYK) of #bfbb66 color hex is 0.00, 0.02, 0.47, 0.25. Web safe color of #bfbb66 is #cccc66. Color #bfbb66 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10111011 01100110
Octal 277 273 146
Decimal 191 187 102
Hex BF BB 66

RGB Percentages of Color #bfbb66

%39.79
%38.96
%21.25

CMYK Percentages of Color #bfbb66

%0
%2
%47
%25

Triadic Colors of #bfbb66

#bfbb66 #66bfbb #bb66bf

Analogous Colors of #bfbb66

#bfbb66 #97bf66 #bf8f66

Monochromatic Colors of #bfbb66

#bfbb66

Complementary Color

#bfbb66 #666abf

#bfbb66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfbb66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfbb66 Color CSS Codes

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

#bfbb66 Text Font Color

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

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


#bfbb66 Background Color

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

This div background color is #bfbb66


#bfbb66 Border Color

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

This div border color is #bfbb66


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfbb66


Comments

No comments written yet.

Please login to write comment.