Color Hex Logo

#bfb095 Color Hex

#BFB095
(191,176,149)
2 Favorites   0 Comments

Color spaces of #bfb095

RGB 191176149
HSL0.110.250.67
HSV39°22°75°
CMYK 0.000.080.22   0.25
XYZ42.436044.297034.7473
Yxy44.29700.34930.3646
Hunter Lab66.5560-2.661715.6353
CIE-Lab72.42661.002315.7863

#bfb095 color RGB value is (191,176,149).

#bfb095 hex color red value is 191, green value is 176 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #bfb095 hue: 0.11 , saturation: 0.25 and the lightness value of bfb095 is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10110000 10010101
Octal 277 260 225
Decimal 191 176 149
Hex BF B0 95

RGB Percentages of Color #bfb095

%37.02
%34.11
%28.88

CMYK Percentages of Color #bfb095

%0
%8
%22
%25

Triadic Colors of #bfb095

#bfb095 #95bfb0 #b095bf

Analogous Colors of #bfb095

#bfb095 #b9bf95 #bf9b95

Monochromatic Colors of #bfb095

#bfb095

Complementary Color

#bfb095 #95a4bf

#bfb095 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb095 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb095 Color CSS Codes

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

#bfb095 Text Font Color

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

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


#bfb095 Background Color

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

This div background color is #bfb095


#bfb095 Border Color

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

This div border color is #bfb095


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb095


Comments

No comments written yet.

Please login to write comment.