Color Hex Logo

#bfbf77 Color Hex

#BFBF77
(191,191,119)
0 Favorites   0 Comments

Color spaces of #bfbf77

RGB 191191119
HSL0.170.360.61
HSV60°38°75°
CMYK 0.000.000.38   0.25
XYZ43.446449.669924.7501
Yxy49.66990.36860.4214
Hunter Lab70.4769-13.295928.5123
CIE-Lab75.8662-10.814436.3312

#bfbf77 color RGB value is (191,191,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10111111 01110111
Octal 277 277 167
Decimal 191 191 119
Hex BF BF 77

RGB Percentages of Color #bfbf77

%38.12
%38.12
%23.75

CMYK Percentages of Color #bfbf77

%0
%0
%38
%25

Triadic Colors of #bfbf77

#bfbf77 #77bfbf #bf77bf

Analogous Colors of #bfbf77

#bfbf77 #9bbf77 #bf9b77

Monochromatic Colors of #bfbf77

#bfbf77

Complementary Color

#bfbf77 #7777bf

#bfbf77 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfbf77 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfbf77 Color CSS Codes

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

#bfbf77 Text Font Color

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

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


#bfbf77 Background Color

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

This div background color is #bfbf77


#bfbf77 Border Color

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

This div border color is #bfbf77


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfbf77


Comments

No comments written yet.

Please login to write comment.