Color Hex Logo

#bfb05c Color Hex

#BFB05C
(191,176,92)
0 Favorites   0 Comments

Color spaces of #bfb05c

RGB 19117692
HSL0.140.440.55
HSV51°52°75°
CMYK 0.000.080.52   0.25
XYZ38.943042.899716.3532
Yxy42.89970.39660.4369
Hunter Lab65.4979-8.490731.0453
CIE-Lab71.4868-5.734044.5285

#bfb05c color RGB value is (191,176,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10110000 01011100
Octal 277 260 134
Decimal 191 176 92
Hex BF B0 5C

RGB Percentages of Color #bfb05c

%41.61
%38.34
%20.04

CMYK Percentages of Color #bfb05c

%0
%8
%52
%25

Triadic Colors of #bfb05c

#bfb05c #5cbfb0 #b05cbf

Analogous Colors of #bfb05c

#bfb05c #9dbf5c #bf7f5c

Monochromatic Colors of #bfb05c

#bfb05c

Complementary Color

#bfb05c #5c6bbf

#bfb05c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb05c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb05c Color CSS Codes

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

#bfb05c Text Font Color

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

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


#bfb05c Background Color

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

This div background color is #bfb05c


#bfb05c Border Color

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

This div border color is #bfb05c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb05c


Comments

No comments written yet.

Please login to write comment.