Color Hex Logo

#bfb56d Color Hex

#BFB56D
(191,181,109)
0 Favorites   0 Comments

Color spaces of #bfb56d

RGB 191181109
HSL0.150.390.59
HSV53°43°75°
CMYK 0.000.050.43   0.25
XYZ40.770045.228221.0491
Yxy45.22820.38090.4225
Hunter Lab67.2519-9.479128.5192
CIE-Lab73.0419-6.717937.8770

#bfb56d color RGB value is (191,181,109).

#bfb56d hex color red value is 191, green value is 181 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #bfb56d hue: 0.15 , saturation: 0.39 and the lightness value of bfb56d is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10110101 01101101
Octal 277 265 155
Decimal 191 181 109
Hex BF B5 6D

RGB Percentages of Color #bfb56d

%39.71
%37.63
%22.66

CMYK Percentages of Color #bfb56d

%0
%5
%43
%25

Triadic Colors of #bfb56d

#bfb56d #6dbfb5 #b56dbf

Analogous Colors of #bfb56d

#bfb56d #a0bf6d #bf8c6d

Monochromatic Colors of #bfb56d

#bfb56d

Complementary Color

#bfb56d #6d77bf

#bfb56d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb56d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb56d Color CSS Codes

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

#bfb56d Text Font Color

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

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


#bfb56d Background Color

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

This div background color is #bfb56d


#bfb56d Border Color

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

This div border color is #bfb56d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb56d


Comments

No comments written yet.

Please login to write comment.