Color Hex Logo

#bf897f Color Hex

#BF897F
(191,137,127)
0 Favorites   0 Comments

Color spaces of #bf897f

RGB 191137127
HSL0.030.330.62
HSV34°75°
CMYK 0.000.280.34   0.25
XYZ34.262330.500024.1599
Yxy30.50000.38530.3430
Hunter Lab55.226814.093212.7214
CIE-Lab62.083319.280713.5456

#bf897f color RGB value is (191,137,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10001001 01111111
Octal 277 211 177
Decimal 191 137 127
Hex BF 89 7F

RGB Percentages of Color #bf897f

%41.98
%30.11
%27.91

CMYK Percentages of Color #bf897f

%0
%28
%34
%25

Triadic Colors of #bf897f

#bf897f #7fbf89 #897fbf

Analogous Colors of #bf897f

#bf897f #bfa97f #bf7f95

Monochromatic Colors of #bf897f

#bf897f

Complementary Color

#bf897f #7fb5bf

#bf897f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf897f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf897f Color CSS Codes

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

#bf897f Text Font Color

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

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


#bf897f Background Color

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

This div background color is #bf897f


#bf897f Border Color

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

This div border color is #bf897f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,137,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 #bf897f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf897f


Comments

No comments written yet.

Please login to write comment.