Color Hex Logo

#bfb096 Color Hex

#BFB096
(191,176,150)
0 Favorites   0 Comments

Color spaces of #bfb096

RGB 191176150
HSL0.110.240.67
HSV38°21°75°
CMYK 0.000.080.21   0.25
XYZ42.516244.329035.1697
Yxy44.32900.34850.3633
Hunter Lab66.5800-2.529815.2871
CIE-Lab72.44791.151115.2714

#bfb096 color RGB value is (191,176,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10110000 10010110
Octal 277 260 226
Decimal 191 176 150
Hex BF B0 96

RGB Percentages of Color #bfb096

%36.94
%34.04
%29.01

CMYK Percentages of Color #bfb096

%0
%8
%21
%25

Triadic Colors of #bfb096

#bfb096 #96bfb0 #b096bf

Analogous Colors of #bfb096

#bfb096 #babf96 #bf9c96

Monochromatic Colors of #bfb096

#bfb096

Complementary Color

#bfb096 #96a5bf

#bfb096 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb096 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb096 Color CSS Codes

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

#bfb096 Text Font Color

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

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


#bfb096 Background Color

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

This div background color is #bfb096


#bfb096 Border Color

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

This div border color is #bfb096


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb096


Comments

No comments written yet.

Please login to write comment.