Color Hex Logo

#bf8c8b Color Hex

#BF8C8B
(191,140,139)
0 Favorites   0 Comments

Color spaces of #bf8c8b

RGB 191140139
HSL0.000.290.65
HSV27°75°
CMYK 0.000.270.27   0.25
XYZ35.524131.696628.6718
Yxy31.69660.37050.3305
Hunter Lab56.299714.10579.2152
CIE-Lab63.091319.25148.1722

#bf8c8b color RGB value is (191,140,139).

#bf8c8b hex color red value is 191, green value is 140 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #bf8c8b hue: 0.00 , saturation: 0.29 and the lightness value of bf8c8b is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10001100 10001011
Octal 277 214 213
Decimal 191 140 139
Hex BF 8C 8B

RGB Percentages of Color #bf8c8b

%40.64
%29.79
%29.57

CMYK Percentages of Color #bf8c8b

%0
%27
%27
%25

Triadic Colors of #bf8c8b

#bf8c8b #8bbf8c #8c8bbf

Analogous Colors of #bf8c8b

#bf8c8b #bfa68b #bf8ba4

Monochromatic Colors of #bf8c8b

#bf8c8b

Complementary Color

#bf8c8b #8bbebf

#bf8c8b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf8c8b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf8c8b Color CSS Codes

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

#bf8c8b Text Font Color

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

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


#bf8c8b Background Color

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

This div background color is #bf8c8b


#bf8c8b Border Color

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

This div border color is #bf8c8b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf8c8b


Comments

No comments written yet.

Please login to write comment.