Color Hex Logo

#bfb18d Color Hex

#BFB18D
(191,177,141)
0 Favorites   0 Comments

Color spaces of #bfb18d

RGB 191177141
HSL0.120.280.65
HSV43°26°75°
CMYK 0.000.070.26   0.25
XYZ42.015744.443731.5633
Yxy44.44370.35600.3766
Hunter Lab66.6661-4.167718.5952
CIE-Lab72.5241-0.683820.2634

#bfb18d color RGB value is (191,177,141).

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

The process color (four color CMYK) of #bfb18d color hex is 0.00, 0.07, 0.26, 0.25. Web safe color of #bfb18d is #cc9999. Color #bfb18d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10110001 10001101
Octal 277 261 215
Decimal 191 177 141
Hex BF B1 8D

RGB Percentages of Color #bfb18d

%37.52
%34.77
%27.70

CMYK Percentages of Color #bfb18d

%0
%7
%26
%25

Triadic Colors of #bfb18d

#bfb18d #8dbfb1 #b18dbf

Analogous Colors of #bfb18d

#bfb18d #b4bf8d #bf988d

Monochromatic Colors of #bfb18d

#bfb18d

Complementary Color

#bfb18d #8d9bbf

#bfb18d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb18d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb18d Color CSS Codes

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

#bfb18d Text Font Color

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

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


#bfb18d Background Color

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

This div background color is #bfb18d


#bfb18d Border Color

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

This div border color is #bfb18d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb18d


Comments

No comments written yet.

Please login to write comment.