Color Hex Logo

#bfb95f Color Hex

#BFB95F
(191,185,95)
0 Favorites   0 Comments

Color spaces of #bfb95f

RGB 19118595
HSL0.160.430.56
HSV56°50°75°
CMYK 0.000.030.50   0.25
XYZ40.900446.600517.6656
Yxy46.60050.38890.4431
Hunter Lab68.2646-12.515532.4420
CIE-Lab73.9335-10.159445.9758

#bfb95f color RGB value is (191,185,95).

#bfb95f hex color red value is 191, green value is 185 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #bfb95f hue: 0.16 , saturation: 0.43 and the lightness value of bfb95f is 0.56.

The process color (four color CMYK) of #bfb95f color hex is 0.00, 0.03, 0.50, 0.25. Web safe color of #bfb95f is #cccc66. Color #bfb95f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10111001 01011111
Octal 277 271 137
Decimal 191 185 95
Hex BF B9 5F

RGB Percentages of Color #bfb95f

%40.55
%39.28
%20.17

CMYK Percentages of Color #bfb95f

%0
%3
%50
%25

Triadic Colors of #bfb95f

#bfb95f #5fbfb9 #b95fbf

Analogous Colors of #bfb95f

#bfb95f #95bf5f #bf895f

Monochromatic Colors of #bfb95f

#bfb95f

Complementary Color

#bfb95f #5f65bf

#bfb95f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb95f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb95f Color CSS Codes

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

#bfb95f Text Font Color

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

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


#bfb95f Background Color

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

This div background color is #bfb95f


#bfb95f Border Color

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

This div border color is #bfb95f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb95f


Comments

No comments written yet.

Please login to write comment.