Color Hex Logo

#bfb0ad Color Hex

#BFB0AD
(191,176,173)
0 Favorites   0 Comments

Color spaces of #bfb0ad

RGB 191176173
HSL0.030.120.71
HSV10°75°
CMYK 0.000.080.09   0.25
XYZ44.554045.144245.9006
Yxy45.14420.32860.3329
Hunter Lab67.18940.78376.5285
CIE-Lab72.98674.84263.4629

#bfb0ad color RGB value is (191,176,173).

#bfb0ad hex color red value is 191, green value is 176 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #bfb0ad hue: 0.03 , saturation: 0.12 and the lightness value of bfb0ad is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10110000 10101101
Octal 277 260 255
Decimal 191 176 173
Hex BF B0 AD

RGB Percentages of Color #bfb0ad

%35.37
%32.59
%32.04

CMYK Percentages of Color #bfb0ad

%0
%8
%9
%25

Triadic Colors of #bfb0ad

#bfb0ad #adbfb0 #b0adbf

Analogous Colors of #bfb0ad

#bfb0ad #bfb9ad #bfadb3

Monochromatic Colors of #bfb0ad

#bfb0ad

Complementary Color

#bfb0ad #adbcbf

#bfb0ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb0ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb0ad Color CSS Codes

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

#bfb0ad Text Font Color

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

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


#bfb0ad Background Color

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

This div background color is #bfb0ad


#bfb0ad Border Color

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

This div border color is #bfb0ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb0ad

#bfb0ad Color Palettes


Comments

No comments written yet.

Please login to write comment.