Color Hex Logo

#bfb056 Color Hex

#BFB056
(191,176,86)
0 Favorites   0 Comments

Color spaces of #bfb056

RGB 19117686
HSL0.140.450.54
HSV51°55°75°
CMYK 0.000.080.55   0.25
XYZ38.690942.798915.0259
Yxy42.79890.40090.4434
Hunter Lab65.4209-8.918932.1768
CIE-Lab71.4183-6.241547.3681

#bfb056 color RGB value is (191,176,86).

#bfb056 hex color red value is 191, green value is 176 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #bfb056 hue: 0.14 , saturation: 0.45 and the lightness value of bfb056 is 0.54.

The process color (four color CMYK) of #bfb056 color hex is 0.00, 0.08, 0.55, 0.25. Web safe color of #bfb056 is #cc9966. Color #bfb056 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10110000 01010110
Octal 277 260 126
Decimal 191 176 86
Hex BF B0 56

RGB Percentages of Color #bfb056

%42.16
%38.85
%18.98

CMYK Percentages of Color #bfb056

%0
%8
%55
%25

Triadic Colors of #bfb056

#bfb056 #56bfb0 #b056bf

Analogous Colors of #bfb056

#bfb056 #9abf56 #bf7c56

Monochromatic Colors of #bfb056

#bfb056

Complementary Color

#bfb056 #5665bf

#bfb056 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb056 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb056 Color CSS Codes

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

#bfb056 Text Font Color

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

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


#bfb056 Background Color

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

This div background color is #bfb056


#bfb056 Border Color

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

This div border color is #bfb056


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb056


Comments

No comments written yet.

Please login to write comment.