Color Hex Logo

#bfab92 Color Hex

#BFAB92
(191,171,146)
0 Favorites   0 Comments

Color spaces of #bfab92

RGB 191171146
HSL0.090.260.66
HSV33°24°75°
CMYK 0.000.100.24   0.25
XYZ41.237142.277533.1811
Yxy42.27750.35340.3623
Hunter Lab65.0212-0.580415.2584
CIE-Lab71.06183.251615.5184

#bfab92 color RGB value is (191,171,146).

#bfab92 hex color red value is 191, green value is 171 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #bfab92 hue: 0.09 , saturation: 0.26 and the lightness value of bfab92 is 0.66.

The process color (four color CMYK) of #bfab92 color hex is 0.00, 0.10, 0.24, 0.25. Web safe color of #bfab92 is #cc9999. Color #bfab92 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10101011 10010010
Octal 277 253 222
Decimal 191 171 146
Hex BF AB 92

RGB Percentages of Color #bfab92

%37.60
%33.66
%28.74

CMYK Percentages of Color #bfab92

%0
%10
%24
%25

Triadic Colors of #bfab92

#bfab92 #92bfab #ab92bf

Analogous Colors of #bfab92

#bfab92 #bdbf92 #bf9592

Monochromatic Colors of #bfab92

#bfab92

Complementary Color

#bfab92 #92a6bf

#bfab92 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfab92 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfab92 Color CSS Codes

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

#bfab92 Text Font Color

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

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


#bfab92 Background Color

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

This div background color is #bfab92


#bfab92 Border Color

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

This div border color is #bfab92


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfab92


Comments

No comments written yet.

Please login to write comment.