Color Hex Logo

#bfb387 Color Hex

#BFB387
(191,179,135)
0 Favorites   0 Comments

Color spaces of #bfb387

RGB 191179135
HSL0.130.300.64
HSV47°29°75°
CMYK 0.000.060.29   0.25
XYZ41.979145.065829.4077
Yxy45.06580.36050.3870
Hunter Lab67.1311-5.857921.0189
CIE-Lab72.9352-2.566524.0569

#bfb387 color RGB value is (191,179,135).

#bfb387 hex color red value is 191, green value is 179 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #bfb387 hue: 0.13 , saturation: 0.30 and the lightness value of bfb387 is 0.64.

The process color (four color CMYK) of #bfb387 color hex is 0.00, 0.06, 0.29, 0.25. Web safe color of #bfb387 is #cccc99. Color #bfb387 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10110011 10000111
Octal 277 263 207
Decimal 191 179 135
Hex BF B3 87

RGB Percentages of Color #bfb387

%37.82
%35.45
%26.73

CMYK Percentages of Color #bfb387

%0
%6
%29
%25

Triadic Colors of #bfb387

#bfb387 #87bfb3 #b387bf

Analogous Colors of #bfb387

#bfb387 #afbf87 #bf9787

Monochromatic Colors of #bfb387

#bfb387

Complementary Color

#bfb387 #8793bf

#bfb387 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb387 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb387 Color CSS Codes

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

#bfb387 Text Font Color

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

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


#bfb387 Background Color

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

This div background color is #bfb387


#bfb387 Border Color

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

This div border color is #bfb387


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb387


Comments

No comments written yet.

Please login to write comment.