Color Hex Logo

#bfb08b Color Hex

#BFB08B
(191,176,139)
0 Favorites   0 Comments

Color spaces of #bfb08b

RGB 191176139
HSL0.120.290.65
HSV43°27°75°
CMYK 0.000.080.27   0.25
XYZ41.671443.991130.7209
Yxy43.99110.35810.3780
Hunter Lab66.3258-3.921518.9660
CIE-Lab72.2225-0.427420.9318

#bfb08b color RGB value is (191,176,139).

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

The process color (four color CMYK) of #bfb08b color hex is 0.00, 0.08, 0.27, 0.25. Web safe color of #bfb08b is #cc9999. Color #bfb08b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10110000 10001011
Octal 277 260 213
Decimal 191 176 139
Hex BF B0 8B

RGB Percentages of Color #bfb08b

%37.75
%34.78
%27.47

CMYK Percentages of Color #bfb08b

%0
%8
%27
%25

Triadic Colors of #bfb08b

#bfb08b #8bbfb0 #b08bbf

Analogous Colors of #bfb08b

#bfb08b #b4bf8b #bf968b

Monochromatic Colors of #bfb08b

#bfb08b

Complementary Color

#bfb08b #8b9abf

#bfb08b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb08b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb08b Color CSS Codes

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

#bfb08b Text Font Color

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

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


#bfb08b Background Color

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

This div background color is #bfb08b


#bfb08b Border Color

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

This div border color is #bfb08b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb08b

#bfb08b Color Palettes


Comments

No comments written yet.

Please login to write comment.