Color Hex Logo

#bfb89f Color Hex

#BFB89F
(191,184,159)
0 Favorites   0 Comments

Color spaces of #bfb89f

RGB 191184159
HSL0.130.200.69
HSV47°17°75°
CMYK 0.000.040.17   0.25
XYZ44.884447.860539.6732
Yxy47.86050.33900.3614
Hunter Lab69.1813-5.257514.4260
CIE-Lab74.7369-1.743313.5943

#bfb89f color RGB value is (191,184,159).

#bfb89f hex color red value is 191, green value is 184 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #bfb89f hue: 0.13 , saturation: 0.20 and the lightness value of bfb89f is 0.69.

The process color (four color CMYK) of #bfb89f color hex is 0.00, 0.04, 0.17, 0.25. Web safe color of #bfb89f is #cccc99. Color #bfb89f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10111000 10011111
Octal 277 270 237
Decimal 191 184 159
Hex BF B8 9F

RGB Percentages of Color #bfb89f

%35.77
%34.46
%29.78

CMYK Percentages of Color #bfb89f

%0
%4
%17
%25

Triadic Colors of #bfb89f

#bfb89f #9fbfb8 #b89fbf

Analogous Colors of #bfb89f

#bfb89f #b6bf9f #bfa89f

Monochromatic Colors of #bfb89f

#bfb89f

Complementary Color

#bfb89f #9fa6bf

#bfb89f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb89f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb89f Color CSS Codes

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

#bfb89f Text Font Color

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

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


#bfb89f Background Color

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

This div background color is #bfb89f


#bfb89f Border Color

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

This div border color is #bfb89f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb89f


Comments

No comments written yet.

Please login to write comment.