Color Hex Logo

#bfb58e Color Hex

#BFB58E
(191,181,142)
0 Favorites   0 Comments

Color spaces of #bfb58e

RGB 191181142
HSL0.130.280.65
HSV48°26°75°
CMYK 0.000.050.26   0.25
XYZ42.892246.077132.2243
Yxy46.07710.35390.3802
Hunter Lab67.8801-5.999319.3697
CIE-Lab73.5955-2.671821.1932

#bfb58e color RGB value is (191,181,142).

#bfb58e hex color red value is 191, green value is 181 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #bfb58e hue: 0.13 , saturation: 0.28 and the lightness value of bfb58e is 0.65.

The process color (four color CMYK) of #bfb58e color hex is 0.00, 0.05, 0.26, 0.25. Web safe color of #bfb58e is #cccc99. Color #bfb58e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10110101 10001110
Octal 277 265 216
Decimal 191 181 142
Hex BF B5 8E

RGB Percentages of Color #bfb58e

%37.16
%35.21
%27.63

CMYK Percentages of Color #bfb58e

%0
%5
%26
%25

Triadic Colors of #bfb58e

#bfb58e #8ebfb5 #b58ebf

Analogous Colors of #bfb58e

#bfb58e #b1bf8e #bf9d8e

Monochromatic Colors of #bfb58e

#bfb58e

Complementary Color

#bfb58e #8e98bf

#bfb58e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb58e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb58e Color CSS Codes

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

#bfb58e Text Font Color

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

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


#bfb58e Background Color

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

This div background color is #bfb58e


#bfb58e Border Color

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

This div border color is #bfb58e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb58e


Comments

No comments written yet.

Please login to write comment.