Color Hex Logo

#bfbd72 Color Hex

#BFBD72
(191,189,114)
0 Favorites   0 Comments

Color spaces of #bfbd72

RGB 191189114
HSL0.160.380.60
HSV58°40°75°
CMYK 0.000.010.40   0.25
XYZ42.720748.686523.0654
Yxy48.68650.37320.4253
Hunter Lab69.7757-12.819529.2438
CIE-Lab75.2559-10.340338.1137

#bfbd72 color RGB value is (191,189,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10111101 01110010
Octal 277 275 162
Decimal 191 189 114
Hex BF BD 72

RGB Percentages of Color #bfbd72

%38.66
%38.26
%23.08

CMYK Percentages of Color #bfbd72

%0
%1
%40
%25

Triadic Colors of #bfbd72

#bfbd72 #72bfbd #bd72bf

Analogous Colors of #bfbd72

#bfbd72 #9bbf72 #bf9772

Monochromatic Colors of #bfbd72

#bfbd72

Complementary Color

#bfbd72 #7274bf

#bfbd72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfbd72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfbd72 Color CSS Codes

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

#bfbd72 Text Font Color

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

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


#bfbd72 Background Color

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

This div background color is #bfbd72


#bfbd72 Border Color

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

This div border color is #bfbd72


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,189,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 #bfbd72">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfbd72


Comments

No comments written yet.

Please login to write comment.