Color Hex Logo

#bf888e Color Hex

#BF888E
(191,136,142)
0 Favorites   0 Comments

Color spaces of #bf888e

RGB 191136142
HSL0.980.300.64
HSV353°29°75°
CMYK 0.000.290.26   0.25
XYZ35.172530.637729.6511
Yxy30.63770.36840.3209
Hunter Lab55.351316.56146.9849
CIE-Lab62.200621.89865.1932

#bf888e color RGB value is (191,136,142).

#bf888e hex color red value is 191, green value is 136 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #bf888e hue: 0.98 , saturation: 0.30 and the lightness value of bf888e is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10001000 10001110
Octal 277 210 216
Decimal 191 136 142
Hex BF 88 8E

RGB Percentages of Color #bf888e

%40.72
%29.00
%30.28

CMYK Percentages of Color #bf888e

%0
%29
%26
%25

Triadic Colors of #bf888e

#bf888e #8ebf88 #888ebf

Analogous Colors of #bf888e

#bf888e #bf9e88 #bf88aa

Monochromatic Colors of #bf888e

#bf888e

Complementary Color

#bf888e #88bfb9

#bf888e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf888e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf888e Color CSS Codes

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

#bf888e Text Font Color

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

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


#bf888e Background Color

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

This div background color is #bf888e


#bf888e Border Color

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

This div border color is #bf888e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf888e


Comments

No comments written yet.

Please login to write comment.