Color Hex Logo

#bf746e Color Hex

#BF746E
(191,116,110)
0 Favorites   0 Comments

Color spaces of #bf746e

RGB 191116110
HSL0.010.390.59
HSV42°75°
CMYK 0.000.390.42   0.25
XYZ30.545724.692917.9081
Yxy24.69290.41760.3376
Hunter Lab49.692022.763213.4173
CIE-Lab56.775028.799015.8953

#bf746e color RGB value is (191,116,110).

#bf746e hex color red value is 191, green value is 116 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #bf746e hue: 0.01 , saturation: 0.39 and the lightness value of bf746e is 0.59.

The process color (four color CMYK) of #bf746e color hex is 0.00, 0.39, 0.42, 0.25. Web safe color of #bf746e is #cc6666. Color #bf746e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 01110100 01101110
Octal 277 164 156
Decimal 191 116 110
Hex BF 74 6E

RGB Percentages of Color #bf746e

%45.80
%27.82
%26.38

CMYK Percentages of Color #bf746e

%0
%39
%42
%25

Triadic Colors of #bf746e

#bf746e #6ebf74 #746ebf

Analogous Colors of #bf746e

#bf746e #bf9d6e #bf6e91

Monochromatic Colors of #bf746e

#bf746e

Complementary Color

#bf746e #6eb9bf

#bf746e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf746e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf746e Color CSS Codes

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

#bf746e Text Font Color

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

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


#bf746e Background Color

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

This div background color is #bf746e


#bf746e Border Color

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

This div border color is #bf746e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf746e


Comments

No comments written yet.

Please login to write comment.