Color Hex Logo

#bf887f Color Hex

#BF887F
(191,136,127)
0 Favorites   0 Comments

Color spaces of #bf887f

RGB 191136127
HSL0.020.330.62
HSV34°75°
CMYK 0.000.290.34   0.25
XYZ34.120830.217024.1128
Yxy30.21700.38580.3416
Hunter Lab54.970014.600512.4712
CIE-Lab61.841019.834413.2066

#bf887f color RGB value is (191,136,127).

#bf887f hex color red value is 191, green value is 136 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #bf887f hue: 0.02 , saturation: 0.33 and the lightness value of bf887f is 0.62.

The process color (four color CMYK) of #bf887f color hex is 0.00, 0.29, 0.34, 0.25. Web safe color of #bf887f is #cc9966. Color #bf887f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10001000 01111111
Octal 277 210 177
Decimal 191 136 127
Hex BF 88 7F

RGB Percentages of Color #bf887f

%42.07
%29.96
%27.97

CMYK Percentages of Color #bf887f

%0
%29
%34
%25

Triadic Colors of #bf887f

#bf887f #7fbf88 #887fbf

Analogous Colors of #bf887f

#bf887f #bfa87f #bf7f96

Monochromatic Colors of #bf887f

#bf887f

Complementary Color

#bf887f #7fb6bf

#bf887f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf887f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf887f Color CSS Codes

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

#bf887f Text Font Color

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

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


#bf887f Background Color

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

This div background color is #bf887f


#bf887f Border Color

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

This div border color is #bf887f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf887f


Comments

No comments written yet.

Please login to write comment.