Color Hex Logo

#bf958e Color Hex

#BF958E
(191,149,142)
1 Favorites   0 Comments

Color spaces of #bf958e

RGB 191149142
HSL0.020.280.65
HSV26°75°
CMYK 0.000.220.26   0.25
XYZ37.115834.524330.2988
Yxy34.52430.36410.3387
Hunter Lab58.75749.929310.5567
CIE-Lab65.376614.70189.7320

#bf958e color RGB value is (191,149,142).

#bf958e hex color red value is 191, green value is 149 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #bf958e hue: 0.02 , saturation: 0.28 and the lightness value of bf958e is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10010101 10001110
Octal 277 225 216
Decimal 191 149 142
Hex BF 95 8E

RGB Percentages of Color #bf958e

%39.63
%30.91
%29.46

CMYK Percentages of Color #bf958e

%0
%22
%26
%25

Triadic Colors of #bf958e

#bf958e #8ebf95 #958ebf

Analogous Colors of #bf958e

#bf958e #bfae8e #bf8ea0

Monochromatic Colors of #bf958e

#bf958e

Complementary Color

#bf958e #8eb8bf

#bf958e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf958e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf958e Color CSS Codes

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

#bf958e Text Font Color

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

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


#bf958e Background Color

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

This div background color is #bf958e


#bf958e Border Color

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

This div border color is #bf958e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf958e


Comments

No comments written yet.

Please login to write comment.