Color Hex Logo

#bfbb63 Color Hex

#BFBB63
(191,187,99)
0 Favorites   0 Comments

Color spaces of #bfbb63

RGB 19118799
HSL0.160.420.57
HSV57°48°75°
CMYK 0.000.020.48   0.25
XYZ41.508347.517918.7885
Yxy47.51790.38500.4407
Hunter Lab68.9332-13.149032.0931
CIE-Lab74.5198-10.825744.7228

#bfbb63 color RGB value is (191,187,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10111011 01100011
Octal 277 273 143
Decimal 191 187 99
Hex BF BB 63

RGB Percentages of Color #bfbb63

%40.04
%39.20
%20.75

CMYK Percentages of Color #bfbb63

%0
%2
%48
%25

Triadic Colors of #bfbb63

#bfbb63 #63bfbb #bb63bf

Analogous Colors of #bfbb63

#bfbb63 #95bf63 #bf8d63

Monochromatic Colors of #bfbb63

#bfbb63

Complementary Color

#bfbb63 #6367bf

#bfbb63 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfbb63 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfbb63 Color CSS Codes

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

#bfbb63 Text Font Color

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

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


#bfbb63 Background Color

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

This div background color is #bfbb63


#bfbb63 Border Color

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

This div border color is #bfbb63


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfbb63


Comments

No comments written yet.

Please login to write comment.