Color Hex Logo

#bfb74d Color Hex

#BFB74D
(191,183,77)
0 Favorites   0 Comments

Color spaces of #bfb74d

RGB 19118377
HSL0.150.470.53
HSV56°60°75°
CMYK 0.000.040.60   0.25
XYZ39.758945.479213.7040
Yxy45.47920.40180.4597
Hunter Lab67.4383-12.780535.1586
CIE-Lab73.2063-10.569953.5752

#bfb74d color RGB value is (191,183,77).

#bfb74d hex color red value is 191, green value is 183 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #bfb74d hue: 0.15 , saturation: 0.47 and the lightness value of bfb74d is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10110111 01001101
Octal 277 267 115
Decimal 191 183 77
Hex BF B7 4D

RGB Percentages of Color #bfb74d

%42.35
%40.58
%17.07

CMYK Percentages of Color #bfb74d

%0
%4
%60
%25

Triadic Colors of #bfb74d

#bfb74d #4dbfb7 #b74dbf

Analogous Colors of #bfb74d

#bfb74d #8ebf4d #bf7e4d

Monochromatic Colors of #bfb74d

#bfb74d

Complementary Color

#bfb74d #4d55bf

#bfb74d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb74d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb74d Color CSS Codes

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

#bfb74d Text Font Color

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

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


#bfb74d Background Color

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

This div background color is #bfb74d


#bfb74d Border Color

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

This div border color is #bfb74d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb74d


Comments

No comments written yet.

Please login to write comment.