Color Hex Logo

#bfbe72 Color Hex

#BFBE72
(191,190,114)
0 Favorites   0 Comments

Color spaces of #bfbe72

RGB 191190114
HSL0.160.380.60
HSV59°40°75°
CMYK 0.000.010.40   0.25
XYZ42.936649.118223.1373
Yxy49.11820.37270.4264
Hunter Lab70.0844-13.291129.4854
CIE-Lab75.5248-10.855338.4536

#bfbe72 color RGB value is (191,190,114).

#bfbe72 hex color red value is 191, green value is 190 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #bfbe72 hue: 0.16 , saturation: 0.38 and the lightness value of bfbe72 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10111110 01110010
Octal 277 276 162
Decimal 191 190 114
Hex BF BE 72

RGB Percentages of Color #bfbe72

%38.59
%38.38
%23.03

CMYK Percentages of Color #bfbe72

%0
%1
%40
%25

Triadic Colors of #bfbe72

#bfbe72 #72bfbe #be72bf

Analogous Colors of #bfbe72

#bfbe72 #9abf72 #bf9872

Monochromatic Colors of #bfbe72

#bfbe72

Complementary Color

#bfbe72 #7273bf

#bfbe72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfbe72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfbe72 Color CSS Codes

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

#bfbe72 Text Font Color

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

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


#bfbe72 Background Color

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

This div background color is #bfbe72


#bfbe72 Border Color

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

This div border color is #bfbe72


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfbe72


Comments

No comments written yet.

Please login to write comment.